summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Version 5.1 v5.1Christian Neukirchen2012-05-021-0/+8
* Add release target to MakefileChristian Neukirchen2012-05-021-0/+4
* Define compatibility macros only if they are neededChristian Neukirchen2012-05-021-0/+4
* cvsimportokan2011-12-291-1/+3
|\
| * check if we're in the group already, else multiple calls tookan2011-12-291-1/+3
* | fix pkg-config packagesChristian Neukirchen2011-12-121-2/+2
* | cvsimportokan2011-11-061-2/+4
|\|
| * put snapdist in the correct location; as an option, not a bind; Tiago Cunha.okan2011-11-061-2/+4
* | cvsimportokan2011-10-171-8/+8
|\|
| * rename variable to reduce potential for name-space collision.okan2011-10-171-8/+8
* | cvsimportokan2011-10-121-1/+1
|\|
| * use xfree instead of free since strings is allocated with xmalloc; fromokan2011-10-121-1/+1
* | Add READMEChristian Neukirchen2011-10-051-0/+16
* | rewrite MakefileChristian Neukirchen2011-10-051-27/+17
* | cvsimportokan2011-09-191-1/+5
|\|
| * move client to group (movetogroup) and hide client only if group isokan2011-09-191-1/+5
* | cvsimportokan2011-09-135-9/+30
|\|
| * 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
* | cvsimportokan2011-09-0811-177/+238
|\|
| * 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
* | cvsimportChristian Neukirchen2011-08-0416-197/+243
|\|
| * 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