summary refs log tree commit diff
path: root/calmwm.c
Commit message (Expand)AuthorAgeFilesLines
* README: update v6.7Leah Neukirchen2020-05-221-1/+1
* cvsimportLeah Neukirchen2020-05-141-8/+14
|\
| * 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
* | cvsimportokan2019-03-111-6/+12
|\|
| * 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
* | cvsimportanton2018-02-191-33/+8
|\|
| * Clean up conf_file/homedir and conf_init() bits.okan2018-02-091-33/+8
* | calmwm: replace INFTIM with -1Leah Neukirchen2018-02-091-1/+1
* | cvsimportokan2018-02-061-9/+35
|\|
| * 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
* | | cvsimportokan2017-12-071-5/+4
|\| |
| * | stash dir into conf since it'll be of useokan2017-12-071-5/+4
* | | calmwm: sighdlr: use -1 instead of WAIT_ANYLeah Neukirchen2017-04-251-1/+1
* | | cvsimportokan2016-10-241-18/+14
|\| |
| * | 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
* | | Run pledge only on OpenBSD.Christian Neukirchen2015-11-161-0/+2
* | | cvsimportokan2015-11-121-1/+5
|\| |
| * | 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
* | | cvsimportokan2015-09-231-12/+4
|\| |
| * | On execwm, we should properly release resources before exec'ing into aokan2015-09-161-12/+4
* | | cvsimportChristian Neukirchen2015-01-221-1/+2
|\| |
| * | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-1/+2
* | | cvsimportokan2014-09-181-4/+3
|\| |
| * | Remove duplicate client queue (mruq); instead, remove and take theokan2014-09-081-1/+0
| * | more style nitsokan2014-09-071-3/+3
* | | cvsimportChristian Neukirchen2014-09-071-10/+13
|\| |
| * | generic sighandlerokan2014-09-061-10/+13
* | | remove TAILQ_END and __dead hacksChristian Neukirchen2014-02-231-1/+1
* | | cvsimportokan2014-02-021-1/+2
|\| |
| * | No need to store screen colormap and visual; rather just use the Xokan2014-02-021-1/+2
* | | cvsimportokan2014-02-011-6/+4
|\| |
| * | Let the config parser continue parsing even after encountering an error;okan2014-02-011-6/+4
* | | cvsimportokan2014-01-281-1/+4
|\| |
| * | Move conf_init/clear into main - no behaviour change; from Tiago Cunha.okan2014-01-281-1/+4
* | | cvsimportokan2014-01-241-2/+34
|\| |
| * | 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