| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | replace emptystring with strdup here as well so we know we are free'ing | okan | 2013-01-01 | 1 | -6/+3 |
| * | make num of groups no longer off-by-one; from Alexander Polakov | okan | 2013-01-01 | 5 | -13/+11 |
* | | cvsimport | okan | 2012-12-19 | 14 | -267/+308 |
|\| |
|
| * | gc unused cmd 'flags' variable | okan | 2012-12-19 | 3 | -5/+3 |
| * | expand CHILDMASK | okan | 2012-12-18 | 2 | -3/+3 |
| * | use MOUSEMASK since we already have it | okan | 2012-12-18 | 1 | -4/+2 |
| * | remove unused SEARCHMASK | okan | 2012-12-18 | 1 | -1/+0 |
| * | define LockMask|Mod2Mask; no functional change | okan | 2012-12-18 | 2 | -4/+3 |
| * | simplify config file setup; with Tiago Cunha | okan | 2012-12-18 | 3 | -33/+20 |
| * | put a default known_hosts into conf | okan | 2012-12-17 | 3 | -7/+8 |
| * | pull user home directory via getenv or getpwuid and stash it so we don't | okan | 2012-12-17 | 4 | -10/+15 |
| * | cmap -> colormap in client_ctx | okan | 2012-12-17 | 2 | -3/+3 |
| * | stash the default screen visual and colormap in screen_ctx | okan | 2012-12-17 | 4 | -9/+10 |
| * | replace client highlight with a client flag | okan | 2012-12-17 | 3 | -13/+10 |
| * | make client_mtf static | okan | 2012-12-17 | 2 | -4/+2 |
| * | create and use menuq_clear() helper; from Tiago Cunha | okan | 2012-12-17 | 5 | -34/+21 |
| * | current_client() returns _curcc, so use it where appropriate | okan | 2012-12-17 | 1 | -6/+6 |
| * | screen font -> xftfont | okan | 2012-12-17 | 2 | -8/+8 |
| * | knf | okan | 2012-12-17 | 5 | -25/+28 |
| * | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | 2012-12-17 | 9 | -63/+131 |
| * | zap extra lines | okan | 2012-11-29 | 1 | -2/+0 |
| * | specific last match for autogroup; few iterations with Kent Spillner. | okan | 2012-11-29 | 2 | -6/+9 |
| * | x_setupscreen -> screen_init; no functional change. | okan | 2012-11-29 | 3 | -57/+56 |
| * | remove dead extern | okan | 2012-11-29 | 1 | -1/+1 |
* | | cvsimport | okan | 2012-11-28 | 5 | -37/+27 |
|\| |
|
| * | add xasprintf() for upcoming changes. | okan | 2012-11-28 | 2 | -0/+19 |
| * | ever since the 9wm code bits were removed or replaced, this file has | okan | 2012-11-28 | 1 | -14/+0 |
| * | replace hand rolled font_make() with XftFontOpenName() and merge into | okan | 2012-11-28 | 3 | -23/+8 |
* | | Use vendored queue.h everywhere | Christian Neukirchen | 2012-11-26 | 14 | -14/+14 |
* | | Vendor OpenBSD queue.h,v 1.36 | Christian Neukirchen | 2012-11-26 | 1 | -0/+568 |
* | | cvsimport | Christian Neukirchen | 2012-11-26 | 16 | -106/+226 |
|\| |
|
| * | add some checks | okan | 2012-11-16 | 1 | -0/+7 |
| * | variable name consistency; from Thomas Pfaff | okan | 2012-11-14 | 1 | -19/+17 |
| * | tab-complete buglet fix: once exec_path is completed, allow for | okan | 2012-11-14 | 1 | -2/+0 |
| * | sort | okan | 2012-11-09 | 14 | -16/+16 |
| * | fix some warnings; inspired by a diff from Thordur Bjornsson. | okan | 2012-11-08 | 3 | -7/+8 |
| * | style nit; from Tiago Cunha. | okan | 2012-11-07 | 1 | -2/+1 |
| * | add comment why we mouse unbind, just like kbd | okan | 2012-11-07 | 1 | -0/+1 |
| * | now that we have FOREACH_SAFE queue macros, use them where appropriate; | okan | 2012-11-07 | 1 | -8/+2 |
| * | plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha. | okan | 2012-11-07 | 1 | -2/+6 |
| * | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | 2012-11-07 | 9 | -45/+36 |
| * | clarify windowname and windowclass values are pulled from the WM_CLASS | okan | 2012-11-07 | 1 | -2/+2 |
| * | 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 |
* | | cvsimport | okan | 2012-11-01 | 10 | -66/+25 |
|\| |
|
| * | 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 |