| Commit message (Expand) | Author | Lines |
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 |
2008-04-15 | hit it with the knf stick. | oga | -21/+21 |
2008-04-08 | No cookie for okan. | oga | -2/+2 |
2008-04-07 | Add quit function, bind it per default to CM-q and change exec_wm | simon | -1/+9 |
2008-04-05 | - use $PATH before _PATH_DEFPATH, from Tim van der Molen | okan | -6/+9 |
2008-03-23 | Replace the symlink configuration scheme with a simple yacc parser as | simon | -5/+5 |
2008-03-22 | Rip out, burn, and dance around the grave of group-edit mode. | oga | -21/+9 |
2008-03-22 | Remove a bunch of unused variables and incorrect comments. | oga | -6/+6 |
2008-01-16 | huge amount of cleanup and dead code removal. | oga | -2/+1 |
2008-01-11 | - Remove the "all rights reserved" tag at the top of most of the source | oga | -2/+13 |
2007-11-28 | Add a "restart wm" function. ok oga@ | ian | -3/+28 |
2007-11-13 | enable pointer movement in cwm via C-<arrowkeys> | todd | -1/+39 |
2007-11-07 | Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when | oga | -2/+2 |
2007-11-07 | Add support to cwm for resizing the windows using Control-Meta-[hjkl]. | oga | -1/+46 |
2007-09-06 | fix buffer overflow, as sizeof(paths) won't fit inside the array. | jasper | -4/+5 |
2007-06-27 | implement keyboard initiated movement of windows | todd | -1/+41 |
2007-06-26 | modify "exec" dialog so that it auto-completes based on executables in | niallo | -4/+152 |
2007-06-05 | make it possible to cycle through the windows when non are selected. | jasper | -5/+5 |
2007-05-28 | convert globals from G_foo to Foo, as per TODO. | jasper | -11/+11 |
2007-04-27 | Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the new | bernd | -1/+7 |