aboutsummaryrefslogtreecommitdiffstats
path: root/headers.h (unfollow)
Commit message (Collapse)AuthorLines
2009-04-12we include sys/param.h, so remove sys/types.h; sort while here.okan-19/+16
ok oga@
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveokan-2/+1
to push attributes around, so things get a lot simplier, while fixing a few issues in the meantime; original suggestion by Edd Barrett many many moons ago. annoying window placement and race, found in c2k8 by todd, fix by oga! lots of feedback from todd and oga - thanks! "commit that bad boy" oga@
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga-1/+3
reconfiguration events and change our sizes depending on that. We also detect the xinerama screens for maximize, vertmaximize and initial window placement. This could be improved by automatically resizing maximized windows when the screen resolution changes and by moving windows that would be hidden into visible space. Said changes will come shortly. Tested by many. matthieu@ didn't oppose.
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.oga-3/+1
note to self: When you mean to type cvs commit search.c, don't forget the filename.
2008-09-22Display the current window title not a previous one in the case ofoga-1/+3
``show all'' in the window search dialogue. Noticed and diff from Tim van der Molen, thanks!
2008-04-15hit it with the knf stick.oga-2/+2
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceoga-2/+13
files, and replace them with the actual ISC license. - add license to the manpage (it was lacking before) - correct license statement in the README Permission given by Marius (copyright holder): "1. please replace with the standard ISC license 2. you may add the ISC license to the man page 3. feel free to replace the information in the README as well" and Dros (copyright holder for group.c): "Please switch group.c to the ISC License." ok ian@
2007-05-22autoconf junk was zapped, so no need for HAVE_CONFIG_Hjasper-5/+1
2007-05-22remove useless #ifdefjasper-5/+1
ok pedro@