aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.c (unfollow)
Commit message (Expand)AuthorLines
2014-02-01Let the config parser continue parsing even after encountering an error;okan-7/+5
2014-01-28Move conf_init/clear into main - no behaviour change; from Tiago Cunha.okan-2/+5
2014-01-22cwm_argv doesn't need to be global any longerokan-6/+6
2014-01-22start properly releasing X resources during teardownokan-1/+20
2014-01-22Somewhat streamline event loop/restart/quit handling; most notableokan-2/+15
2014-01-21Sprinkle a few more const; from Tiago Cunha.okan-2/+2
2014-01-03use consistent typesokan-2/+2
2013-12-12ICCCM explicitly states that server time (CurrentTime) should *not* beokan-1/+2
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverokan-2/+4
2013-07-08whitespace and style fixes; from Tiago Cunha and one from me.okan-4/+2
2013-06-17move Cursors into conf.okan-12/+2
2013-06-17now that we have conf_screen, which configures individual screensokan-13/+6
2013-05-22get rid of long standing XXX: now that we configure screens based onokan-9/+1
2013-05-14if -> ifdefokan-2/+2
2013-04-12makes no sense to set an error handler which uses X_Dpy before XOpenDisplay.okan-3/+1
2013-04-12push Screenq into screen_initokan-7/+3
2012-12-18simplify config file setup; with Tiago Cunhaokan-4/+19
2012-12-17pull user home directory via getenv or getpwuid and stash it so we don'tokan-1/+12
2012-12-17non-trivial menu drawing rewrite, moving to Xft and solving variousokan-6/+1
2012-11-29zap extra linesokan-3/+1
2012-11-29x_setupscreen -> screen_init; no functional change.okan-58/+2
2012-11-09sortokan-2/+2
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theokan-1/+3
2012-08-07support multibyte input to menu code; from Alexander Polakov with a tiny tweak.okan-1/+6
2012-07-18Further simplify Xinerama init and re-init on XRR events.okan-6/+3
2012-07-06querying for Xinerama should be done per display, not per screen, sookan-12/+5
2012-07-05the display's width and height are updated after an XRandR event so weokan-3/+3
2012-05-16instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aokan-3/+4
2012-05-13knf, some from a diff from Tiago Cunha.okan-1/+3
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakokan-2/+1
2011-07-25We are inconsistent when it comes to function returns, so just go allokan-4/+5
2011-07-23Clarify defines and make them not look like non-local ones; started by aokan-3/+3
2011-06-24add 'normal' cursor and shuffle the others we use to make a bit moreokan-11/+12
2011-06-24replace the non-working check to see if another wm is running with aokan-20/+21
2011-05-11tag and comment cleanup; ok oga@okan-1/+1
2010-04-12grab events on the root window *before* we look for existing windows.oga-7/+7
2010-01-27- allow per-screen gap; not (yet) user configurable.okan-1/+2
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyokan-1/+11
2009-12-15pull these headers only into files that need them.okan-1/+4
2009-12-15merge the 2 common header files; specific includes to be pulled out asokan-2/+1
2009-12-10Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga-12/+5
2009-12-10finish unfucking the screen_ctx handling.oga-8/+3
2009-12-08start fixing screen_ctx usage, for it is utterly broken. bring fontokan-3/+3
2009-12-07Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga-2/+9
2009-12-07introduce the beginnings of netwm support, minimally and correctly;okan-1/+3
2009-08-24Instead of having a function that just calls TAILQ_INIT on a global, useoga-5/+3
2009-06-26static local functions and data; almost identical diff from Thomas Pfaffokan-8/+7
2009-06-23tidy up startup/init routinesokan-6/+6
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan-2/+2
2009-05-18nuke the leading underscore notation for local static functions - thereokan-4/+4