aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.c (unfollow)
Commit message (Expand)AuthorLines
2021-04-27Remove wm menuWynn Wolf Arbor-6/+4
2021-04-27Add BSD compatibility functions and headersWynn Wolf Arbor-1/+1
2021-04-27Replace INFTIM with -1Wynn Wolf Arbor-1/+1
2021-04-27Use pledge(3) only on OpenBSDWynn Wolf Arbor-0/+2
2021-04-27Define __dead if missingWynn Wolf Arbor-0/+4
2020-03-26zap stray tabsokan-2/+2
2020-03-26Add support for SIGINT/SIGTERM.okan-5/+10
2020-03-18Unrelated style fixes, consistency changes and sorting, appropriate dosage/re...okan-5/+6
2019-03-04Separate out the menu window from the client resize/move geom window; in eachokan-3/+1
2019-02-25Add a configtest flag (-n).okan-5/+13
2018-02-09Clean up conf_file/homedir and conf_init() bits.okan-34/+9
2018-02-04Slightly expand and expose verbose debugging.okan-3/+6
2018-01-02Only exec the fallback when in CWM_EXEC_WM state.okan-5/+5
2017-12-29If the replacement window manager fails to start, restart the fallback (theokan-1/+6
2017-12-27Add support for re-exec'ing with SIGHUP; equivalent to the already built-inokan-1/+6
2017-12-27Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventokan-2/+12
2017-12-22zap stray that snuck inokan-2/+2
2017-12-22Return the connection number for the display.okan-5/+7
2017-12-22Fix a few comments and while here, wrap some long lines.okan-2/+3
2017-12-07stash dir into conf since it'll be of useokan-6/+5
2016-10-18Refactor callbacks to take a void * so as to not try and generalize intookan-16/+13
2016-09-29no need to unmap menu window againokan-3/+2
2016-09-29Mechanical change: move screen menu bits to their own struct.okan-4/+4
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