summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
2012-07-08fix atom for setting WM_STATE.Okan Demirmen
2012-07-08fix atom for retrieving WM_STATE between re-exec's.Okan Demirmen
2012-07-08remove a redundant assignment and another one up.Okan Demirmen
2012-07-06querying for Xinerama should be done per display, not per screen, soOkan Demirmen
2012-07-06Add a couple examples of keybindings using keysyms, as discussedDavid Coppa
2012-07-05the display's width and height are updated after an XRandR event so weOkan Demirmen
2012-07-04assign and use screen ctx where appropriate and consistently.Okan Demirmen
2012-07-04use the screen ctx since we already have it assigned.Okan Demirmen
2012-07-04fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, theOkan Demirmen
2012-07-03re-implement atom handing; makes for a normalized and more consistentOkan Demirmen
2012-05-16get rid of more stray lines/spacesOkan Demirmen
2012-05-16instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aOkan Demirmen
2012-05-16fix commentOkan Demirmen
2012-05-16cycle through other common cycling modifiers; based on a diff fromOkan Demirmen
2012-05-16convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymOkan Demirmen
2012-05-13altpersist->cycling to be more clear that this is for cycling modOkan Demirmen
2012-05-13knf, some from a diff from Tiago Cunha.Okan Demirmen
2012-05-10wrap long lines; from Tiago Cunha.Okan Demirmen
2012-05-09fix section order: move AUTHORS below HISTORY; from Tiago CunhaOkan Demirmen
2012-05-07kill useless .PpPascal Stumpf
2011-12-29check if we're in the group already, else multiple calls toOkan Demirmen
2011-11-06put snapdist in the correct location; as an option, not a bind; Tiago Cunha.Okan Demirmen
2011-10-17rename variable to reduce potential for name-space collision.Okan Demirmen
2011-10-12use xfree instead of free since strings is allocated with xmalloc; fromOkan Demirmen
2011-09-19move client to group (movetogroup) and hide client only if group isOkan Demirmen
2011-09-13fix spelling I keep getting wrong for some unknown reason; found by andOkan Demirmen
2011-09-13add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such toOkan Demirmen
2011-09-13repair groupcycle (broke after cycle-in-group support added more flags);Okan Demirmen
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakOkan Demirmen
2011-09-08allow menufg/menubg to be configurable; from Alexander Polakov.Okan Demirmen
2011-09-08reinit menu on reload; from Alexander Polakov. needed for catchingOkan Demirmen
2011-09-05restore a comment and add another for clarity.Okan Demirmen
2011-09-04Make flavours of maximisation additive.Owain Ainsworth
2011-09-03split off window hints from geometry so we don't need to carry them allOkan Demirmen
2011-09-03simplify color initialization.Okan Demirmen
2011-09-03Add {r,}cycleingroup to cycle through clients belonging to the sameOkan Demirmen
2011-09-03"defaultfont" is unclear (and confusing while reading code) when it alsoOkan Demirmen
2011-08-29zap unused macro. ok oga@Okan Demirmen
2011-08-29restore mouse move via the keyboard, noticed by todd@. while the checkOkan Demirmen
2011-08-22A while ago I wrote some code to not warp to ignored windows on map (revOwain Ainsworth
2011-08-22revert r1.11 of parse.y and create logic in conf_setup instead to dealOkan Demirmen
2011-07-26Re-draw borders after reloading, not before; from Alexander Polakov.Okan Demirmen
2011-07-25use the menu border; from Alexander Polakov, but with the existing define.Okan Demirmen
2011-07-25We are inconsistent when it comes to function returns, so just go allOkan Demirmen
2011-07-23Clarify defines and make them not look like non-local ones; started by aOkan Demirmen
2011-07-14correct spelling; from Alexander Polakov.Okan Demirmen
2011-06-27UTF8-ify, from Alexander Polakov, but without setlocale(), afterOkan Demirmen
2011-06-25warn if we can't parse the config file on start, just like we do on reload.Okan Demirmen
2011-06-25Since cwm(1) uses the same parser as others in src, document howOkan Demirmen
2011-06-24add 'normal' cursor and shuffle the others we use to make a bit moreOkan Demirmen