summaryrefslogtreecommitdiff
path: root/app/cwm/kbfunc.c
AgeCommit message (Expand)Author
2010-02-10preserve labels after an edit action is aborted; extending the menuOkan Demirmen
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyOkan Demirmen
2009-12-15pull these headers only into files that need them.Okan Demirmen
2009-12-15merge the 2 common header files; specific includes to be pulled out asOkan Demirmen
2009-12-10finish unfucking the screen_ctx handling.Owain Ainsworth
2009-12-07we already have sc from the passed cc, so just used that instead.Okan Demirmen
2009-12-07be consistentOkan Demirmen
2009-11-28style (whitespaces)Tobias Stoeckmann
2009-09-05re-introduce the intention of the change from rev 1.4 in menu.c hereOkan Demirmen
2009-08-25we are not doing access control here, so replace the "check if file isOkan Demirmen
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).Owain Ainsworth
2009-06-20compact a bit by condensing a few if-else's; from Thomas PfaffOkan Demirmen
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theOkan Demirmen
2009-05-17add a "movetogroup" function, which hides the current window fromStuart Henderson
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].Owain Ainsworth
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingMartynas Venckus
2009-02-03fix off-by-one in geom.[xy], after pwin changes. keyboard movementMartynas Venckus
2009-01-23Move the keybinding argument to a union to prevent warnings whereOwain Ainsworth
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveOkan Demirmen
2008-07-11no more hidden (and mysterious) config reloads and allow binding a keyOkan Demirmen
2008-07-11spacing, declaration lineup to be consistent throughout cwm,Okan Demirmen
2008-06-25Stop keyboard move moving the window utterly off the screen. If thatOwain Ainsworth
2008-06-12instead of forcing the ptr in the middle everytime, be more 'calm'; keepOkan Demirmen
2008-05-20Pull out the behaviour in grab_label and search_start into one utilityOwain Ainsworth
2008-05-19General cleanup.Owain Ainsworth
2008-05-19client_cyclenext() -> client_cycle() since we now pass an arg.Okan Demirmen
2008-05-19as done with cycle/rcycle, make prev/next group switching one kbfuncsOkan Demirmen
2008-05-19Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theOwain Ainsworth
2008-05-19finally implement keyboard binding for group togglingOkan Demirmen
2008-04-16merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,Owain Ainsworth
2008-04-15make the argument parser for commands accept quoted strings, while i'mOwain Ainsworth
2008-04-15hit it with the knf stick.Owain Ainsworth
2008-04-08No cookie for okan.Owain Ainsworth
2008-04-07Add quit function, bind it per default to CM-q and change exec_wmSimon Bertrang
2008-04-05- use $PATH before _PATH_DEFPATH, from Tim van der MolenOkan Demirmen
2008-03-23Replace the symlink configuration scheme with a simple yacc parser asSimon Bertrang
2008-03-22Rip out, burn, and dance around the grave of group-edit mode.Owain Ainsworth
2008-03-22Remove a bunch of unused variables and incorrect comments.Owain Ainsworth
2008-01-16huge amount of cleanup and dead code removal.Owain Ainsworth
2008-01-11- Remove the "all rights reserved" tag at the top of most of the sourceOwain Ainsworth
2007-11-28Add a "restart wm" function. ok oga@Ian Darwin
2007-11-13enable pointer movement in cwm via C-<arrowkeys>Todd T. Fries
2007-11-07Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning whenOwain Ainsworth
2007-11-07Add support to cwm for resizing the windows using Control-Meta-[hjkl].Owain Ainsworth
2007-09-06fix buffer overflow, as sizeof(paths) won't fit inside the array.Jasper Lievisse Adriaanse
2007-06-27implement keyboard initiated movement of windowsTodd T. Fries
2007-06-26modify "exec" dialog so that it auto-completes based on executables inNiall O'Higgins
2007-06-05make it possible to cycle through the windows when non are selected.Jasper Lievisse Adriaanse
2007-05-28convert globals from G_foo to Foo, as per TODO.Jasper Lievisse Adriaanse
2007-04-27Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the newBernd Ahlers