| Commit message (Expand) | Author | Age | Lines |
* | Instead of calling conf_bind*() 50 gazillion times in a row, store an | oga | 2009-08-25 | -69/+80 |
* | Instead of messing around everytime we do a resize, just clamp the | oga | 2009-08-25 | -8/+9 |
* | unroll macro; ok oga@ | okan | 2009-08-25 | -4/+4 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | -11/+63 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | -38/+104 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | -22/+6 |
* | instead of checking for flags in the client context, then removing them. | oga | 2009-08-24 | -3/+2 |
* | remove unnecessary Ar macros | okan | 2009-08-08 | -4/+4 |
* | remove unnecessary Dq macro; based on a diff from Martin Toft | okan | 2009-08-08 | -4/+4 |
* | use fnmatch to glob the entries in the exec menu. | oga | 2009-06-26 | -3/+5 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | -38/+36 |
* | 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 |