| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we really take work area gap into account with snap calculations; | okan | 2013-12-12 | 1 | -2/+2 |
* | like gap, make snapdist per screen | okan | 2013-11-27 | 1 | -2/+2 |
* | a few err->errx since we don't have error messages here; from Tiago Cunha | okan | 2013-10-17 | 1 | -2/+2 |
* | move kbfunc and mousefunc closer together | okan | 2013-07-08 | 1 | -1/+1 |
* | swap x/y calculations in kbd move/resize to match those in the respective mou... | okan | 2013-05-11 | 1 | -9/+8 |
* | consistency | okan | 2013-04-08 | 1 | -0/+1 |
* | add per-group vert/horiz tiling support; introduces 2 new bind commands, | okan | 2013-01-08 | 1 | -0/+13 |
* | rename {h,v}max functions for consistency; from Jan Stary | okan | 2013-01-04 | 1 | -2/+2 |
* | pass the screen workarea, as opposed to viewarea, allowing client | okan | 2013-01-02 | 1 | -2/+2 |
* | re-work client_snapcalc() so it takes client and edge dimensions with | okan | 2013-01-02 | 1 | -4/+4 |
* | make num of groups no longer off-by-one; from Alexander Polakov | okan | 2013-01-01 | 1 | -3/+3 |
* | put a default known_hosts into conf | okan | 2012-12-17 | 1 | -7/+4 |
* | pull user home directory via getenv or getpwuid and stash it so we don't | okan | 2012-12-17 | 1 | -5/+2 |
* | create and use menuq_clear() helper; from Tiago Cunha | okan | 2012-12-17 | 1 | -16/+4 |
* | sort | okan | 2012-11-09 | 1 | -1/+1 |
* | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | 2012-11-07 | 1 | -11/+10 |
* | missing headers; from Thordur Bjornsson. | okan | 2012-11-07 | 1 | -0/+1 |
* | tab completion support for menus; from Alexander Polakov. | okan | 2012-11-07 | 1 | -4/+5 |
* | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | 2012-10-31 | 1 | -2/+4 |
* | extend client_resize so that it can know when to reset max flags and | okan | 2012-09-09 | 1 | -1/+1 |
* | re-use geom struct in client_ctx (saved)geometry. | okan | 2012-07-13 | 1 | -14/+14 |
* | convert xmax/ymax uses to view geometry. | okan | 2012-07-13 | 1 | -6/+6 |
* | assign and use screen ctx where appropriate and consistently. | okan | 2012-07-04 | 1 | -14/+6 |
* | use the screen ctx since we already have it assigned. | okan | 2012-07-04 | 1 | -6/+6 |
* | restore mouse move via the keyboard, noticed by todd@. while the check | okan | 2011-08-29 | 1 | -7/+2 |
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | 1 | -8/+9 |
* | Clarify defines and make them not look like non-local ones; started by a | okan | 2011-07-23 | 1 | -4/+4 |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | 1 | -0/+7 |
* | Correct extern declaration and while here, rename a variable to be | okan | 2011-06-24 | 1 | -2/+2 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | 1 | -3/+3 |
* | introduce a new 'freeze' flag (CMS-f by default) which may be applied to | okan | 2011-05-07 | 1 | -0/+9 |
* | preserve labels after an edit action is aborted; extending the menu | okan | 2010-02-10 | 1 | -5/+5 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 1 | -0/+9 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | 1 | -0/+1 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 1 | -1/+0 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | 1 | -30/+38 |
* | we already have sc from the passed cc, so just used that instead. | okan | 2009-12-07 | 1 | -1/+1 |
* | be consistent | okan | 2009-12-07 | 1 | -6/+6 |
* | style (whitespaces) | tobias | 2009-11-28 | 1 | -1/+1 |
* | re-introduce the intention of the change from rev 1.4 in menu.c here | okan | 2009-09-05 | 1 | -2/+6 |
* | we are not doing access control here, so replace the "check if file is | okan | 2009-08-25 | 1 | -34/+5 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | 1 | -0/+6 |
* | compact a bit by condensing a few if-else's; from Thomas Pfaff | okan | 2009-06-20 | 1 | -4/+1 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | 1 | -4/+4 |
* | add a "movetogroup" function, which hides the current window from | sthen | 2009-05-17 | 1 | -0/+6 |
* | Add a new command (currently no default keybindings for it), grouponly[1-9]. | oga | 2009-05-14 | 1 | -0/+6 |
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | 1 | -2/+1 |
* | fix off-by-one in geom.[xy], after pwin changes. keyboard movement | martynas | 2009-02-03 | 1 | -4/+4 |
* | Move the keybinding argument to a union to prevent warnings where | oga | 2009-01-23 | 1 | -28/+28 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | 1 | -5/+5 |