summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.h
AgeCommit message (Expand)Author
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
2011-09-03"defaultfont" is unclear (and confusing while reading code) when it alsoOkan Demirmen
2011-07-23Clarify defines and make them not look like non-local ones; started by aOkan Demirmen
2011-07-14correct spelling; from Alexander Polakov.Okan Demirmen
2011-06-24add 'normal' cursor and shuffle the others we use to make a bit moreOkan Demirmen
2011-06-24New option to raise a client via the mouse (unbound by default);Okan Demirmen
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'Okan Demirmen
2011-06-24re-do various bits of {,h,v}max for simplicity and less flag handling.Okan Demirmen
2011-06-24struct XftFont already has height which we can use directly instead ofOkan Demirmen
2011-06-24alter a few function returns and prototypes; found by lint.Okan Demirmen
2011-06-24collapse client and group {r,}cycle defines since they are reallyOkan Demirmen
2011-05-15fix botched client and group cycle defines; noticed by Thomas Pfaff.Okan Demirmen
2011-05-11tag and comment cleanup; ok oga@Okan Demirmen
2011-05-07introduce a new 'freeze' flag (CMS-f by default) which may be applied toOkan Demirmen
2011-05-05re-org. ok oga@Okan Demirmen
2011-03-22introduce nitems macro, with the appropriate ifndef.Okan Demirmen
2011-03-22while this piece deals with client argv's in a seemingly inefficient wayOkan Demirmen
2011-03-22remove XXX and move a configure event out of the event handler functions.Okan Demirmen
2011-03-22move the single keycode function directly into the menu code.Okan Demirmen
2010-05-22replace XFetchName() with something more intelligent which attempts toOkan Demirmen
2010-04-11clean up a few xu_* functions to just accept what they need (Window).Okan Demirmen
2010-02-10preserve labels after an edit action is aborted; extending the menuOkan Demirmen
2010-01-27- allow per-screen gap; not (yet) user configurable.Okan Demirmen
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
2009-12-15pull these headers only into files that need them.Okan Demirmen
2009-12-15rid ourselves of these functional macros; convert to real functions.Okan Demirmen
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
2009-12-14kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatOwain Ainsworth