aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c (unfollow)
Commit message (Expand)AuthorLines
2009-12-07be consistentokan-7/+7
2009-11-28style (whitespaces)tobias-2/+2
2009-09-05re-introduce the intention of the change from rev 1.4 in menu.c hereokan-3/+7
2009-08-25we are not doing access control here, so replace the "check if file isokan-35/+6
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga-1/+7
2009-06-20compact a bit by condensing a few if-else's; from Thomas Pfaffokan-5/+2
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan-5/+5
2009-05-17add a "movetogroup" function, which hides the current window fromsthen-1/+7
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].oga-1/+7
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas-3/+2
2009-02-03fix off-by-one in geom.[xy], after pwin changes. keyboard movementmartynas-5/+5
2009-01-23Move the keybinding argument to a union to prevent warnings whereoga-29/+29
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveokan-6/+6
2008-07-11no more hidden (and mysterious) config reloads and allow binding a keyokan-5/+7
2008-07-11spacing, declaration lineup to be consistent throughout cwm,okan-28/+32
2008-06-25Stop keyboard move moving the window utterly off the screen. If thatoga-3/+15
2008-06-12instead of forcing the ptr in the middle everytime, be more 'calm'; keepokan-7/+7
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityoga-11/+27
2008-05-19General cleanup.oga-11/+11
2008-05-19client_cyclenext() -> client_cycle() since we now pass an arg.okan-2/+2
2008-05-19as done with cycle/rcycle, make prev/next group switching one kbfuncsokan-9/+3
2008-05-19Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theoga-7/+7
2008-05-19finally implement keyboard binding for group togglingokan-1/+11
2008-04-16merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,oga-88/+37
2008-04-15make the argument parser for commands accept quoted strings, while i'moga-2/+3
2008-04-15hit it with the knf stick.oga-21/+21
2008-04-08No cookie for okan.oga-2/+2
2008-04-07Add quit function, bind it per default to CM-q and change exec_wmsimon-1/+9
2008-04-05- use $PATH before _PATH_DEFPATH, from Tim van der Molenokan-6/+9
2008-03-23Replace the symlink configuration scheme with a simple yacc parser assimon-5/+5
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.oga-21/+9
2008-03-22Remove a bunch of unused variables and incorrect comments.oga-6/+6
2008-01-16huge 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 sourceoga-2/+13
2007-11-28Add a "restart wm" function. ok oga@ian-3/+28
2007-11-13enable pointer movement in cwm via C-<arrowkeys>todd-1/+39
2007-11-07Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning whenoga-2/+2
2007-11-07Add support to cwm for resizing the windows using Control-Meta-[hjkl].oga-1/+46
2007-09-06fix buffer overflow, as sizeof(paths) won't fit inside the array.jasper-4/+5
2007-06-27implement keyboard initiated movement of windowstodd-1/+41
2007-06-26modify "exec" dialog so that it auto-completes based on executables inniallo-4/+152
2007-06-05make it possible to cycle through the windows when non are selected.jasper-5/+5
2007-05-28convert globals from G_foo to Foo, as per TODO.jasper-11/+11
2007-04-27Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the newbernd-1/+7