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