aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h (follow)
Commit message (Expand)AuthorAgeLines
* add 'normal' cursor and shuffle the others we use to make a bit moreokan2011-06-24-4/+4
* New option to raise a client via the mouse (unbound by default);okan2011-06-24-1/+2
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-24-1/+4
* re-do various bits of {,h,v}max for simplicity and less flag handling.okan2011-06-24-8/+5
* struct XftFont already has height which we can use directly instead ofokan2011-06-24-2/+1
* alter a few function returns and prototypes; found by lint.okan2011-06-24-4/+4
* collapse client and group {r,}cycle defines since they are reallyokan2011-06-24-6/+2
* fix botched client and group cycle defines; noticed by Thomas Pfaff.okan2011-05-15-5/+5
* tag and comment cleanup; ok oga@okan2011-05-11-1/+1
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-07-1/+4
* re-org. ok oga@okan2011-05-05-309/+269
* introduce nitems macro, with the appropriate ifndef.okan2011-03-22-1/+5
* while this piece deals with client argv's in a seemingly inefficient wayokan2011-03-22-2/+1
* remove XXX and move a configure event out of the event handler functions.okan2011-03-22-4/+2
* move the single keycode function directly into the menu code.okan2011-03-22-10/+1
* replace XFetchName() with something more intelligent which attempts tookan2010-05-22-2/+2
* clean up a few xu_* functions to just accept what they need (Window).okan2010-04-11-4/+3
* preserve labels after an edit action is aborted; extending the menuokan2010-02-10-1/+2
* - allow per-screen gap; not (yet) user configurable.okan2010-01-27-2/+10
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-14/+1
* pull these headers only into files that need them.okan2009-12-15-5/+1
* rid ourselves of these functional macros; convert to real functions.okan2009-12-15-5/+4
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-1/+28
* kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatoga2009-12-14-19/+18
* add _NET_WORKAREA. for now we ignore the gap, this'll change soonish.oga2009-12-11-2/+3
* implement support for _NET_WM_DESKTOP properties on windows.oga2009-12-11-2/+3
* Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga2009-12-11-8/+11
* Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)oga2009-12-10-2/+4
* Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga2009-12-10-3/+7
* finish unfucking the screen_ctx handling.oga2009-12-10-41/+43
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-08-9/+9
* Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga2009-12-07-2/+4
* support _NET_CLIENT_LIST.oga2009-12-07-2/+3
* Implement _NET_ACTIVE_WINDOW. for now just the informational hint isoga2009-12-07-2/+3
* introduce the beginnings of netwm support, minimally and correctly;okan2009-12-07-2/+14
* unroll the CCTOSC macro; from Thomas Pfaffokan2009-08-27-3/+1
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-24-1/+6
* bring together gathering, calculating and applying of size hints;okan2009-08-24-3/+6
* Instead of having a function that just calls TAILQ_INIT on a global, useoga2009-08-24-3/+1
* static local functions and data; almost identical diff from Thomas Pfaffokan2009-06-26-10/+1
* tidy up startup/init routinesokan2009-06-23-2/+3
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-20-4/+1
* move like defines to a central, logical location; no binary change.okan2009-06-17-1/+7
* oops, we appear to have grown an extra prototype for group_only(), getoga2009-05-18-2/+1
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-18-37/+2
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-17-7/+31
* add a "movetogroup" function, which hides the current window fromsthen2009-05-17-1/+4
* add missing prototype.oga2009-05-14-1/+2
* Add a new command (currently no default keybindings for it), grouponly[1-9].oga2009-05-14-1/+3
* properly teardown X connection upon quit; static a few while here,okan2009-04-15-3/+1