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