| Commit message (Expand) | Author | Age | Files | Lines |
* | Let the config parser continue parsing even after encountering an error; | okan | 2014-02-01 | 1 | -6/+4 |
* | Move conf_init/clear into main - no behaviour change; from Tiago Cunha. | okan | 2014-01-28 | 1 | -1/+4 |
* | cwm_argv doesn't need to be global any longer | okan | 2014-01-22 | 1 | -5/+5 |
* | start properly releasing X resources during teardown | okan | 2014-01-22 | 1 | -0/+19 |
* | Somewhat streamline event loop/restart/quit handling; most notable | okan | 2014-01-22 | 1 | -1/+14 |
* | Sprinkle a few more const; from Tiago Cunha. | okan | 2014-01-21 | 1 | -1/+1 |
* | use consistent types | okan | 2014-01-03 | 1 | -1/+1 |
* | ICCCM explicitly states that server time (CurrentTime) should *not* be | okan | 2013-12-12 | 1 | -0/+1 |
* | simplify atom handling; allows us to limit to one round-trip to server | okan | 2013-07-15 | 1 | -1/+3 |
* | whitespace and style fixes; from Tiago Cunha and one from me. | okan | 2013-07-08 | 1 | -3/+1 |
* | move Cursors into conf. | okan | 2013-06-17 | 1 | -11/+1 |
* | now that we have conf_screen, which configures individual screens | okan | 2013-06-17 | 1 | -12/+5 |
* | get rid of long standing XXX: now that we configure screens based on | okan | 2013-05-22 | 1 | -8/+0 |
* | if -> ifdef | okan | 2013-05-14 | 1 | -1/+1 |
* | makes no sense to set an error handler which uses X_Dpy before XOpenDisplay. | okan | 2013-04-12 | 1 | -2/+0 |
* | push Screenq into screen_init | okan | 2013-04-12 | 1 | -6/+2 |
* | simplify config file setup; with Tiago Cunha | okan | 2012-12-18 | 1 | -3/+18 |
* | pull user home directory via getenv or getpwuid and stash it so we don't | okan | 2012-12-17 | 1 | -0/+11 |
* | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | 2012-12-17 | 1 | -5/+0 |
* | zap extra lines | okan | 2012-11-29 | 1 | -2/+0 |
* | x_setupscreen -> screen_init; no functional change. | okan | 2012-11-29 | 1 | -57/+1 |
* | sort | okan | 2012-11-09 | 1 | -1/+1 |
* | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | 2012-10-31 | 1 | -0/+2 |
* | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | okan | 2012-08-07 | 1 | -0/+5 |
* | Further simplify Xinerama init and re-init on XRR events. | okan | 2012-07-18 | 1 | -5/+2 |
* | querying for Xinerama should be done per display, not per screen, so | okan | 2012-07-06 | 1 | -11/+4 |
* | the display's width and height are updated after an XRandR event so we | okan | 2012-07-05 | 1 | -2/+2 |
* | instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a | okan | 2012-05-16 | 1 | -2/+3 |
* | knf, some from a diff from Tiago Cunha. | okan | 2012-05-13 | 1 | -0/+2 |
* | allow configurable menu font color; from Alexander Polakov with a tweak | okan | 2011-09-08 | 1 | -1/+0 |
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | 1 | -3/+4 |
* | Clarify defines and make them not look like non-local ones; started by a | okan | 2011-07-23 | 1 | -2/+2 |
* | add 'normal' cursor and shuffle the others we use to make a bit more | okan | 2011-06-24 | 1 | -10/+11 |
* | replace the non-working check to see if another wm is running with a | okan | 2011-06-24 | 1 | -19/+20 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | 1 | -1/+1 |
* | grab events on the root window *before* we look for existing windows. | oga | 2010-04-12 | 1 | -6/+6 |
* | - allow per-screen gap; not (yet) user configurable. | okan | 2010-01-27 | 1 | -0/+1 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 1 | -0/+10 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | 1 | -0/+3 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 1 | -1/+0 |
* | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | 2009-12-10 | 1 | -11/+4 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | 1 | -7/+2 |
* | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | 2009-12-08 | 1 | -2/+2 |
* | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | 2009-12-07 | 1 | -1/+8 |
* | introduce the beginnings of netwm support, minimally and correctly; | okan | 2009-12-07 | 1 | -0/+2 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | 1 | -4/+2 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | 1 | -7/+6 |
* | tidy up startup/init routines | okan | 2009-06-23 | 1 | -5/+5 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | 1 | -1/+1 |
* | nuke the leading underscore notation for local static functions - there | okan | 2009-05-18 | 1 | -3/+3 |