aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* variable name consistency; from Thomas Pfaffokan2012-11-14-20/+18
* tab-complete buglet fix: once exec_path is completed, allow forokan2012-11-14-3/+1
* sortokan2012-11-09-30/+30
* fix some warnings; inspired by a diff from Thordur Bjornsson.okan2012-11-08-10/+11
* style nit; from Tiago Cunha.okan2012-11-07-3/+2
* add comment why we mouse unbind, just like kbdokan2012-11-07-1/+2
* now that we have FOREACH_SAFE queue macros, use them where appropriate;okan2012-11-07-9/+3
* plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha.okan2012-11-07-3/+7
* get rid of the xfree() wrapper around free(); from Tiago Cunha.okan2012-11-07-54/+45
* clarify windowname and windowclass values are pulled from the WM_CLASSokan2012-11-07-2/+2
* zap trailing spaceokan2012-11-07-3/+3
* missing headers; from Thordur Bjornsson.okan2012-11-07-2/+4
* spacingokan2012-11-07-3/+3
* tab completion support for menus; from Alexander Polakov.okan2012-11-07-12/+139
* try to clarify xprop(1) output, with respect to WM_CLASS, without goingokan2012-11-01-3/+4
* no longer a reason to carry conf_path in struct conf, so dice.okan2012-10-31-12/+9
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-31-65/+26
* on reload, run each client through conf_client to pick up potentialokan2012-10-29-2/+7
* clarify autogroup option; based on diffs from kspillner@acm.org withokan2012-10-28-10/+18
* comment what this whole bit does, not just part of it.okan2012-10-23-3/+2
* add a height to struct menu and use it in the most obvious of places.okan2012-10-23-9/+11
* treat menu width the same as the height is treated when deciding itsokan2012-10-23-4/+6
* Stop drawing when menu doesn't fit inside the screen; picked from aokan2012-10-23-2/+7
* revert previous for now until a way to test more than a few encodings is foundokan2012-09-12-5/+5
* be explicit in which key masks we allow during keypress and buttonpressokan2012-09-10-5/+5
* replace with xu_getprop wrapper used everywhere else.okan2012-09-09-13/+7
* extend client_resize so that it can know when to reset max flags andokan2012-09-09-12/+17
* support multibyte input to menu code; from Alexander Polakov with a tiny tweak.okan2012-08-07-23/+26
* Further simplify Xinerama init and re-init on XRR events.okan2012-07-18-22/+9
* unify various max routines to match client placement and partially menu onesokan2012-07-16-5/+14
* check valueokan2012-07-16-2/+2
* move the HasXinerama check into screen_find_xinerama and simplify logic;okan2012-07-16-36/+30
* re-use geom struct in client_ctx (saved)geometry.okan2012-07-13-100/+95
* convert xmax/ymax uses to view geometry.okan2012-07-13-37/+32
* introduce screen "view" area and "work" area (gap applied) to simplifyokan2012-07-13-2/+21
* fix atom for setting WM_STATE.okan2012-07-08-2/+2
* fix atom for retrieving WM_STATE between re-exec's.okan2012-07-08-2/+2
* remove a redundant assignment and another one up.okan2012-07-08-3/+2
* querying for Xinerama should be done per display, not per screen, sookan2012-07-06-17/+16
* Add a couple examples of keybindings using keysyms, as discusseddcoppa2012-07-06-2/+6
* the display's width and height are updated after an XRandR event so weokan2012-07-05-11/+11
* assign and use screen ctx where appropriate and consistently.okan2012-07-04-23/+13
* use the screen ctx since we already have it assigned.okan2012-07-04-7/+7
* fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, theokan2012-07-04-2/+2
* re-implement atom handing; makes for a normalized and more consistentokan2012-07-03-164/+253
* get rid of more stray lines/spacesokan2012-05-16-6/+4
* instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aokan2012-05-16-22/+29
* fix commentokan2012-05-16-3/+4
* cycle through other common cycling modifiers; based on a diff fromokan2012-05-16-19/+26
* convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymokan2012-05-16-12/+13