| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make cwm print the XDisplayName() if it fails to open the display, | oga | 2008-02-13 | 1 | -1/+2 |
* | huge amount of cleanup and dead code removal. | oga | 2008-01-16 | 1 | -40/+5 |
* | Rewrite most of grab_menu in grab.c (it was partly 9wm code). | oga | 2008-01-14 | 1 | -6/+0 |
* | - Remove the "all rights reserved" tag at the top of most of the source | oga | 2008-01-11 | 1 | -1/+12 |
* | convert globals from G_foo to Foo, as per TODO. | jasper | 2007-05-28 | 1 | -66/+66 |
* | fix optind | jasper | 2007-05-21 | 1 | -1/+1 |
* | - add a "-d" option, to specify the display cwm should be started on | jasper | 2007-05-10 | 1 | -4/+11 |
* | Initial revision | bernd | 2007-04-27 | 1 | -0/+345 |