aboutsummaryrefslogtreecommitdiffstats
path: root/client.c (unfollow)
Commit message (Expand)AuthorLines
2008-07-15don't compensate for bwidth twice.okan-3/+3
2008-07-11we already have ymax, so use it instead of asking X for it again.okan-8/+4
2008-07-11spacing, declaration lineup to be consistent throughout cwm,okan-57/+60
2008-06-30only cycle through visible *and* non-ignored windows.okan-3/+3
2008-06-25Actually grab the correct mouse buttons for a window, instead of doing theoga-3/+2
2008-06-18No need to map/unmap the window on hide/show since we already do theoga-3/+1
2008-06-14(mostly) proper xshape event supportokan-4/+1
2008-06-12re-work client_placecalc()okan-45/+29
2008-05-23make sure to take bwdith into account when placing a new window.okan-4/+3
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityoga-8/+6
2008-05-19client_cyclenext() -> client_cycle() since we now pass an arg.okan-2/+2
2008-05-19Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theoga-3/+3
2008-05-19finally implement keyboard binding for group togglingokan-1/+2
2008-05-18remove extra calls to client_draw_border()okan-3/+1
2008-05-17fix cwm's current XShape support from Edd Barrett -thanks.okan-16/+24
2008-05-15KNF, no binary change.oga-5/+5
2008-05-15tiny bit of knfokan-14/+6
2008-05-01Rework the alt-tabbing code to be a lot simpler.oga-53/+31
2008-04-16Remove screen_infomsg(), nothing uses it.oga-16/+2
2008-04-15hit it with the knf stick.oga-23/+24
2008-04-15Add "gap" support to .cwmrc. The options put in here make gaps on the edgeoga-11/+10
2008-04-09remove alt-tab menuokan-86/+1
2008-03-26Fix a couple of issues with the maximization code.oga-8/+19
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.oga-5/+2
2008-03-19As mentioned in my last commit, there was an issue where the switchingoga-5/+9
2008-01-16huge amount of cleanup and dead code removal.oga-37/+1
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceoga-2/+13
2008-01-03Adjust initial window placement with any geometry that would placemarc-4/+7
2008-01-01Only use the x,y values from the XSizeHints structure when they are greatermarc-3/+5
2007-10-02When cycling, only the end of the window names will be printed if thejasper-1/+5
2007-06-08don't map hidden windows on re-start.jasper-3/+8
2007-06-05make it possible to cycle through the windows when non are selected.jasper-3/+12
2007-05-29show hidden windows when they should (eg. when the pointer is warped to them)jasper-2/+6
2007-05-29don't give borderless windows a border, when they're inactivejasper-3/+1
2007-05-28convert globals from G_foo to Foo, as per TODO.jasper-71/+71