aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.c (follow)
Commit message (Expand)AuthorAgeLines
* nuke the leading underscore notation for local static functions - thereokan2009-05-18-4/+4
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-18-19/+1
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-17-35/+3
* properly teardown X connection upon quit; static a few while here,okan2009-04-15-1/+17
* remove Nscreens and x_screenname() - we really don't need them.okan2009-01-27-32/+2
* Cache all of the X atoms we use at startup.oga2009-01-22-1/+3
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-16-23/+3
* On startup, don't leak memory when we enumerate existing windows.oga2009-01-15-5/+2
* Don't ignore sigpipe. Everytime cwm forks it execs anyway (so itoga2008-12-03-5/+1
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-29-2/+18
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-22-18/+2
* Display the current window title not a previous one in the case ofoga2008-09-22-2/+18
* fix the froggy problem.oga2008-07-22-1/+2
* We've been handling grabbing wrong all this time (noticed at c2k8).oga2008-07-22-5/+10
* split x_setup() into two. dpy_init() for setting up the display andoga2008-07-22-9/+17
* Kill screen_init(). it's been stubbed out for a while now. I don't envision itoga2008-07-22-6/+1
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-21/+19
* Sort flags.oga2008-06-25-2/+2
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-15-6/+4
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-21-6/+2
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-20-2/+7
* General cleanup.oga2008-05-19-7/+7
* Signal handler of SIGCHLD calls waitpid() which sets errno on error. Totobias2008-05-06-1/+4
* hit it with the knf stick.oga2008-04-15-23/+23
* malloc -> callocokan2008-04-15-1/+2
* Sync usage() with reality and manpage.simon2008-04-03-2/+2
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-23-16/+9
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-22-2/+1
* Remove a bunch of unused variables and incorrect comments.oga2008-03-22-9/+2
* usage never returns, and thus should be __dead.oga2008-02-13-2/+2
* add usage() for when an unknown option is given.oga2008-02-13-2/+11
* Make cwm print the XDisplayName() if it fails to open the display,oga2008-02-13-2/+3
* huge amount of cleanup and dead code removal.oga2008-01-16-41/+6
* Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga2008-01-14-7/+1
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-11-2/+13
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-28-67/+67
* fix optindjasper2007-05-21-2/+2
* - add a "-d" option, to specify the display cwm should be started onjasper2007-05-10-5/+12
* Initial import of cwm-3.bernd2007-04-27-0/+345