Age | Commit message (Expand) | Author |
2013-01-01 | replace emptystring with strdup here as well so we know we are free'ing | Okan Demirmen |
2013-01-01 | make num of groups no longer off-by-one; from Alexander Polakov | Okan Demirmen |
2012-12-19 | gc unused cmd 'flags' variable | Okan Demirmen |
2012-12-18 | expand CHILDMASK | Okan Demirmen |
2012-12-18 | use MOUSEMASK since we already have it | Okan Demirmen |
2012-12-18 | remove unused SEARCHMASK | Okan Demirmen |
2012-12-18 | define LockMask|Mod2Mask; no functional change | Okan Demirmen |
2012-12-18 | simplify config file setup; with Tiago Cunha | Okan Demirmen |
2012-12-17 | put a default known_hosts into conf | Okan Demirmen |
2012-12-17 | pull user home directory via getenv or getpwuid and stash it so we don't | Okan Demirmen |
2012-12-17 | cmap -> colormap in client_ctx | Okan Demirmen |
2012-12-17 | stash the default screen visual and colormap in screen_ctx | Okan Demirmen |
2012-12-17 | replace client highlight with a client flag | Okan Demirmen |
2012-12-17 | make client_mtf static | Okan Demirmen |
2012-12-17 | create and use menuq_clear() helper; from Tiago Cunha | Okan Demirmen |
2012-12-17 | current_client() returns _curcc, so use it where appropriate | Okan Demirmen |
2012-12-17 | screen font -> xftfont | Okan Demirmen |
2012-12-17 | knf | Okan Demirmen |
2012-12-17 | non-trivial menu drawing rewrite, moving to Xft and solving various | Okan Demirmen |
2012-11-29 | zap extra lines | Okan Demirmen |
2012-11-29 | specific last match for autogroup; few iterations with Kent Spillner. | Okan Demirmen |
2012-11-29 | x_setupscreen -> screen_init; no functional change. | Okan Demirmen |
2012-11-29 | remove dead extern | Okan Demirmen |
2012-11-28 | add xasprintf() for upcoming changes. | Okan Demirmen |
2012-11-28 | ever since the 9wm code bits were removed or replaced, this file has | Okan Demirmen |
2012-11-28 | replace hand rolled font_make() with XftFontOpenName() and merge into | Okan Demirmen |
2012-11-16 | add some checks | Okan Demirmen |
2012-11-14 | variable name consistency; from Thomas Pfaff | Okan Demirmen |
2012-11-14 | tab-complete buglet fix: once exec_path is completed, allow for | Okan Demirmen |
2012-11-09 | sort | Okan Demirmen |
2012-11-08 | fix some warnings; inspired by a diff from Thordur Bjornsson. | Okan Demirmen |
2012-11-07 | style nit; from Tiago Cunha. | Okan Demirmen |
2012-11-07 | add comment why we mouse unbind, just like kbd | Okan Demirmen |
2012-11-07 | now that we have FOREACH_SAFE queue macros, use them where appropriate; | Okan Demirmen |
2012-11-07 | plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha. | Okan Demirmen |
2012-11-07 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | Okan Demirmen |
2012-11-07 | clarify windowname and windowclass values are pulled from the WM_CLASS | Okan Demirmen |
2012-11-07 | zap trailing space | Okan Demirmen |
2012-11-07 | missing headers; from Thordur Bjornsson. | Okan Demirmen |
2012-11-07 | spacing | Okan Demirmen |
2012-11-07 | tab completion support for menus; from Alexander Polakov. | Okan Demirmen |
2012-11-01 | try to clarify xprop(1) output, with respect to WM_CLASS, without going | Okan Demirmen |
2012-10-31 | no longer a reason to carry conf_path in struct conf, so dice. | Okan Demirmen |
2012-10-31 | replace 'reload' with 'restart', which merely re-exec's cwm using the | Okan Demirmen |
2012-10-29 | on reload, run each client through conf_client to pick up potential | Okan Demirmen |
2012-10-28 | clarify autogroup option; based on diffs from kspillner@acm.org with | Okan Demirmen |
2012-10-23 | comment what this whole bit does, not just part of it. | Okan Demirmen |
2012-10-23 | add a height to struct menu and use it in the most obvious of places. | Okan Demirmen |
2012-10-23 | treat menu width the same as the height is treated when deciding its | Okan Demirmen |
2012-10-23 | Stop drawing when menu doesn't fit inside the screen; picked from a | Okan Demirmen |