summary refs log tree commit diff
path: root/calmwm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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