summaryrefslogtreecommitdiff
path: root/app/cwm
AgeCommit message (Expand)Author
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
2011-06-24New option to raise a client via the mouse (unbound by default);Okan Demirmen
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'Okan Demirmen
2011-06-24re-do various bits of {,h,v}max for simplicity and less flag handling.Okan Demirmen
2011-06-24replace the non-working check to see if another wm is running with aOkan Demirmen
2011-06-24more nitems usage.Okan Demirmen
2011-06-24re-order sweep draw so that we map into the client window afterOkan Demirmen
2011-06-24struct XftFont already has height which we can use directly instead ofOkan Demirmen
2011-06-24alter a few function returns and prototypes; found by lint.Okan Demirmen
2011-06-24Correct extern declaration and while here, rename a variable to beOkan Demirmen
2011-06-24collapse client and group {r,}cycle defines since they are reallyOkan Demirmen