| Commit message (Expand) | Author | Age | Lines |
... | |
* | redraw all borders at once on reload | okan | 2009-05-17 | -1/+5 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | -71/+165 |
* | minor bit of knf, just to be consistent; oga@ doesn't mind that much | okan | 2009-05-17 | -4/+3 |
* | unbreak | okan | 2009-05-17 | -1/+2 |
* | add a "movetogroup" function, which hides the current window from | sthen | 2009-05-17 | -7/+51 |
* | redraw the border when unhiding a client window. fixes the situation where | sthen | 2009-05-17 | -1/+2 |
* | add missing prototype. | oga | 2009-05-14 | -1/+2 |
* | Add a new command (currently no default keybindings for it), grouponly[1-9]. | oga | 2009-05-14 | -6/+44 |
* | right and middle mouse buttons swapped; from rgouveia@cosmico.net | okan | 2009-05-04 | -3/+3 |
* | no need to use the global here. | okan | 2009-05-04 | -2/+2 |
* | properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks. | okan | 2009-05-04 | -3/+3 |
* | fix the other 50% of xrandr cases; reported by sthen@ | okan | 2009-05-01 | -9/+11 |
* | don't sync more than 60 times per sec on resize and move; idea from scrotwm. | okan | 2009-04-15 | -3/+25 |
* | properly teardown X connection upon quit; static a few while here, | okan | 2009-04-15 | -4/+18 |
* | we include sys/param.h, so remove sys/types.h; sort while here. | okan | 2009-04-12 | -19/+16 |
* | - avoid shadowed Mask declaration in menu_filter | martynas | 2009-03-28 | -7/+7 |
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | -34/+94 |
* | remove leftover from mdoc.samples; ok jmc@ | martynas | 2009-02-07 | -6/+4 |
* | fix off-by-one in geom.[xy], after pwin changes. keyboard movement | martynas | 2009-02-03 | -5/+5 |
* | remove Nscreens and x_screenname() - we really don't need them. | okan | 2009-01-27 | -36/+3 |
* | One of the most annoying things to do was restart cwm and lose all of | oga | 2009-01-27 | -11/+29 |
* | passing a null pointer to free() is valid; sprinkle a few free->xfree. | okan | 2009-01-23 | -14/+12 |
* | Whitespace nit. | oga | 2009-01-23 | -2/+1 |
* | Switch to using XInternAtoms for caching the atom numbers. Saves a pile | oga | 2009-01-23 | -6/+10 |
* | move conf_clear() and add proto. | okan | 2009-01-23 | -46/+46 |
* | Move the keybinding argument to a union to prevent warnings where | oga | 2009-01-23 | -120/+130 |
* | now that pwin is gone gone gone, we no longer have to do the bwidth | okan | 2009-01-22 | -52/+42 |
* | The default font name is strduped, so don't test for default font name | oga | 2009-01-22 | -3/+2 |
* | Oops, missed an atom. | oga | 2009-01-22 | -1/+2 |
* | Cache all of the X atoms we use at startup. | oga | 2009-01-22 | -32/+36 |
* | borderwidth as a cwmrc(5) keyword, really helps debugging | todd | 2009-01-21 | -8/+19 |
* | library dependency ordering matters for static archs, -lXext last in this case | todd | 2009-01-19 | -3/+3 |
* | remove unused | okan | 2009-01-17 | -14/+3 |
* | Finally fix the really annoying race where if you rapidly switch groups several | oga | 2009-01-17 | -22/+26 |
* | revert just the 'race fix'; more works needs to be ironed out with | okan | 2009-01-16 | -2/+2 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | -251/+73 |
* | On startup, don't leak memory when we enumerate existing windows. | oga | 2009-01-15 | -5/+2 |
* | - add missing prototypes. | okan | 2009-01-15 | -43/+44 |
* | better cast; noticed by ray@ | okan | 2009-01-13 | -1/+1 |
* | Add -Wall to CFLAGS, it's helped find a few dodgy constructs. | oga | 2009-01-11 | -1/+3 |
* | shortcut_to_name should not be defined as static in a header file. Put | oga | 2009-01-11 | -10/+9 |
* | add missing prototypes | okan | 2009-01-11 | -1/+5 |
* | better comparison idiom; found with -Wall | okan | 2009-01-11 | -11/+11 |
* | - merge grab_sweep() into mousefunc_window_resize(). | okan | 2009-01-11 | -195/+157 |
* | FcNameParse() manpage lies, cast here. | okan | 2009-01-11 | -1/+1 |
* | remove unused variables | okan | 2009-01-11 | -5/+4 |
* | If the mousebutton is unknown when we go to grab, don't just print a | oga | 2009-01-08 | -1/+2 |
* | remove "search should ignore the current window" from list, for the | okan | 2009-01-06 | -2/+0 |
* | HasXinerama is an int | okan | 2009-01-06 | -2/+2 |
* | remove unused code | okan | 2009-01-06 | -3/+1 |