about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
| * replace emptystring with strdup here as well so we know we are free'ingokan2013-01-011-6/+3
| * make num of groups no longer off-by-one; from Alexander Polakovokan2013-01-015-13/+11
* | cvsimportokan2012-12-1914-267/+308
|\|
| * gc unused cmd 'flags' variableokan2012-12-193-5/+3
| * expand CHILDMASKokan2012-12-182-3/+3
| * use MOUSEMASK since we already have itokan2012-12-181-4/+2
| * remove unused SEARCHMASKokan2012-12-181-1/+0
| * define LockMask|Mod2Mask; no functional changeokan2012-12-182-4/+3
| * simplify config file setup; with Tiago Cunhaokan2012-12-183-33/+20
| * put a default known_hosts into confokan2012-12-173-7/+8
| * pull user home directory via getenv or getpwuid and stash it so we don'tokan2012-12-174-10/+15
| * cmap -> colormap in client_ctxokan2012-12-172-3/+3
| * stash the default screen visual and colormap in screen_ctxokan2012-12-174-9/+10
| * replace client highlight with a client flagokan2012-12-173-13/+10
| * 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
* | cvsimportokan2012-11-285-37/+27
|\|
| * 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
* | Use vendored queue.h everywhereChristian Neukirchen2012-11-2614-14/+14
* | Vendor OpenBSD queue.h,v 1.36Christian Neukirchen2012-11-261-0/+568
* | cvsimportChristian Neukirchen2012-11-2616-106/+226
|\|
| * 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
* | cvsimportokan2012-11-0110-66/+25
|\|
| * 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