about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* make client_mtf staticokan2012-12-172-4/+2
* create and use menuq_clear() helper; from Tiago Cunhaokan2012-12-175-34/+21
* current_client() returns _curcc, so use it where appropriateokan2012-12-171-6/+6
* screen font -> xftfontokan2012-12-172-8/+8
* knfokan2012-12-175-25/+28
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-179-63/+131
* zap extra linesokan2012-11-291-2/+0
* specific last match for autogroup; few iterations with Kent Spillner.okan2012-11-292-6/+9
* x_setupscreen -> screen_init; no functional change.okan2012-11-293-57/+56
* remove dead externokan2012-11-291-1/+1
* add xasprintf() for upcoming changes.okan2012-11-282-0/+19
* ever since the 9wm code bits were removed or replaced, this file hasokan2012-11-281-14/+0
* replace hand rolled font_make() with XftFontOpenName() and merge intookan2012-11-283-23/+8
* add some checksokan2012-11-161-0/+7
* variable name consistency; from Thomas Pfaffokan2012-11-141-19/+17
* tab-complete buglet fix: once exec_path is completed, allow forokan2012-11-141-2/+0
* sortokan2012-11-0914-16/+16
* fix some warnings; inspired by a diff from Thordur Bjornsson.okan2012-11-083-7/+8
* style nit; from Tiago Cunha.okan2012-11-071-2/+1
* add comment why we mouse unbind, just like kbdokan2012-11-071-0/+1
* now that we have FOREACH_SAFE queue macros, use them where appropriate;okan2012-11-071-8/+2
* plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha.okan2012-11-071-2/+6
* get rid of the xfree() wrapper around free(); from Tiago Cunha.okan2012-11-079-45/+36
* clarify windowname and windowclass values are pulled from the WM_CLASSokan2012-11-071-2/+2
* zap trailing spaceokan2012-11-071-2/+2
* missing headers; from Thordur Bjornsson.okan2012-11-072-0/+2
* spacingokan2012-11-071-2/+2
* tab completion support for menus; from Alexander Polakov.okan2012-11-074-8/+135
* try to clarify xprop(1) output, with respect to WM_CLASS, without goingokan2012-11-011-2/+3
* no longer a reason to carry conf_path in struct conf, so dice.okan2012-10-313-9/+6
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-319-56/+17
* on reload, run each client through conf_client to pick up potentialokan2012-10-291-1/+6
* clarify autogroup option; based on diffs from kspillner@acm.org withokan2012-10-281-9/+17
* comment what this whole bit does, not just part of it.okan2012-10-231-2/+1
* add a height to struct menu and use it in the most obvious of places.okan2012-10-231-8/+10
* treat menu width the same as the height is treated when deciding itsokan2012-10-231-3/+5
* Stop drawing when menu doesn't fit inside the screen; picked from aokan2012-10-231-1/+6
* revert previous for now until a way to test more than a few encodings is foundokan2012-09-121-4/+4
* be explicit in which key masks we allow during keypress and buttonpressokan2012-09-101-4/+4
* replace with xu_getprop wrapper used everywhere else.okan2012-09-091-12/+6
* extend client_resize so that it can know when to reset max flags andokan2012-09-094-8/+13
* support multibyte input to menu code; from Alexander Polakov with a tiny tweak.okan2012-08-072-21/+24
* Further simplify Xinerama init and re-init on XRR events.okan2012-07-182-20/+7
* unify various max routines to match client placement and partially menu onesokan2012-07-161-4/+13
* check valueokan2012-07-161-1/+1
* move the HasXinerama check into screen_find_xinerama and simplify logic;okan2012-07-162-34/+28
* re-use geom struct in client_ctx (saved)geometry.okan2012-07-136-94/+89
* convert xmax/ymax uses to view geometry.okan2012-07-138-29/+24
* introduce screen "view" area and "work" area (gap applied) to simplifyokan2012-07-132-0/+19
* fix atom for setting WM_STATE.okan2012-07-081-1/+1