aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h (unfollow)
Commit message (Expand)AuthorLines
2011-05-11tag and comment cleanup; ok oga@okan-1/+1
2011-05-07introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan-1/+4
2011-05-05re-org. ok oga@okan-309/+269
2011-03-22introduce nitems macro, with the appropriate ifndef.okan-1/+5
2011-03-22while this piece deals with client argv's in a seemingly inefficient wayokan-2/+1
2011-03-22remove XXX and move a configure event out of the event handler functions.okan-4/+2
2011-03-22move the single keycode function directly into the menu code.okan-10/+1
2010-05-22replace XFetchName() with something more intelligent which attempts tookan-2/+2
2010-04-11clean up a few xu_* functions to just accept what they need (Window).okan-4/+3
2010-02-10preserve labels after an edit action is aborted; extending the menuokan-1/+2
2010-01-27- allow per-screen gap; not (yet) user configurable.okan-2/+10
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyokan-14/+1
2009-12-15pull these headers only into files that need them.okan-5/+1
2009-12-15rid ourselves of these functional macros; convert to real functions.okan-5/+4
2009-12-15merge the 2 common header files; specific includes to be pulled out asokan-1/+28
2009-12-14kill _CWM_GRP atom setting. The netwm stuff does us well enough now thatoga-19/+18
2009-12-11add _NET_WORKAREA. for now we ignore the gap, this'll change soonish.oga-2/+3
2009-12-11implement support for _NET_WM_DESKTOP properties on windows.oga-2/+3
2009-12-11Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespecoga-8/+11
2009-12-10Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)oga-2/+4
2009-12-10Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga-3/+7
2009-12-10finish unfucking the screen_ctx handling.oga-41/+43
2009-12-08start fixing screen_ctx usage, for it is utterly broken. bring fontokan-9/+9
2009-12-07Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga-2/+4
2009-12-07support _NET_CLIENT_LIST.oga-2/+3
2009-12-07Implement _NET_ACTIVE_WINDOW. for now just the informational hint isoga-2/+3
2009-12-07introduce the beginnings of netwm support, minimally and correctly;okan-2/+14
2009-08-27unroll the CCTOSC macro; from Thomas Pfaffokan-3/+1
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga-1/+6
2009-08-24bring together gathering, calculating and applying of size hints;okan-3/+6
2009-08-24Instead of having a function that just calls TAILQ_INIT on a global, useoga-3/+1
2009-06-26static local functions and data; almost identical diff from Thomas Pfaffokan-10/+1
2009-06-23tidy up startup/init routinesokan-2/+3
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan-4/+1
2009-06-17move like defines to a central, logical location; no binary change.okan-1/+7
2009-05-18oops, we appear to have grown an extra prototype for group_only(), getoga-2/+1
2009-05-18Rip out the event layer and just use a static array of callbacks likeoga-37/+2
2009-05-17a long time coming - re-work the way we deal with colors: since we'reokan-7/+31
2009-05-17add a "movetogroup" function, which hides the current window fromsthen-1/+4
2009-05-14add missing prototype.oga-1/+2
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].oga-1/+3
2009-04-15properly teardown X connection upon quit; static a few while here,okan-3/+1
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas-1/+3
2009-01-27remove Nscreens and x_screenname() - we really don't need them.okan-4/+1
2009-01-27One of the most annoying things to do was restart cwm and lose all ofoga-2/+4
2009-01-23move conf_clear() and add proto.okan-1/+2
2009-01-23Move the keybinding argument to a union to prevent warnings whereoga-27/+37
2009-01-22Cache all of the X atoms we use at startup.oga-1/+11
2009-01-21borderwidth as a cwmrc(5) keyword, really helps debuggingtodd-2/+3
2009-01-17remove unusedokan-2/+1