aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* spacingokan2013-01-04-9/+9
* get rid of struct colorokan2013-01-04-32/+27
* pass the screen workarea, as opposed to viewarea, allowing clientokan2013-01-02-6/+6
* re-work client_snapcalc() so it takes client and edge dimensions withokan2013-01-02-19/+17
* merge in Xinerama screen query; no functional change.okan2013-01-02-23/+11
* have screen_find_xinerama() return struct geom *reliably* instead ofokan2013-01-02-97/+56
* more variable consistencyokan2013-01-02-32/+32
* info->xine, for consistent variable namesokan2013-01-02-8/+8
* after we toggle a group hidden, it makes no sense to set it as activeokan2013-01-01-6/+2
* least intrusive way to plug a memleak when unbinding a duplicate key forokan2013-01-01-3/+10
* replace emptystring with strdup here as well so we know we are free'ingokan2013-01-01-7/+4
* make num of groups no longer off-by-one; from Alexander Polakovokan2013-01-01-18/+16
* gc unused cmd 'flags' variableokan2012-12-19-8/+6
* expand CHILDMASKokan2012-12-18-5/+5
* use MOUSEMASK since we already have itokan2012-12-18-5/+3
* remove unused SEARCHMASKokan2012-12-18-2/+1
* define LockMask|Mod2Mask; no functional changeokan2012-12-18-6/+5
* simplify config file setup; with Tiago Cunhaokan2012-12-18-36/+23
* put a default known_hosts into confokan2012-12-17-10/+11
* pull user home directory via getenv or getpwuid and stash it so we don'tokan2012-12-17-14/+19
* cmap -> colormap in client_ctxokan2012-12-17-5/+5
* stash the default screen visual and colormap in screen_ctxokan2012-12-17-13/+14
* replace client highlight with a client flagokan2012-12-17-16/+13
* make client_mtf staticokan2012-12-17-6/+4
* create and use menuq_clear() helper; from Tiago Cunhaokan2012-12-17-39/+26
* current_client() returns _curcc, so use it where appropriateokan2012-12-17-7/+7
* screen font -> xftfontokan2012-12-17-10/+10
* knfokan2012-12-17-31/+34
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-17-72/+140
* zap extra linesokan2012-11-29-3/+1
* specific last match for autogroup; few iterations with Kent Spillner.okan2012-11-29-9/+12
* x_setupscreen -> screen_init; no functional change.okan2012-11-29-60/+59
* remove dead externokan2012-11-29-2/+2
* add xasprintf() for upcoming changes.okan2012-11-28-2/+21
* ever since the 9wm code bits were removed or replaced, this file hasokan2012-11-28-14/+0
* replace hand rolled font_make() with XftFontOpenName() and merge intookan2012-11-28-26/+11
* add some checksokan2012-11-16-1/+8
* 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