aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.c (follow)
Commit message (Expand)AuthorAgeLines
...
* zap extra linesokan2012-11-29-3/+1
* x_setupscreen -> screen_init; no functional change.okan2012-11-29-58/+2
* sortokan2012-11-09-2/+2
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-31-1/+3
* support multibyte input to menu code; from Alexander Polakov with a tiny tweak.okan2012-08-07-1/+6
* Further simplify Xinerama init and re-init on XRR events.okan2012-07-18-6/+3
* querying for Xinerama should be done per display, not per screen, sookan2012-07-06-12/+5
* the display's width and height are updated after an XRandR event so weokan2012-07-05-3/+3
* instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aokan2012-05-16-3/+4
* knf, some from a diff from Tiago Cunha.okan2012-05-13-1/+3
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-08-2/+1
* We are inconsistent when it comes to function returns, so just go allokan2011-07-25-4/+5
* Clarify defines and make them not look like non-local ones; started by aokan2011-07-23-3/+3
* add 'normal' cursor and shuffle the others we use to make a bit moreokan2011-06-24-11/+12
* replace the non-working check to see if another wm is running with aokan2011-06-24-20/+21
* tag and comment cleanup; ok oga@okan2011-05-11-1/+1
* grab events on the root window *before* we look for existing windows.oga2010-04-12-7/+7
* - allow per-screen gap; not (yet) user configurable.okan2010-01-27-1/+2
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-1/+11
* pull these headers only into files that need them.okan2009-12-15-1/+4
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-2/+1
* Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga2009-12-10-12/+5
* finish unfucking the screen_ctx handling.oga2009-12-10-8/+3
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-08-3/+3
* Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga2009-12-07-2/+9
* introduce the beginnings of netwm support, minimally and correctly;okan2009-12-07-1/+3
* Instead of having a function that just calls TAILQ_INIT on a global, useoga2009-08-24-5/+3
* static local functions and data; almost identical diff from Thomas Pfaffokan2009-06-26-8/+7
* tidy up startup/init routinesokan2009-06-23-6/+6
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-20-2/+2
* nuke the leading underscore notation for local static functions - thereokan2009-05-18-4/+4
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-18-19/+1
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-17-35/+3
* properly teardown X connection upon quit; static a few while here,okan2009-04-15-1/+17
* remove Nscreens and x_screenname() - we really don't need them.okan2009-01-27-32/+2
* Cache all of the X atoms we use at startup.oga2009-01-22-1/+3
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-16-23/+3
* On startup, don't leak memory when we enumerate existing windows.oga2009-01-15-5/+2
* Don't ignore sigpipe. Everytime cwm forks it execs anyway (so itoga2008-12-03-5/+1
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-29-2/+18
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-22-18/+2
* Display the current window title not a previous one in the case ofoga2008-09-22-2/+18
* fix the froggy problem.oga2008-07-22-1/+2
* We've been handling grabbing wrong all this time (noticed at c2k8).oga2008-07-22-5/+10
* split x_setup() into two. dpy_init() for setting up the display andoga2008-07-22-9/+17
* Kill screen_init(). it's been stubbed out for a while now. I don't envision itoga2008-07-22-6/+1
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-21/+19
* Sort flags.oga2008-06-25-2/+2
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-15-6/+4
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-21-6/+2