summary refs log tree commit diff
path: root/calmwm.c
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore sigpipe. Everytime cwm forks it execs anyway (so itoga2008-12-031-4/+0
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-291-1/+17
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-221-17/+1
* Display the current window title not a previous one in the case ofoga2008-09-221-1/+17
* fix the froggy problem.oga2008-07-221-0/+1
* We've been handling grabbing wrong all this time (noticed at c2k8).oga2008-07-221-4/+9
* split x_setup() into two. dpy_init() for setting up the display andoga2008-07-221-8/+16
* Kill screen_init(). it's been stubbed out for a while now. I don't envision itoga2008-07-221-5/+0
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-20/+18
* Sort flags.oga2008-06-251-1/+1
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-151-5/+3
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-211-5/+1
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-201-1/+6
* General cleanup.oga2008-05-191-6/+6
* Signal handler of SIGCHLD calls waitpid() which sets errno on error. Totobias2008-05-061-0/+3
* hit it with the knf stick.oga2008-04-151-22/+22
* malloc -> callocokan2008-04-151-0/+1
* Sync usage() with reality and manpage.simon2008-04-031-1/+1
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-15/+8
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-221-1/+0
* Remove a bunch of unused variables and incorrect comments.oga2008-03-221-8/+1
* usage never returns, and thus should be __dead.oga2008-02-131-1/+1
* add usage() for when an unknown option is given.oga2008-02-131-1/+10
* Make cwm print the XDisplayName() if it fails to open the display,oga2008-02-131-1/+2
* huge amount of cleanup and dead code removal.oga2008-01-161-40/+5
* Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga2008-01-141-6/+0
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-66/+66
* fix optindjasper2007-05-211-1/+1
* - add a "-d" option, to specify the display cwm should be started onjasper2007-05-101-4/+11
* Initial revisionbernd2007-04-271-0/+345