| Commit message (Expand) | Author | Age | Lines |
* | preserve labels after an edit action is aborted; extending the menu | okan | 2010-02-10 | -6/+6 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | -1/+10 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | -1/+2 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | -2/+1 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | -31/+39 |
* | we already have sc from the passed cc, so just used that instead. | okan | 2009-12-07 | -2/+2 |
* | be consistent | okan | 2009-12-07 | -7/+7 |
* | style (whitespaces) | tobias | 2009-11-28 | -2/+2 |
* | re-introduce the intention of the change from rev 1.4 in menu.c here | okan | 2009-09-05 | -3/+7 |
* | we are not doing access control here, so replace the "check if file is | okan | 2009-08-25 | -35/+6 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | -1/+7 |
* | compact a bit by condensing a few if-else's; from Thomas Pfaff | okan | 2009-06-20 | -5/+2 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | -5/+5 |
* | add a "movetogroup" function, which hides the current window from | sthen | 2009-05-17 | -1/+7 |
* | Add a new command (currently no default keybindings for it), grouponly[1-9]. | oga | 2009-05-14 | -1/+7 |
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | -3/+2 |
* | fix off-by-one in geom.[xy], after pwin changes. keyboard movement | martynas | 2009-02-03 | -5/+5 |
* | Move the keybinding argument to a union to prevent warnings where | oga | 2009-01-23 | -29/+29 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | -6/+6 |
* | no more hidden (and mysterious) config reloads and allow binding a key | okan | 2008-07-11 | -5/+7 |
* | spacing, declaration lineup to be consistent throughout cwm, | okan | 2008-07-11 | -28/+32 |
* | Stop keyboard move moving the window utterly off the screen. If that | oga | 2008-06-25 | -3/+15 |
* | instead of forcing the ptr in the middle everytime, be more 'calm'; keep | okan | 2008-06-12 | -7/+7 |
* | Pull out the behaviour in grab_label and search_start into one utility | oga | 2008-05-20 | -11/+27 |
* | General cleanup. | oga | 2008-05-19 | -11/+11 |
* | client_cyclenext() -> client_cycle() since we now pass an arg. | okan | 2008-05-19 | -2/+2 |
* | as done with cycle/rcycle, make prev/next group switching one kbfuncs | okan | 2008-05-19 | -9/+3 |
* | Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the | oga | 2008-05-19 | -7/+7 |
* | finally implement keyboard binding for group toggling | okan | 2008-05-19 | -1/+11 |
* | merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, | oga | 2008-04-16 | -88/+37 |
* | make the argument parser for commands accept quoted strings, while i'm | oga | 2008-04-15 | -2/+3 |
* | hit it with the knf stick. | oga | 2008-04-15 | -21/+21 |
* | No cookie for okan. | oga | 2008-04-08 | -2/+2 |
* | Add quit function, bind it per default to CM-q and change exec_wm | simon | 2008-04-07 | -1/+9 |
* | - use $PATH before _PATH_DEFPATH, from Tim van der Molen | okan | 2008-04-05 | -6/+9 |
* | Replace the symlink configuration scheme with a simple yacc parser as | simon | 2008-03-23 | -5/+5 |
* | Rip out, burn, and dance around the grave of group-edit mode. | oga | 2008-03-22 | -21/+9 |
* | Remove a bunch of unused variables and incorrect comments. | oga | 2008-03-22 | -6/+6 |
* | huge amount of cleanup and dead code removal. | oga | 2008-01-16 | -2/+1 |
* | - Remove the "all rights reserved" tag at the top of most of the source | oga | 2008-01-11 | -2/+13 |
* | Add a "restart wm" function. ok oga@ | ian | 2007-11-28 | -3/+28 |
* | enable pointer movement in cwm via C-<arrowkeys> | todd | 2007-11-13 | -1/+39 |
* | Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when | oga | 2007-11-07 | -2/+2 |
* | Add support to cwm for resizing the windows using Control-Meta-[hjkl]. | oga | 2007-11-07 | -1/+46 |
* | fix buffer overflow, as sizeof(paths) won't fit inside the array. | jasper | 2007-09-06 | -4/+5 |
* | implement keyboard initiated movement of windows | todd | 2007-06-27 | -1/+41 |
* | modify "exec" dialog so that it auto-completes based on executables in | niallo | 2007-06-26 | -4/+152 |
* | make it possible to cycle through the windows when non are selected. | jasper | 2007-06-05 | -5/+5 |
* | convert globals from G_foo to Foo, as per TODO. | jasper | 2007-05-28 | -11/+11 |
* | Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new | bernd | 2007-04-27 | -1/+7 |