aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.c (follow)
Commit message (Expand)AuthorAgeLines
* Move conf_init/clear into main - no behaviour change; from Tiago Cunha.okan2014-01-28-2/+5
* cwm_argv doesn't need to be global any longerokan2014-01-22-6/+6
* start properly releasing X resources during teardownokan2014-01-22-1/+20
* Somewhat streamline event loop/restart/quit handling; most notableokan2014-01-22-2/+15
* Sprinkle a few more const; from Tiago Cunha.okan2014-01-21-2/+2
* use consistent typesokan2014-01-03-2/+2
* ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-12-1/+2
* simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-15-2/+4
* whitespace and style fixes; from Tiago Cunha and one from me.okan2013-07-08-4/+2
* move Cursors into conf.okan2013-06-17-12/+2
* now that we have conf_screen, which configures individual screensokan2013-06-17-13/+6
* get rid of long standing XXX: now that we configure screens based onokan2013-05-22-9/+1
* if -> ifdefokan2013-05-14-2/+2
* makes no sense to set an error handler which uses X_Dpy before XOpenDisplay.okan2013-04-12-3/+1
* push Screenq into screen_initokan2013-04-12-7/+3
* simplify config file setup; with Tiago Cunhaokan2012-12-18-4/+19
* pull user home directory via getenv or getpwuid and stash it so we don'tokan2012-12-17-1/+12
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-17-6/+1
* 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