aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.c (unfollow)
Commit message (Expand)AuthorLines
2015-11-12pledge "stdio rpath proc exec" cwm before main event loop, afterokan-1/+5
2015-11-10Start cleaning up name vs function differences; replace magic numbers.okan-2/+2
2015-09-16On execwm, we should properly release resources before exec'ing into aokan-13/+5
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan-2/+3
2014-09-08Remove duplicate client queue (mruq); instead, remove and take theokan-2/+1
2014-09-07more style nitsokan-4/+4
2014-09-06generic sighandlerokan-11/+14
2014-02-02No need to store screen colormap and visual; rather just use the Xokan-2/+3
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