summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.c
AgeCommit message (Expand)Author
2008-12-03Don't ignore sigpipe. Everytime cwm forks it execs anyway (so itOwain Ainsworth
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandrOwain Ainsworth
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.Owain Ainsworth
2008-09-22Display the current window title not a previous one in the case ofOwain Ainsworth
2008-07-22fix the froggy problem.Owain Ainsworth
2008-07-22We've been handling grabbing wrong all this time (noticed at c2k8).Owain Ainsworth
2008-07-22split x_setup() into two. dpy_init() for setting up the display andOwain Ainsworth
2008-07-22Kill screen_init(). it's been stubbed out for a while now. I don't envision itOwain Ainsworth
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-06-25Sort flags.Owain Ainsworth
2008-06-15Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.Owain Ainsworth
2008-05-21Make menu_filter handle mouse movement too. This enables the keyboardOwain Ainsworth
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityOwain Ainsworth
2008-05-19General cleanup.Owain Ainsworth
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