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