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