summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.c
AgeCommit message (Expand)Author
2019-03-04Separate out the menu window from the client resize/move geom window; in eachOkan Demirmen
2019-02-25Add a configtest flag (-n).Okan Demirmen
2018-02-09Clean up conf_file/homedir and conf_init() bits.Okan Demirmen
2018-02-04Slightly expand and expose verbose debugging.Okan Demirmen
2018-01-02Only exec the fallback when in CWM_EXEC_WM state.Okan Demirmen
2017-12-29If the replacement window manager fails to start, restart the fallback (theOkan Demirmen
2017-12-27Add support for re-exec'ing with SIGHUP; equivalent to the already built-inOkan Demirmen
2017-12-27Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventOkan Demirmen
2017-12-22zap stray that snuck inOkan Demirmen
2017-12-22Return the connection number for the display.Okan Demirmen
2017-12-22Fix a few comments and while here, wrap some long lines.Okan Demirmen
2017-12-07stash dir into conf since it'll be of useOkan Demirmen
2016-10-18Refactor callbacks to take a void * so as to not try and generalize intoOkan Demirmen
2016-09-29no need to unmap menu window againOkan Demirmen
2016-09-29Mechanical change: move screen menu bits to their own struct.Okan Demirmen
2015-11-12pledge "stdio rpath proc exec" cwm before main event loop, afterOkan Demirmen
2015-11-10Start cleaning up name vs function differences; replace magic numbers.Okan Demirmen
2015-09-16On execwm, we should properly release resources before exec'ing into aOkan Demirmen
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXOkan Demirmen
2014-09-08Remove duplicate client queue (mruq); instead, remove and take theOkan Demirmen
2014-09-07more style nitsOkan Demirmen
2014-09-06generic sighandlerOkan Demirmen
2014-02-02No need to store screen colormap and visual; rather just use the XOkan Demirmen
2014-02-01Let the config parser continue parsing even after encountering an error;Okan Demirmen
2014-01-28Move conf_init/clear into main - no behaviour change; from Tiago Cunha.Okan Demirmen
2014-01-22cwm_argv doesn't need to be global any longerOkan Demirmen
2014-01-22start properly releasing X resources during teardownOkan Demirmen
2014-01-22Somewhat streamline event loop/restart/quit handling; most notableOkan Demirmen
2014-01-21Sprinkle a few more const; from Tiago Cunha.Okan Demirmen
2014-01-03use consistent typesOkan Demirmen
2013-12-12ICCCM explicitly states that server time (CurrentTime) should *not* beOkan Demirmen
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverOkan Demirmen
2013-07-08whitespace and style fixes; from Tiago Cunha and one from me.Okan Demirmen
2013-06-17move Cursors into conf.Okan Demirmen
2013-06-17now that we have conf_screen, which configures individual screensOkan Demirmen
2013-05-22get rid of long standing XXX: now that we configure screens based onOkan Demirmen
2013-05-14if -> ifdefOkan Demirmen
2013-04-12makes no sense to set an error handler which uses X_Dpy before XOpenDisplay.Okan Demirmen
2013-04-12push Screenq into screen_initOkan Demirmen
2012-12-18simplify config file setup; with Tiago CunhaOkan Demirmen
2012-12-17pull user home directory via getenv or getpwuid and stash it so we don'tOkan Demirmen
2012-12-17non-trivial menu drawing rewrite, moving to Xft and solving variousOkan Demirmen
2012-11-29zap extra linesOkan Demirmen
2012-11-29x_setupscreen -> screen_init; no functional change.Okan Demirmen
2012-11-09sortOkan Demirmen
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theOkan Demirmen
2012-08-07support multibyte input to menu code; from Alexander Polakov with a tiny tweak.Okan Demirmen
2012-07-18Further simplify Xinerama init and re-init on XRR events.Okan Demirmen
2012-07-06querying for Xinerama should be done per display, not per screen, soOkan Demirmen
2012-07-05the display's width and height are updated after an XRandR event so weOkan Demirmen