| Commit message (Expand) | Author | Age | Lines |
... | |
* | 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 |
* | Don't ignore sigpipe. Everytime cwm forks it execs anyway (so it | oga | 2008-12-03 | -5/+1 |
* | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | 2008-09-29 | -2/+18 |
* | *sigh* Revert the diff that wasn't meant to go in yet. | oga | 2008-09-22 | -18/+2 |
* | Display the current window title not a previous one in the case of | oga | 2008-09-22 | -2/+18 |
* | fix the froggy problem. | oga | 2008-07-22 | -1/+2 |
* | We've been handling grabbing wrong all this time (noticed at c2k8). | oga | 2008-07-22 | -5/+10 |
* | split x_setup() into two. dpy_init() for setting up the display and | oga | 2008-07-22 | -9/+17 |
* | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | oga | 2008-07-22 | -6/+1 |
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | -21/+19 |
* | Sort flags. | oga | 2008-06-25 | -2/+2 |
* | Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. | oga | 2008-06-15 | -6/+4 |
* | Make menu_filter handle mouse movement too. This enables the keyboard | oga | 2008-05-21 | -6/+2 |