| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | on reload, run each client through conf_client to pick up potential | okan | 2012-10-29 | 1 | -1/+6 |
* | clarify autogroup option; based on diffs from kspillner@acm.org with | okan | 2012-10-28 | 1 | -9/+17 |
* | comment what this whole bit does, not just part of it. | okan | 2012-10-23 | 1 | -2/+1 |
* | add a height to struct menu and use it in the most obvious of places. | okan | 2012-10-23 | 1 | -8/+10 |
* | treat menu width the same as the height is treated when deciding its | okan | 2012-10-23 | 1 | -3/+5 |
* | Stop drawing when menu doesn't fit inside the screen; picked from a | okan | 2012-10-23 | 1 | -1/+6 |
* | revert previous for now until a way to test more than a few encodings is found | okan | 2012-09-12 | 1 | -4/+4 |
* | be explicit in which key masks we allow during keypress and buttonpress | okan | 2012-09-10 | 1 | -4/+4 |
* | replace with xu_getprop wrapper used everywhere else. | okan | 2012-09-09 | 1 | -12/+6 |
* | extend client_resize so that it can know when to reset max flags and | okan | 2012-09-09 | 4 | -8/+13 |
* | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | okan | 2012-08-07 | 2 | -21/+24 |
* | Further simplify Xinerama init and re-init on XRR events. | okan | 2012-07-18 | 2 | -20/+7 |
* | unify various max routines to match client placement and partially menu ones | okan | 2012-07-16 | 1 | -4/+13 |
* | check value | okan | 2012-07-16 | 1 | -1/+1 |