| Commit message (Expand) | Author | Lines |
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 |
2008-06-25 | Stop keyboard move moving the window utterly off the screen. If that | oga | -3/+15 |
2008-06-12 | instead of forcing the ptr in the middle everytime, be more 'calm'; keep | okan | -7/+7 |
2008-05-20 | Pull out the behaviour in grab_label and search_start into one utility | oga | -11/+27 |
2008-05-19 | General cleanup. | oga | -11/+11 |
2008-05-19 | client_cyclenext() -> client_cycle() since we now pass an arg. | okan | -2/+2 |
2008-05-19 | as done with cycle/rcycle, make prev/next group switching one kbfuncs | okan | -9/+3 |
2008-05-19 | Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the | oga | -7/+7 |
2008-05-19 | finally implement keyboard binding for group toggling | okan | -1/+11 |
2008-04-16 | merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, | oga | -88/+37 |
2008-04-15 | make the argument parser for commands accept quoted strings, while i'm | oga | -2/+3 |