summary refs log tree commit diff
path: root/calmwm.c
Commit message (Expand)AuthorAgeFilesLines
* whitespaceokan2022-02-261-1/+1
* zap stray tabsokan2020-03-241-1/+1
* Add support for SIGINT/SIGTERM.okan2020-03-231-4/+9
* Unrelated style fixes, consistency changes and sorting, appropriateokan2020-02-271-4/+5
* Separate out the menu window from the client resize/move geom window; in eachokan2019-03-041-2/+0
* Add a configtest flag (-n).okan2019-02-251-4/+12
* Clean up conf_file/homedir and conf_init() bits.okan2018-02-091-33/+8
* Slightly expand and expose verbose debugging.okan2018-02-041-2/+5
* Only exec the fallback when in CWM_EXEC_WM state.okan2018-01-021-4/+4
* If the replacement window manager fails to start, restart the fallback (theokan2017-12-291-0/+5
|\
* | Add support for re-exec'ing with SIGHUP; equivalent to the already built-inokan2017-12-271-0/+5
* | Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventokan2017-12-271-1/+11
* | zap stray that snuck inokan2017-12-221-1/+1
* | Return the connection number for the display.okan2017-12-221-4/+6
* | Fix a few comments and while here, wrap some long lines.okan2017-12-221-1/+2
* | stash dir into conf since it'll be of useokan2017-12-071-5/+4
* | Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-181-15/+12
* | no need to unmap menu window againokan2016-09-291-2/+1
* | Mechanical change: move screen menu bits to their own struct.okan2016-09-291-3/+3
* | pledge "stdio rpath proc exec" cwm before main event loop, afterokan2015-11-121-0/+4
* | Start cleaning up name vs function differences; replace magic numbers.okan2015-11-101-1/+1
* | On execwm, we should properly release resources before exec'ing into aokan2015-09-161-12/+4
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-1/+2
* | Remove duplicate client queue (mruq); instead, remove and take theokan2014-09-081-1/+0
* | more style nitsokan2014-09-071-3/+3
* | generic sighandlerokan2014-09-061-10/+13
* | No need to store screen colormap and visual; rather just use the Xokan2014-02-021-1/+2
* | Let the config parser continue parsing even after encountering an error;okan2014-02-011-6/+4
* | Move conf_init/clear into main - no behaviour change; from Tiago Cunha.okan2014-01-281-1/+4
* | cwm_argv doesn't need to be global any longerokan2014-01-221-5/+5
* | start properly releasing X resources during teardownokan2014-01-221-0/+19
* | Somewhat streamline event loop/restart/quit handling; most notableokan2014-01-221-1/+14
* | Sprinkle a few more const; from Tiago Cunha.okan2014-01-211-1/+1
* | use consistent typesokan2014-01-031-1/+1
* | ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-121-0/+1
* | simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-151-1/+3
* | whitespace and style fixes; from Tiago Cunha and one from me.okan2013-07-081-3/+1
* | move Cursors into conf.okan2013-06-171-11/+1
* | now that we have conf_screen, which configures individual screensokan2013-06-171-12/+5
* | get rid of long standing XXX: now that we configure screens based onokan2013-05-221-8/+0
* | if -> ifdefokan2013-05-141-1/+1
* | makes no sense to set an error handler which uses X_Dpy before XOpenDisplay.okan2013-04-121-2/+0
* | push Screenq into screen_initokan2013-04-121-6/+2
* | simplify config file setup; with Tiago Cunhaokan2012-12-181-3/+18
* | pull user home directory via getenv or getpwuid and stash it so we don'tokan2012-12-171-0/+11
* | non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-171-5/+0
* | zap extra linesokan2012-11-291-2/+0
* | x_setupscreen -> screen_init; no functional change.okan2012-11-291-57/+1
* | sortokan2012-11-091-1/+1
* | replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-311-0/+2