| Commit message (Expand) | Author | Age | Files | Lines |
* | zap trailing space | okan | 2012-11-07 | 1 | -2/+2 |
* | missing headers; from Thordur Bjornsson. | okan | 2012-11-07 | 2 | -0/+2 |
* | spacing | okan | 2012-11-07 | 1 | -2/+2 |
* | tab completion support for menus; from Alexander Polakov. | okan | 2012-11-07 | 4 | -8/+135 |
* | try to clarify xprop(1) output, with respect to WM_CLASS, without going | okan | 2012-11-01 | 1 | -2/+3 |
* | no longer a reason to carry conf_path in struct conf, so dice. | okan | 2012-10-31 | 3 | -9/+6 |
* | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | 2012-10-31 | 9 | -56/+17 |
* | on reload, run each client through conf_client to pick up potential | okan | 2012-10-29 | 1 | -1/+6 |
* | clarify autogroup option; based on diffs from kspillner@acm.org with | okan | 2012-10-28 | 1 | -9/+17 |
* | comment what this whole bit does, not just part of it. | okan | 2012-10-23 | 1 | -2/+1 |
* | add a height to struct menu and use it in the most obvious of places. | okan | 2012-10-23 | 1 | -8/+10 |
* | treat menu width the same as the height is treated when deciding its | okan | 2012-10-23 | 1 | -3/+5 |
* | Stop drawing when menu doesn't fit inside the screen; picked from a | okan | 2012-10-23 | 1 | -1/+6 |
* | revert previous for now until a way to test more than a few encodings is found | okan | 2012-09-12 | 1 | -4/+4 |
* | be explicit in which key masks we allow during keypress and buttonpress | okan | 2012-09-10 | 1 | -4/+4 |
* | replace with xu_getprop wrapper used everywhere else. | okan | 2012-09-09 | 1 | -12/+6 |
* | extend client_resize so that it can know when to reset max flags and | okan | 2012-09-09 | 4 | -8/+13 |
* | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | okan | 2012-08-07 | 2 | -21/+24 |
* | Further simplify Xinerama init and re-init on XRR events. | okan | 2012-07-18 | 2 | -20/+7 |
* | unify various max routines to match client placement and partially menu ones | okan | 2012-07-16 | 1 | -4/+13 |
* | check value | okan | 2012-07-16 | 1 | -1/+1 |
* | move the HasXinerama check into screen_find_xinerama and simplify logic; | okan | 2012-07-16 | 2 | -34/+28 |
* | re-use geom struct in client_ctx (saved)geometry. | okan | 2012-07-13 | 6 | -94/+89 |
* | convert xmax/ymax uses to view geometry. | okan | 2012-07-13 | 8 | -29/+24 |
* | introduce screen "view" area and "work" area (gap applied) to simplify | okan | 2012-07-13 | 2 | -0/+19 |
* | fix atom for setting WM_STATE. | okan | 2012-07-08 | 1 | -1/+1 |
* | fix atom for retrieving WM_STATE between re-exec's. | okan | 2012-07-08 | 1 | -1/+1 |
* | remove a redundant assignment and another one up. | okan | 2012-07-08 | 1 | -2/+1 |
* | querying for Xinerama should be done per display, not per screen, so | okan | 2012-07-06 | 4 | -13/+12 |
* | Add a couple examples of keybindings using keysyms, as discussed | dcoppa | 2012-07-06 | 1 | -1/+5 |
* | the display's width and height are updated after an XRandR event so we | okan | 2012-07-05 | 4 | -7/+7 |
* | 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 |