summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymokan2012-05-164-8/+9
* altpersist->cycling to be more clear that this is for cycling modokan2012-05-133-5/+5
* knf, some from a diff from Tiago Cunha.okan2012-05-134-10/+14
* wrap long lines; from Tiago Cunha.okan2012-05-101-2/+4
* fix section order: move AUTHORS below HISTORY; from Tiago Cunhaokan2012-05-091-11/+11
* kill useless .Pppascal2012-05-071-2/+1
* check if we're in the group already, else multiple calls tookan2011-12-291-1/+3
* put snapdist in the correct location; as an option, not a bind; Tiago Cunha.okan2011-11-061-2/+4
* rename variable to reduce potential for name-space collision.okan2011-10-171-8/+8
* use xfree instead of free since strings is allocated with xmalloc; fromokan2011-10-121-1/+1
* move client to group (movetogroup) and hide client only if group isokan2011-09-191-1/+5
* fix spelling I keep getting wrong for some unknown reason; found by andokan2011-09-131-4/+4
* add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-133-0/+21
* repair groupcycle (broke after cycle-in-group support added more flags);okan2011-09-131-5/+5
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-086-6/+21
* allow menufg/menubg to be configurable; from Alexander Polakov.okan2011-09-082-1/+18
* reinit menu on reload; from Alexander Polakov. needed for catchingokan2011-09-082-0/+5
* restore a comment and add another for clarity.okan2011-09-051-1/+5
* Make flavours of maximisation additive.oga2011-09-042-69/+99
* split off window hints from geometry so we don't need to carry them allokan2011-09-033-40/+42
* simplify color initialization.okan2011-09-032-20/+13
* Add {r,}cycleingroup to cycle through clients belonging to the sameokan2011-09-034-7/+15
* "defaultfont" is unclear (and confusing while reading code) when it alsookan2011-09-033-8/+8
* zap unused macro. ok oga@okan2011-08-291-7/+0
* restore mouse move via the keyboard, noticed by todd@. while the checkokan2011-08-291-7/+2
* A while ago I wrote some code to not warp to ignored windows on map (revoga2011-08-221-5/+0
* revert r1.11 of parse.y and create logic in conf_setup instead to dealokan2011-08-222-10/+14
* Re-draw borders after reloading, not before; from Alexander Polakov.okan2011-07-261-2/+2
* use the menu border; from Alexander Polakov, but with the existing define.okan2011-07-251-2/+3
* We are inconsistent when it comes to function returns, so just go allokan2011-07-2510-46/+50
* Clarify defines and make them not look like non-local ones; started by aokan2011-07-236-23/+23
* correct spelling; from Alexander Polakov.okan2011-07-144-5/+5
* UTF8-ify, from Alexander Polakov, but without setlocale(), afterokan2011-06-272-8/+7
* warn if we can't parse the config file on start, just like we do on reload.okan2011-06-251-1/+2
* Since cwm(1) uses the same parser as others in src, document howokan2011-06-251-1/+13
* add 'normal' cursor and shuffle the others we use to make a bit moreokan2011-06-243-14/+15
* New option to raise a client via the mouse (unbound by default);okan2011-06-244-1/+11
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-247-2/+56
* re-do various bits of {,h,v}max for simplicity and less flag handling.okan2011-06-242-34/+18
* replace the non-working check to see if another wm is running with aokan2011-06-241-19/+20
* more nitems usage.okan2011-06-241-4/+2
* re-order sweep draw so that we map into the client window afterokan2011-06-241-3/+2
* struct XftFont already has height which we can use directly instead ofokan2011-06-244-7/+4
* alter a few function returns and prototypes; found by lint.okan2011-06-244-21/+10
* Correct extern declaration and while here, rename a variable to beokan2011-06-242-4/+4
* collapse client and group {r,}cycle defines since they are reallyokan2011-06-242-7/+3
* switch to installing source manuals:naddy2011-06-231-3/+1
* fix botched client and group cycle defines; noticed by Thomas Pfaff.okan2011-05-151-4/+4
* remove left over XSync; ok oga@okan2011-05-131-6/+2
* tag and comment cleanup; ok oga@okan2011-05-1115-19/+26