| Commit message (Expand) | Author | Age | Lines |
* | put snapdist in the correct location; as an option, not a bind; Tiago Cunha. | okan | 2011-11-06 | -4/+6 |
* | rename variable to reduce potential for name-space collision. | okan | 2011-10-17 | -9/+9 |
* | use xfree instead of free since strings is allocated with xmalloc; from | okan | 2011-10-12 | -2/+2 |
* | move client to group (movetogroup) and hide client only if group is | okan | 2011-09-19 | -2/+6 |
* | fix spelling I keep getting wrong for some unknown reason; found by and | okan | 2011-09-13 | -5/+5 |
* | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | okan | 2011-09-13 | -3/+24 |
* | repair groupcycle (broke after cycle-in-group support added more flags); | okan | 2011-09-13 | -6/+6 |
* | allow configurable menu font color; from Alexander Polakov with a tweak | okan | 2011-09-08 | -11/+26 |
* | allow menufg/menubg to be configurable; from Alexander Polakov. | okan | 2011-09-08 | -3/+20 |
* | reinit menu on reload; from Alexander Polakov. needed for catching | okan | 2011-09-08 | -2/+7 |
* | restore a comment and add another for clarity. | okan | 2011-09-05 | -2/+6 |
* | Make flavours of maximisation additive. | oga | 2011-09-04 | -71/+101 |
* | split off window hints from geometry so we don't need to carry them all | okan | 2011-09-03 | -43/+45 |
* | simplify color initialization. | okan | 2011-09-03 | -22/+15 |
* | Add {r,}cycleingroup to cycle through clients belonging to the same | okan | 2011-09-03 | -11/+19 |
* | "defaultfont" is unclear (and confusing while reading code) when it also | okan | 2011-09-03 | -11/+11 |
* | zap unused macro. ok oga@ | okan | 2011-08-29 | -8/+1 |
* | restore mouse move via the keyboard, noticed by todd@. while the check | okan | 2011-08-29 | -8/+3 |
* | A while ago I wrote some code to not warp to ignored windows on map (rev | oga | 2011-08-22 | -6/+1 |
* | revert r1.11 of parse.y and create logic in conf_setup instead to deal | okan | 2011-08-22 | -12/+16 |
* | Re-draw borders after reloading, not before; from Alexander Polakov. | okan | 2011-07-26 | -3/+3 |
* | use the menu border; from Alexander Polakov, but with the existing define. | okan | 2011-07-25 | -3/+4 |
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | -56/+60 |
* | Clarify defines and make them not look like non-local ones; started by a | okan | 2011-07-23 | -29/+29 |
* | correct spelling; from Alexander Polakov. | okan | 2011-07-14 | -9/+9 |
* | UTF8-ify, from Alexander Polakov, but without setlocale(), after | okan | 2011-06-27 | -10/+9 |
* | warn if we can't parse the config file on start, just like we do on reload. | okan | 2011-06-25 | -2/+3 |
* | Since cwm(1) uses the same parser as others in src, document how | okan | 2011-06-25 | -3/+15 |
* | add 'normal' cursor and shuffle the others we use to make a bit more | okan | 2011-06-24 | -17/+18 |
* | New option to raise a client via the mouse (unbound by default); | okan | 2011-06-24 | -4/+14 |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | -9/+63 |
* | re-do various bits of {,h,v}max for simplicity and less flag handling. | okan | 2011-06-24 | -36/+20 |
* | replace the non-working check to see if another wm is running with a | okan | 2011-06-24 | -20/+21 |
* | more nitems usage. | okan | 2011-06-24 | -5/+3 |
* | re-order sweep draw so that we map into the client window after | okan | 2011-06-24 | -4/+3 |
* | struct XftFont already has height which we can use directly instead of | okan | 2011-06-24 | -11/+8 |
* | alter a few function returns and prototypes; found by lint. | okan | 2011-06-24 | -25/+14 |
* | Correct extern declaration and while here, rename a variable to be | okan | 2011-06-24 | -6/+6 |
* | collapse client and group {r,}cycle defines since they are really | okan | 2011-06-24 | -9/+5 |
* | switch to installing source manuals: | naddy | 2011-06-23 | -4/+2 |
* | fix botched client and group cycle defines; noticed by Thomas Pfaff. | okan | 2011-05-15 | -5/+5 |
* | remove left over XSync; ok oga@ | okan | 2011-05-13 | -7/+3 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | -19/+26 |
* | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | 2011-05-07 | -9/+51 |
* | On map, don't warp to windows that are marked as ignored. | oga | 2011-05-06 | -3/+3 |
* | bump window resize back to 60hz. instead, we should not need to sync | okan | 2011-05-05 | -6/+4 |
* | re-org. ok oga@ | okan | 2011-05-05 | -309/+269 |
* | make the menu window aware of xinerama info; this makes the menu stay | okan | 2011-05-05 | -10/+27 |
* | revert the XSync timing change for client move only; first noticed by | okan | 2011-03-23 | -3/+3 |
* | warp the pointer back, iff we don't move the mouse, once we are done | okan | 2011-03-22 | -0/+8 |