| Commit message (Expand) | Author | Lines |
2012-08-07 | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | okan | -1/+6 |
2012-07-18 | Further simplify Xinerama init and re-init on XRR events. | okan | -6/+3 |
2012-07-06 | querying for Xinerama should be done per display, not per screen, so | okan | -12/+5 |
2012-07-05 | the display's width and height are updated after an XRandR event so we | okan | -3/+3 |
2012-05-16 | instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a | okan | -3/+4 |
2012-05-13 | knf, some from a diff from Tiago Cunha. | okan | -1/+3 |
2011-09-08 | allow configurable menu font color; from Alexander Polakov with a tweak | okan | -2/+1 |
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | okan | -4/+5 |
2011-07-23 | Clarify defines and make them not look like non-local ones; started by a | okan | -3/+3 |
2011-06-24 | add 'normal' cursor and shuffle the others we use to make a bit more | okan | -11/+12 |
2011-06-24 | replace the non-working check to see if another wm is running with a | okan | -20/+21 |
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -1/+1 |
2010-04-12 | grab events on the root window *before* we look for existing windows. | oga | -7/+7 |
2010-01-27 | - allow per-screen gap; not (yet) user configurable. | okan | -1/+2 |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -1/+11 |
2009-12-15 | pull these headers only into files that need them. | okan | -1/+4 |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -2/+1 |
2009-12-10 | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | -12/+5 |
2009-12-10 | finish unfucking the screen_ctx handling. | oga | -8/+3 |
2009-12-08 | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | -3/+3 |
2009-12-07 | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | -2/+9 |
2009-12-07 | introduce the beginnings of netwm support, minimally and correctly; | okan | -1/+3 |
2009-08-24 | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | -5/+3 |
2009-06-26 | static local functions and data; almost identical diff from Thomas Pfaff | okan | -8/+7 |
2009-06-23 | tidy up startup/init routines | okan | -6/+6 |
2009-06-20 | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | -2/+2 |
2009-05-18 | nuke the leading underscore notation for local static functions - there | okan | -4/+4 |
2009-05-18 | Rip out the event layer and just use a static array of callbacks like | oga | -19/+1 |
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | okan | -35/+3 |
2009-04-15 | properly teardown X connection upon quit; static a few while here, | okan | -1/+17 |
2009-01-27 | remove Nscreens and x_screenname() - we really don't need them. | okan | -32/+2 |
2009-01-22 | Cache all of the X atoms we use at startup. | oga | -1/+3 |
2009-01-16 | remove pwin, bringing us to one client, one window. we no longer have | okan | -23/+3 |
2009-01-15 | On startup, don't leak memory when we enumerate existing windows. | oga | -5/+2 |
2008-12-03 | Don't ignore sigpipe. Everytime cwm forks it execs anyway (so it | oga | -5/+1 |
2008-09-29 | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | -2/+18 |
2008-09-22 | *sigh* Revert the diff that wasn't meant to go in yet. | oga | -18/+2 |
2008-09-22 | Display the current window title not a previous one in the case of | oga | -2/+18 |
2008-07-22 | fix the froggy problem. | oga | -1/+2 |
2008-07-22 | We've been handling grabbing wrong all this time (noticed at c2k8). | oga | -5/+10 |
2008-07-22 | split x_setup() into two. dpy_init() for setting up the display and | oga | -9/+17 |
2008-07-22 | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | oga | -6/+1 |
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | okan | -21/+19 |
2008-06-25 | Sort flags. | oga | -2/+2 |
2008-06-15 | Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. | oga | -6/+4 |
2008-05-21 | Make menu_filter handle mouse movement too. This enables the keyboard | oga | -6/+2 |
2008-05-20 | Pull out the behaviour in grab_label and search_start into one utility | oga | -2/+7 |
2008-05-19 | General cleanup. | oga | -7/+7 |
2008-05-06 | Signal handler of SIGCHLD calls waitpid() which sets errno on error. To | tobias | -1/+4 |
2008-04-15 | hit it with the knf stick. | oga | -23/+23 |