aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.c (unfollow)
Commit message (Expand)AuthorLines
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
2009-05-18Rip out the event layer and just use a static array of callbacks likeoga-19/+1
2009-05-17a long time coming - re-work the way we deal with colors: since we'reokan-35/+3
2009-04-15properly teardown X connection upon quit; static a few while here,okan-1/+17
2009-01-27remove Nscreens and x_screenname() - we really don't need them.okan-32/+2
2009-01-22Cache all of the X atoms we use at startup.oga-1/+3
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveokan-23/+3
2009-01-15On startup, don't leak memory when we enumerate existing windows.oga-5/+2
2008-12-03Don't ignore sigpipe. Everytime cwm forks it execs anyway (so itoga-5/+1
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga-2/+18
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.oga-18/+2
2008-09-22Display the current window title not a previous one in the case ofoga-2/+18