aboutsummaryrefslogtreecommitdiffstats
path: root/client.c (follow)
Commit message (Expand)AuthorAgeLines
* No need to map/unmap the window on hide/show since we already do theoga2008-06-18-3/+1
* (mostly) proper xshape event supportokan2008-06-14-4/+1
* re-work client_placecalc()okan2008-06-12-45/+29
* make sure to take bwdith into account when placing a new window.okan2008-05-23-4/+3
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-20-8/+6
* client_cyclenext() -> client_cycle() since we now pass an arg.okan2008-05-19-2/+2
* Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theoga2008-05-19-3/+3
* finally implement keyboard binding for group togglingokan2008-05-19-1/+2
* remove extra calls to client_draw_border()okan2008-05-18-3/+1
* fix cwm's current XShape support from Edd Barrett -thanks.okan2008-05-17-16/+24
* KNF, no binary change.oga2008-05-15-5/+5
* tiny bit of knfokan2008-05-15-14/+6
* Rework the alt-tabbing code to be a lot simpler.oga2008-05-01-53/+31
* Remove screen_infomsg(), nothing uses it.oga2008-04-16-16/+2
* hit it with the knf stick.oga2008-04-15-23/+24
* Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga2008-04-15-11/+10
* remove alt-tab menuokan2008-04-09-86/+1
* Fix a couple of issues with the maximization code.oga2008-03-26-8/+19
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-22-5/+2
* As mentioned in my last commit, there was an issue where the switchingoga2008-03-19-5/+9
* huge amount of cleanup and dead code removal.oga2008-01-16-37/+1
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-11-2/+13
* Adjust initial window placement with any geometry that would placemarc2008-01-03-4/+7
* Only use the x,y values from the XSizeHints structure when they are greatermarc2008-01-01-3/+5
* When cycling, only the end of the window names will be printed if thejasper2007-10-02-1/+5
* don't map hidden windows on re-start.jasper2007-06-08-3/+8
* make it possible to cycle through the windows when non are selected.jasper2007-06-05-3/+12
* show hidden windows when they should (eg. when the pointer is warped to them)jasper2007-05-29-2/+6
* don't give borderless windows a border, when they're inactivejasper2007-05-29-3/+1
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-28-71/+71
* Initial import of cwm-3.bernd2007-04-27-0/+935