summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.c
AgeCommit message (Expand)Author
2008-05-06Signal handler of SIGCHLD calls waitpid() which sets errno on error. ToTobias Stoeckmann
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-04-15malloc -> callocOkan Demirmen
2008-04-03Sync usage() with reality and manpage.Simon Bertrang
2008-03-23Replace the symlink configuration scheme with a simple yacc parser asSimon Bertrang
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.Owain Ainsworth
2008-03-22Remove a bunch of unused variables and incorrect comments.Owain Ainsworth
2008-02-13usage never returns, and thus should be __dead.Owain Ainsworth
2008-02-13add usage() for when an unknown option is given.Owain Ainsworth
2008-02-13Make cwm print the XDisplayName() if it fails to open the display,Owain Ainsworth
2008-01-16huge amount of cleanup and dead code removal.Owain Ainsworth
2008-01-14Rewrite most of grab_menu in grab.c (it was partly 9wm code).Owain Ainsworth
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceOwain Ainsworth
2007-05-28convert globals from G_foo to Foo, as per TODO.Jasper Lievisse Adriaanse
2007-05-21fix optindJasper Lievisse Adriaanse
2007-05-10- add a "-d" option, to specify the display cwm should be started onJasper Lievisse Adriaanse
2007-04-27Initial import of cwm-3.Bernd Ahlers