| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | the display's width and height are updated after an XRandR event so we | okan | 2012-07-05 | -3/+3 |
* | instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a | okan | 2012-05-16 | -3/+4 |
* | knf, some from a diff from Tiago Cunha. | okan | 2012-05-13 | -1/+3 |
* | allow configurable menu font color; from Alexander Polakov with a tweak | okan | 2011-09-08 | -2/+1 |
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | -4/+5 |
* | Clarify defines and make them not look like non-local ones; started by a | okan | 2011-07-23 | -3/+3 |
* | add 'normal' cursor and shuffle the others we use to make a bit more | okan | 2011-06-24 | -11/+12 |
* | replace the non-working check to see if another wm is running with a | okan | 2011-06-24 | -20/+21 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | -1/+1 |
* | grab events on the root window *before* we look for existing windows. | oga | 2010-04-12 | -7/+7 |
* | - allow per-screen gap; not (yet) user configurable. | okan | 2010-01-27 | -1/+2 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | -1/+11 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | -1/+4 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | -2/+1 |
* | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | 2009-12-10 | -12/+5 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | -8/+3 |
* | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | 2009-12-08 | -3/+3 |
* | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | 2009-12-07 | -2/+9 |
* | introduce the beginnings of netwm support, minimally and correctly; | okan | 2009-12-07 | -1/+3 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | -5/+3 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | -8/+7 |
* | tidy up startup/init routines | okan | 2009-06-23 | -6/+6 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | -2/+2 |
* | nuke the leading underscore notation for local static functions - there | okan | 2009-05-18 | -4/+4 |
* | Rip out the event layer and just use a static array of callbacks like | oga | 2009-05-18 | -19/+1 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | -35/+3 |
* | properly teardown X connection upon quit; static a few while here, | okan | 2009-04-15 | -1/+17 |
* | remove Nscreens and x_screenname() - we really don't need them. | okan | 2009-01-27 | -32/+2 |
* | Cache all of the X atoms we use at startup. | oga | 2009-01-22 | -1/+3 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | -23/+3 |
* | On startup, don't leak memory when we enumerate existing windows. | oga | 2009-01-15 | -5/+2 |