| Commit message (Expand) | Author | Age | Lines |
* | Unrelated style fixes, consistency changes and sorting, appropriate dosage/re... | okan | 2020-03-18 | -5/+6 |
* | Separate out the menu window from the client resize/move geom window; in each | okan | 2019-03-04 | -3/+1 |
* | Add a configtest flag (-n). | okan | 2019-02-25 | -5/+13 |
* | Clean up conf_file/homedir and conf_init() bits. | okan | 2018-02-09 | -34/+9 |
* | Slightly expand and expose verbose debugging. | okan | 2018-02-04 | -3/+6 |
* | Only exec the fallback when in CWM_EXEC_WM state. | okan | 2018-01-02 | -5/+5 |
* | If the replacement window manager fails to start, restart the fallback (the | okan | 2017-12-29 | -1/+6 |
* | Add support for re-exec'ing with SIGHUP; equivalent to the already built-in | okan | 2017-12-27 | -1/+6 |
* | Use poll and XNextEvent to replace XNextEvent blocking inside the x11 event | okan | 2017-12-27 | -2/+12 |
* | zap stray that snuck in | okan | 2017-12-22 | -2/+2 |
* | Return the connection number for the display. | okan | 2017-12-22 | -5/+7 |
* | Fix a few comments and while here, wrap some long lines. | okan | 2017-12-22 | -2/+3 |
* | stash dir into conf since it'll be of use | okan | 2017-12-07 | -6/+5 |
* | Refactor callbacks to take a void * so as to not try and generalize into | okan | 2016-10-18 | -16/+13 |
* | no need to unmap menu window again | okan | 2016-09-29 | -3/+2 |
* | Mechanical change: move screen menu bits to their own struct. | okan | 2016-09-29 | -4/+4 |
* | pledge "stdio rpath proc exec" cwm before main event loop, after | okan | 2015-11-12 | -1/+5 |
* | Start cleaning up name vs function differences; replace magic numbers. | okan | 2015-11-10 | -2/+2 |
* | On execwm, we should properly release resources before exec'ing into a | okan | 2015-09-16 | -13/+5 |
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | -2/+3 |
* | Remove duplicate client queue (mruq); instead, remove and take the | okan | 2014-09-08 | -2/+1 |
* | more style nits | okan | 2014-09-07 | -4/+4 |
* | generic sighandler | okan | 2014-09-06 | -11/+14 |
* | No need to store screen colormap and visual; rather just use the X | okan | 2014-02-02 | -2/+3 |
* | Let the config parser continue parsing even after encountering an error; | okan | 2014-02-01 | -7/+5 |
* | Move conf_init/clear into main - no behaviour change; from Tiago Cunha. | okan | 2014-01-28 | -2/+5 |
* | cwm_argv doesn't need to be global any longer | okan | 2014-01-22 | -6/+6 |
* | start properly releasing X resources during teardown | okan | 2014-01-22 | -1/+20 |
* | Somewhat streamline event loop/restart/quit handling; most notable | okan | 2014-01-22 | -2/+15 |
* | Sprinkle a few more const; from Tiago Cunha. | okan | 2014-01-21 | -2/+2 |
* | use consistent types | okan | 2014-01-03 | -2/+2 |
* | ICCCM explicitly states that server time (CurrentTime) should *not* be | okan | 2013-12-12 | -1/+2 |
* | simplify atom handling; allows us to limit to one round-trip to server | okan | 2013-07-15 | -2/+4 |
* | whitespace and style fixes; from Tiago Cunha and one from me. | okan | 2013-07-08 | -4/+2 |
* | move Cursors into conf. | okan | 2013-06-17 | -12/+2 |
* | now that we have conf_screen, which configures individual screens | okan | 2013-06-17 | -13/+6 |
* | get rid of long standing XXX: now that we configure screens based on | okan | 2013-05-22 | -9/+1 |
* | if -> ifdef | okan | 2013-05-14 | -2/+2 |
* | makes no sense to set an error handler which uses X_Dpy before XOpenDisplay. | okan | 2013-04-12 | -3/+1 |
* | push Screenq into screen_init | okan | 2013-04-12 | -7/+3 |
* | simplify config file setup; with Tiago Cunha | okan | 2012-12-18 | -4/+19 |
* | pull user home directory via getenv or getpwuid and stash it so we don't | okan | 2012-12-17 | -1/+12 |
* | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | 2012-12-17 | -6/+1 |
* | zap extra lines | okan | 2012-11-29 | -3/+1 |
* | x_setupscreen -> screen_init; no functional change. | okan | 2012-11-29 | -58/+2 |
* | sort | okan | 2012-11-09 | -2/+2 |
* | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | 2012-10-31 | -1/+3 |
* | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | okan | 2012-08-07 | -1/+6 |
* | Further simplify Xinerama init and re-init on XRR events. | okan | 2012-07-18 | -6/+3 |
* | querying for Xinerama should be done per display, not per screen, so | okan | 2012-07-06 | -12/+5 |