| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rip out the event layer and just use a static array of callbacks like | oga | 2009-05-18 | 1 | -18/+0 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | 1 | -34/+2 |
* | properly teardown X connection upon quit; static a few while here, | okan | 2009-04-15 | 1 | -0/+16 |
* | remove Nscreens and x_screenname() - we really don't need them. | okan | 2009-01-27 | 1 | -31/+1 |
* | Cache all of the X atoms we use at startup. | oga | 2009-01-22 | 1 | -0/+2 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | 1 | -22/+2 |
* | On startup, don't leak memory when we enumerate existing windows. | oga | 2009-01-15 | 1 | -4/+1 |
* | Don't ignore sigpipe. Everytime cwm forks it execs anyway (so it | oga | 2008-12-03 | 1 | -4/+0 |
* | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | 2008-09-29 | 1 | -1/+17 |
* | *sigh* Revert the diff that wasn't meant to go in yet. | oga | 2008-09-22 | 1 | -17/+1 |
* | Display the current window title not a previous one in the case of | oga | 2008-09-22 | 1 | -1/+17 |
* | fix the froggy problem. | oga | 2008-07-22 | 1 | -0/+1 |
* | We've been handling grabbing wrong all this time (noticed at c2k8). | oga | 2008-07-22 | 1 | -4/+9 |
* | split x_setup() into two. dpy_init() for setting up the display and | oga | 2008-07-22 | 1 | -8/+16 |
* | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | oga | 2008-07-22 | 1 | -5/+0 |
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | 1 | -20/+18 |
* | Sort flags. | oga | 2008-06-25 | 1 | -1/+1 |
* | Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. | oga | 2008-06-15 | 1 | -5/+3 |
* | Make menu_filter handle mouse movement too. This enables the keyboard | oga | 2008-05-21 | 1 | -5/+1 |
* | Pull out the behaviour in grab_label and search_start into one utility | oga | 2008-05-20 | 1 | -1/+6 |
* | General cleanup. | oga | 2008-05-19 | 1 | -6/+6 |
* | Signal handler of SIGCHLD calls waitpid() which sets errno on error. To | tobias | 2008-05-06 | 1 | -0/+3 |
* | hit it with the knf stick. | oga | 2008-04-15 | 1 | -22/+22 |
* | malloc -> calloc | okan | 2008-04-15 | 1 | -0/+1 |
* | Sync usage() with reality and manpage. | simon | 2008-04-03 | 1 | -1/+1 |
* | Replace the symlink configuration scheme with a simple yacc parser as | simon | 2008-03-23 | 1 | -15/+8 |
* | Rip out, burn, and dance around the grave of group-edit mode. | oga | 2008-03-22 | 1 | -1/+0 |
* | Remove a bunch of unused variables and incorrect comments. | oga | 2008-03-22 | 1 | -8/+1 |
* | usage never returns, and thus should be __dead. | oga | 2008-02-13 | 1 | -1/+1 |
* | add usage() for when an unknown option is given. | oga | 2008-02-13 | 1 | -1/+10 |