| Commit message (Expand) | Author | Age | Lines |
... | |
* | tidy up startup/init routines | okan | 2009-06-23 | -11/+18 |
* | compact a bit by condensing a few if-else's; from Thomas Pfaff | okan | 2009-06-20 | -36/+12 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | -29/+25 |
* | spacing | okan | 2009-06-20 | -6/+2 |
* | ``exec'' and ``ssh'' are lowercase. | sobrado | 2009-06-19 | -5/+5 |
* | items on the first list should have full stops too. | sobrado | 2009-06-18 | -7/+7 |
* | the on-line manual should use the same notation for key bindings | sobrado | 2009-06-18 | -38/+50 |
* | remove unnecessary casts; from Thomas Pfaff | okan | 2009-06-17 | -3/+3 |
* | re-factor parts of mouse move/resize bit to shrink and make more | okan | 2009-06-17 | -36/+26 |
* | move like defines to a central, logical location; no binary change. | okan | 2009-06-17 | -9/+8 |
* | 'no' is the answer to the comment question: cc->name can't be NULL at | okan | 2009-05-30 | -11/+6 |
* | re-order a bit for readability. | okan | 2009-05-30 | -11/+8 |
* | revert the 1.4 change - causes a double free noticed by grange@ a while | okan | 2009-05-30 | -1/+1 |
* | In movetogroup, check the window's current group and skip client_hide() | sthen | 2009-05-19 | -2/+3 |
* | nuke the leading underscore notation for local static functions - there | okan | 2009-05-18 | -54/+54 |
* | oops, we appear to have grown an extra prototype for group_only(), get | oga | 2009-05-18 | -2/+1 |
* | Rip out the event layer and just use a static array of callbacks like | oga | 2009-05-18 | -256/+78 |
* | 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 |