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