aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* assign and use screen ctx where appropriate and consistently.okan2012-07-04-23/+13
* use the screen ctx since we already have it assigned.okan2012-07-04-7/+7
* fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, theokan2012-07-04-2/+2
* re-implement atom handing; makes for a normalized and more consistentokan2012-07-03-164/+253
* get rid of more stray lines/spacesokan2012-05-16-6/+4
* instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aokan2012-05-16-22/+29
* fix commentokan2012-05-16-3/+4
* cycle through other common cycling modifiers; based on a diff fromokan2012-05-16-19/+26
* convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymokan2012-05-16-12/+13
* altpersist->cycling to be more clear that this is for cycling modokan2012-05-13-8/+8
* knf, some from a diff from Tiago Cunha.okan2012-05-13-14/+18
* wrap long lines; from Tiago Cunha.okan2012-05-10-3/+5
* fix section order: move AUTHORS below HISTORY; from Tiago Cunhaokan2012-05-09-12/+12
* kill useless .Pppascal2012-05-07-3/+2
* check if we're in the group already, else multiple calls tookan2011-12-29-2/+4
* put snapdist in the correct location; as an option, not a bind; Tiago Cunha.okan2011-11-06-4/+6
* rename variable to reduce potential for name-space collision.okan2011-10-17-9/+9
* use xfree instead of free since strings is allocated with xmalloc; fromokan2011-10-12-2/+2
* move client to group (movetogroup) and hide client only if group isokan2011-09-19-2/+6
* fix spelling I keep getting wrong for some unknown reason; found by andokan2011-09-13-5/+5
* add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-13-3/+24
* repair groupcycle (broke after cycle-in-group support added more flags);okan2011-09-13-6/+6
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-08-11/+26
* allow menufg/menubg to be configurable; from Alexander Polakov.okan2011-09-08-3/+20
* reinit menu on reload; from Alexander Polakov. needed for catchingokan2011-09-08-2/+7
* restore a comment and add another for clarity.okan2011-09-05-2/+6
* Make flavours of maximisation additive.oga2011-09-04-71/+101
* split off window hints from geometry so we don't need to carry them allokan2011-09-03-43/+45
* simplify color initialization.okan2011-09-03-22/+15
* Add {r,}cycleingroup to cycle through clients belonging to the sameokan2011-09-03-11/+19
* "defaultfont" is unclear (and confusing while reading code) when it alsookan2011-09-03-11/+11
* zap unused macro. ok oga@okan2011-08-29-8/+1
* restore mouse move via the keyboard, noticed by todd@. while the checkokan2011-08-29-8/+3
* A while ago I wrote some code to not warp to ignored windows on map (revoga2011-08-22-6/+1
* revert r1.11 of parse.y and create logic in conf_setup instead to dealokan2011-08-22-12/+16
* Re-draw borders after reloading, not before; from Alexander Polakov.okan2011-07-26-3/+3
* use the menu border; from Alexander Polakov, but with the existing define.okan2011-07-25-3/+4
* We are inconsistent when it comes to function returns, so just go allokan2011-07-25-56/+60
* Clarify defines and make them not look like non-local ones; started by aokan2011-07-23-29/+29
* correct spelling; from Alexander Polakov.okan2011-07-14-9/+9
* UTF8-ify, from Alexander Polakov, but without setlocale(), afterokan2011-06-27-10/+9
* warn if we can't parse the config file on start, just like we do on reload.okan2011-06-25-2/+3
* Since cwm(1) uses the same parser as others in src, document howokan2011-06-25-3/+15
* add 'normal' cursor and shuffle the others we use to make a bit moreokan2011-06-24-17/+18
* New option to raise a client via the mouse (unbound by default);okan2011-06-24-4/+14
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-24-9/+63
* re-do various bits of {,h,v}max for simplicity and less flag handling.okan2011-06-24-36/+20
* replace the non-working check to see if another wm is running with aokan2011-06-24-20/+21
* more nitems usage.okan2011-06-24-5/+3
* re-order sweep draw so that we map into the client window afterokan2011-06-24-4/+3