| Commit message (Expand) | Author | Age | Files | Lines |
* | redraw the border when unhiding a client window. fixes the situation where | sthen | 2009-05-17 | 1 | -0/+1 |
* | passing a null pointer to free() is valid; sprinkle a few free->xfree. | okan | 2009-01-23 | 1 | -2/+1 |
* | now that pwin is gone gone gone, we no longer have to do the bwidth | okan | 2009-01-22 | 1 | -29/+26 |
* | Cache all of the X atoms we use at startup. | oga | 2009-01-22 | 1 | -19/+7 |
* | Finally fix the really annoying race where if you rapidly switch groups several | oga | 2009-01-17 | 1 | -4/+1 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | 1 | -155/+33 |
* | - add missing prototypes. | okan | 2009-01-15 | 1 | -32/+11 |
* | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | 2008-09-29 | 1 | -27/+104 |
* | *sigh* Revert the diff that wasn't meant to go in yet. | oga | 2008-09-22 | 1 | -116/+23 |
* | Display the current window title not a previous one in the case of | oga | 2008-09-22 | 1 | -23/+116 |
* | move client_vertmaximize to a more sensible location, purely for readability. | okan | 2008-07-15 | 1 | -19/+19 |
* | save an X call and use what we already have stored. | okan | 2008-07-15 | 1 | -8/+4 |
* | don't compensate for bwidth twice. | okan | 2008-07-15 | 1 | -2/+2 |
* | we already have ymax, so use it instead of asking X for it again. | okan | 2008-07-11 | 1 | -7/+3 |
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | 1 | -56/+59 |
* | only cycle through visible *and* non-ignored windows. | okan | 2008-06-30 | 1 | -2/+2 |
* | Actually grab the correct mouse buttons for a window, instead of doing the | oga | 2008-06-25 | 1 | -2/+1 |
* | No need to map/unmap the window on hide/show since we already do the | oga | 2008-06-18 | 1 | -2/+0 |
* | (mostly) proper xshape event support | okan | 2008-06-14 | 1 | -3/+0 |
* | re-work client_placecalc() | okan | 2008-06-12 | 1 | -44/+28 |
* | make sure to take bwdith into account when placing a new window. | okan | 2008-05-23 | 1 | -3/+2 |
* | Pull out the behaviour in grab_label and search_start into one utility | oga | 2008-05-20 | 1 | -7/+5 |
* | client_cyclenext() -> client_cycle() since we now pass an arg. | okan | 2008-05-19 | 1 | -1/+1 |
* | Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the | oga | 2008-05-19 | 1 | -2/+2 |
* | finally implement keyboard binding for group toggling | okan | 2008-05-19 | 1 | -0/+1 |
* | remove extra calls to client_draw_border() | okan | 2008-05-18 | 1 | -2/+0 |
* | fix cwm's current XShape support from Edd Barrett -thanks. | okan | 2008-05-17 | 1 | -15/+23 |
* | KNF, no binary change. | oga | 2008-05-15 | 1 | -4/+4 |
* | tiny bit of knf | okan | 2008-05-15 | 1 | -13/+5 |
* | Rework the alt-tabbing code to be a lot simpler. | oga | 2008-05-01 | 1 | -52/+30 |
* | Remove screen_infomsg(), nothing uses it. | oga | 2008-04-16 | 1 | -15/+1 |
* | hit it with the knf stick. | oga | 2008-04-15 | 1 | -22/+23 |
* | Add "gap" support to .cwmrc. The options put in here make gaps on the edge | oga | 2008-04-15 | 1 | -10/+9 |
* | remove alt-tab menu | okan | 2008-04-09 | 1 | -85/+0 |
* | Fix a couple of issues with the maximization code. | oga | 2008-03-26 | 1 | -7/+18 |
* | Rip out, burn, and dance around the grave of group-edit mode. | oga | 2008-03-22 | 1 | -4/+1 |
* | As mentioned in my last commit, there was an issue where the switching | oga | 2008-03-19 | 1 | -4/+8 |
* | huge amount of cleanup and dead code removal. | oga | 2008-01-16 | 1 | -36/+0 |
* | - Remove the "all rights reserved" tag at the top of most of the source | oga | 2008-01-11 | 1 | -1/+12 |
* | Adjust initial window placement with any geometry that would place | marc | 2008-01-03 | 1 | -3/+6 |
* | Only use the x,y values from the XSizeHints structure when they are greater | marc | 2008-01-01 | 1 | -2/+4 |
* | When cycling, only the end of the window names will be printed if the | jasper | 2007-10-02 | 1 | -0/+4 |
* | don't map hidden windows on re-start. | jasper | 2007-06-08 | 1 | -2/+7 |
* | make it possible to cycle through the windows when non are selected. | jasper | 2007-06-05 | 1 | -2/+11 |
* | show hidden windows when they should (eg. when the pointer is warped to them) | jasper | 2007-05-29 | 1 | -1/+5 |
* | don't give borderless windows a border, when they're inactive | jasper | 2007-05-29 | 1 | -2/+0 |
* | convert globals from G_foo to Foo, as per TODO. | jasper | 2007-05-28 | 1 | -70/+70 |
* | Initial revision | bernd | 2007-04-27 | 1 | -0/+935 |