| Commit message (Expand) | Author | Age | Lines |
* | extend client_resize so that it can know when to reset max flags and | okan | 2012-09-09 | -12/+17 |
* | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | okan | 2012-08-07 | -23/+26 |
* | Further simplify Xinerama init and re-init on XRR events. | okan | 2012-07-18 | -22/+9 |
* | unify various max routines to match client placement and partially menu ones | okan | 2012-07-16 | -5/+14 |
* | check value | okan | 2012-07-16 | -2/+2 |
* | move the HasXinerama check into screen_find_xinerama and simplify logic; | okan | 2012-07-16 | -36/+30 |
* | re-use geom struct in client_ctx (saved)geometry. | okan | 2012-07-13 | -100/+95 |
* | convert xmax/ymax uses to view geometry. | okan | 2012-07-13 | -37/+32 |
* | introduce screen "view" area and "work" area (gap applied) to simplify | okan | 2012-07-13 | -2/+21 |
* | fix atom for setting WM_STATE. | okan | 2012-07-08 | -2/+2 |
* | fix atom for retrieving WM_STATE between re-exec's. | okan | 2012-07-08 | -2/+2 |
* | remove a redundant assignment and another one up. | okan | 2012-07-08 | -3/+2 |
* | querying for Xinerama should be done per display, not per screen, so | okan | 2012-07-06 | -17/+16 |
* | Add a couple examples of keybindings using keysyms, as discussed | dcoppa | 2012-07-06 | -2/+6 |
* | the display's width and height are updated after an XRandR event so we | okan | 2012-07-05 | -11/+11 |
* | assign and use screen ctx where appropriate and consistently. | okan | 2012-07-04 | -23/+13 |
* | use the screen ctx since we already have it assigned. | okan | 2012-07-04 | -7/+7 |
* | fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the | okan | 2012-07-04 | -2/+2 |
* | re-implement atom handing; makes for a normalized and more consistent | okan | 2012-07-03 | -164/+253 |
* | get rid of more stray lines/spaces | okan | 2012-05-16 | -6/+4 |
* | instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a | okan | 2012-05-16 | -22/+29 |
* | fix comment | okan | 2012-05-16 | -3/+4 |
* | cycle through other common cycling modifiers; based on a diff from | okan | 2012-05-16 | -19/+26 |
* | convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym | okan | 2012-05-16 | -12/+13 |
* | altpersist->cycling to be more clear that this is for cycling mod | okan | 2012-05-13 | -8/+8 |
* | knf, some from a diff from Tiago Cunha. | okan | 2012-05-13 | -14/+18 |
* | wrap long lines; from Tiago Cunha. | okan | 2012-05-10 | -3/+5 |
* | fix section order: move AUTHORS below HISTORY; from Tiago Cunha | okan | 2012-05-09 | -12/+12 |
* | kill useless .Pp | pascal | 2012-05-07 | -3/+2 |
* | check if we're in the group already, else multiple calls to | okan | 2011-12-29 | -2/+4 |
* | 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 |