summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.h
AgeCommit message (Expand)Author
2013-01-08add per-group vert/horiz tiling support; introduces 2 new bind commands,Okan Demirmen
2013-01-04rename {h,v}max functions for consistency; from Jan StaryOkan Demirmen
2013-01-04really these are just border colors, so adjust the defineOkan Demirmen
2013-01-04get rid of struct colorOkan Demirmen
2013-01-02have screen_find_xinerama() return struct geom *reliably* instead ofOkan Demirmen
2013-01-01least intrusive way to plug a memleak when unbinding a duplicate key forOkan 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-17screen font -> xftfontOkan Demirmen
2012-12-17knfOkan Demirmen
2012-12-17non-trivial menu drawing rewrite, moving to Xft and solving variousOkan 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-28replace hand rolled font_make() with XftFontOpenName() and merge intoOkan Demirmen
2012-11-08fix some warnings; inspired by a diff from Thordur Bjornsson.Okan Demirmen
2012-11-07get rid of the xfree() wrapper around free(); from Tiago Cunha.Okan Demirmen
2012-11-07spacingOkan Demirmen
2012-11-07tab completion support for menus; from Alexander Polakov.Okan 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-09-09extend client_resize so that it can know when to reset max flags andOkan Demirmen
2012-07-13re-use geom struct in client_ctx (saved)geometry.Okan Demirmen
2012-07-13convert xmax/ymax uses to view geometry.Okan Demirmen
2012-07-13introduce screen "view" area and "work" area (gap applied) to simplifyOkan Demirmen
2012-07-06querying for Xinerama should be done per display, not per screen, soOkan Demirmen
2012-07-05the display's width and height are updated after an XRandR event so weOkan Demirmen
2012-07-03re-implement atom handing; makes for a normalized and more consistentOkan Demirmen
2012-05-16instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aOkan Demirmen
2012-05-16cycle through other common cycling modifiers; based on a diff fromOkan Demirmen
2012-05-16convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymOkan Demirmen
2012-05-13altpersist->cycling to be more clear that this is for cycling modOkan Demirmen
2011-09-13add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such toOkan Demirmen
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakOkan Demirmen
2011-09-04Make flavours of maximisation additive.Owain Ainsworth
2011-09-03split off window hints from geometry so we don't need to carry them allOkan Demirmen
2011-09-03simplify color initialization.Okan Demirmen
2011-09-03Add {r,}cycleingroup to cycle through clients belonging to the sameOkan Demirmen