about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix atom for retrieving WM_STATE between re-exec's.okan2012-07-081-1/+1
* remove a redundant assignment and another one up.okan2012-07-081-2/+1
* querying for Xinerama should be done per display, not per screen, sookan2012-07-064-13/+12
* Add a couple examples of keybindings using keysyms, as discusseddcoppa2012-07-061-1/+5
* the display's width and height are updated after an XRandR event so weokan2012-07-054-7/+7
* assign and use screen ctx where appropriate and consistently.okan2012-07-042-21/+11
* use the screen ctx since we already have it assigned.okan2012-07-041-6/+6
* fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, theokan2012-07-041-1/+1
* re-implement atom handing; makes for a normalized and more consistentokan2012-07-036-158/+247
* get rid of more stray lines/spacesokan2012-05-162-4/+2
* instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aokan2012-05-163-19/+26
* fix commentokan2012-05-161-2/+3
* cycle through other common cycling modifiers; based on a diff fromokan2012-05-163-16/+23
* 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