| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | unroll the CCTOSC macro; from Thomas Pfaff | okan | 2009-08-27 | 4 | -16/+14 |
* | static; ok oga@ | okan | 2009-08-25 | 1 | -2/+2 |
* | we are not doing access control here, so replace the "check if file is | okan | 2009-08-25 | 1 | -34/+5 |
* | Reduce duplciation of code for checking modifiers in key/mouse bindings. | oga | 2009-08-25 | 1 | -39/+37 |
* | Instead of calling conf_bind*() 50 gazillion times in a row, store an | oga | 2009-08-25 | 1 | -68/+79 |
* | Instead of messing around everytime we do a resize, just clamp the | oga | 2009-08-25 | 2 | -6/+7 |
* | unroll macro; ok oga@ | okan | 2009-08-25 | 1 | -3/+3 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | 6 | -4/+56 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | 4 | -34/+100 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | 4 | -18/+2 |
* | instead of checking for flags in the client context, then removing them. | oga | 2009-08-24 | 1 | -2/+1 |
* | remove unnecessary Ar macros | okan | 2009-08-08 | 1 | -4/+4 |
* | remove unnecessary Dq macro; based on a diff from Martin Toft | okan | 2009-08-08 | 1 | -2/+2 |
* | use fnmatch to glob the entries in the exec menu. | oga | 2009-06-26 | 1 | -2/+4 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | 7 | -32/+30 |
* | tidy up startup/init routines | okan | 2009-06-23 | 4 | -7/+14 |
* | compact a bit by condensing a few if-else's; from Thomas Pfaff | okan | 2009-06-20 | 5 | -31/+7 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | 9 | -21/+17 |
* | spacing | okan | 2009-06-20 | 2 | -4/+0 |
* | ``exec'' and ``ssh'' are lowercase. | sobrado | 2009-06-19 | 1 | -3/+3 |
* | items on the first list should have full stops too. | sobrado | 2009-06-18 | 1 | -7/+7 |
* | the on-line manual should use the same notation for key bindings | sobrado | 2009-06-18 | 1 | -37/+49 |
* | remove unnecessary casts; from Thomas Pfaff | okan | 2009-06-17 | 1 | -2/+2 |
* | re-factor parts of mouse move/resize bit to shrink and make more | okan | 2009-06-17 | 2 | -34/+24 |
* | move like defines to a central, logical location; no binary change. | okan | 2009-06-17 | 3 | -7/+6 |
* | 'no' is the answer to the comment question: cc->name can't be NULL at | okan | 2009-05-30 | 1 | -10/+5 |
* | re-order a bit for readability. | okan | 2009-05-30 | 1 | -10/+7 |
* | revert the 1.4 change - causes a double free noticed by grange@ a while | okan | 2009-05-30 | 1 | -1/+1 |
* | In movetogroup, check the window's current group and skip client_hide() | sthen | 2009-05-19 | 1 | -1/+2 |
* | nuke the leading underscore notation for local static functions - there | okan | 2009-05-18 | 5 | -49/+49 |
* | oops, we appear to have grown an extra prototype for group_only(), get | oga | 2009-05-18 | 1 | -1/+0 |
* | Rip out the event layer and just use a static array of callbacks like | oga | 2009-05-18 | 3 | -253/+75 |
* | redraw all borders at once on reload | okan | 2009-05-17 | 1 | -0/+4 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | 10 | -64/+158 |
* | minor bit of knf, just to be consistent; oga@ doesn't mind that much | okan | 2009-05-17 | 1 | -3/+2 |
* | unbreak | okan | 2009-05-17 | 1 | -0/+1 |
* | add a "movetogroup" function, which hides the current window from | sthen | 2009-05-17 | 5 | -2/+46 |
* | redraw the border when unhiding a client window. fixes the situation where | sthen | 2009-05-17 | 1 | -0/+1 |
* | add missing prototype. | oga | 2009-05-14 | 1 | -0/+1 |
* | Add a new command (currently no default keybindings for it), grouponly[1-9]. | oga | 2009-05-14 | 5 | -0/+38 |
* | right and middle mouse buttons swapped; from rgouveia@cosmico.net | okan | 2009-05-04 | 1 | -3/+3 |
* | no need to use the global here. | okan | 2009-05-04 | 1 | -1/+1 |
* | properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks. | okan | 2009-05-04 | 1 | -1/+1 |
* | fix the other 50% of xrandr cases; reported by sthen@ | okan | 2009-05-01 | 1 | -8/+10 |
* | don't sync more than 60 times per sec on resize and move; idea from scrotwm. | okan | 2009-04-15 | 1 | -2/+24 |
* | properly teardown X connection upon quit; static a few while here, | okan | 2009-04-15 | 2 | -2/+16 |
* | we include sys/param.h, so remove sys/types.h; sort while here. | okan | 2009-04-12 | 1 | -18/+15 |
* | - avoid shadowed Mask declaration in menu_filter | martynas | 2009-03-28 | 2 | -6/+6 |
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | 5 | -30/+90 |
* | remove leftover from mdoc.samples; ok jmc@ | martynas | 2009-02-07 | 2 | -4/+2 |