aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h (follow)
Commit message (Expand)AuthorAgeLines
* 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
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-07-1/+3
* remove Nscreens and x_screenname() - we really don't need them.okan2009-01-27-4/+1
* One of the most annoying things to do was restart cwm and lose all ofoga2009-01-27-2/+4
* move conf_clear() and add proto.okan2009-01-23-1/+2
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-23-27/+37
* Cache all of the X atoms we use at startup.oga2009-01-22-1/+11
* borderwidth as a cwmrc(5) keyword, really helps debuggingtodd2009-01-21-2/+3
* remove unusedokan2009-01-17-2/+1
* Finally fix the really annoying race where if you rapidly switch groups severaloga2009-01-17-2/+2
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-16-15/+4
* - add missing prototypes.okan2009-01-15-1/+2
* shortcut_to_name should not be defined as static in a header file. Putoga2009-01-11-6/+2
* add missing prototypesokan2009-01-11-1/+5
* - merge grab_sweep() into mousefunc_window_resize().okan2009-01-11-4/+1
* Kill obviously dead variable.oga2008-12-04-3/+1
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-29-1/+8
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-22-8/+1
* Display the current window title not a previous one in the case ofoga2008-09-22-1/+8
* fix the froggy problem.oga2008-07-22-1/+2
* We've been handling grabbing wrong all this time (noticed at c2k8).oga2008-07-22-1/+3
* split x_setup() into two. dpy_init() for setting up the display andoga2008-07-22-2/+2
* Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesoga2008-07-22-1/+2
* Kill screen_init(). it's been stubbed out for a while now. I don't envision itoga2008-07-22-2/+1
* kill another leftover prototype.oga2008-07-22-2/+1
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-11-2/+2
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-3/+3
* Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,oga2008-06-25-1/+2
* Actually grab the correct mouse buttons for a window, instead of doing theoga2008-06-25-1/+2
* Ignore caps lock and numlock for keyboard bindings. The way Xlib makesoga2008-06-17-2/+2
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-15-28/+11
* (mostly) proper xshape event supportokan2008-06-14-1/+2