summary refs log tree commit diff
path: root/kbfunc.c
Commit message (Expand)AuthorAgeFilesLines
* preserve labels after an edit action is aborted; extending the menuokan2010-02-101-5/+5
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+9
* pull these headers only into files that need them.okan2009-12-151-0/+1
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-151-1/+0
* finish unfucking the screen_ctx handling.oga2009-12-101-30/+38
* we already have sc from the passed cc, so just used that instead.okan2009-12-071-1/+1
* be consistentokan2009-12-071-6/+6
* style (whitespaces)tobias2009-11-281-1/+1
* re-introduce the intention of the change from rev 1.4 in menu.c hereokan2009-09-051-2/+6
* we are not doing access control here, so replace the "check if file isokan2009-08-251-34/+5
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-241-0/+6
* compact a bit by condensing a few if-else's; from Thomas Pfaffokan2009-06-201-4/+1
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-201-4/+4
* add a "movetogroup" function, which hides the current window fromsthen2009-05-171-0/+6
* Add a new command (currently no default keybindings for it), grouponly[1-9].oga2009-05-141-0/+6
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-071-2/+1
* fix off-by-one in geom.[xy], after pwin changes. keyboard movementmartynas2009-02-031-4/+4
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-231-28/+28
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-161-5/+5
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-111-4/+6
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-27/+31
* Stop keyboard move moving the window utterly off the screen. If thatoga2008-06-251-2/+14
* instead of forcing the ptr in the middle everytime, be more 'calm'; keepokan2008-06-121-6/+6
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-201-10/+26
* General cleanup.oga2008-05-191-10/+10
* client_cyclenext() -> client_cycle() since we now pass an arg.okan2008-05-191-1/+1
* as done with cycle/rcycle, make prev/next group switching one kbfuncsokan2008-05-191-8/+2
* Use the XGrabKeyboard hack in for alt-tabbing as well. This stops theoga2008-05-191-6/+6
* finally implement keyboard binding for group togglingokan2008-05-191-0/+10
* merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,oga2008-04-161-87/+36
* make the argument parser for commands accept quoted strings, while i'moga2008-04-151-1/+2
* hit it with the knf stick.oga2008-04-151-20/+20
* No cookie for okan.oga2008-04-081-1/+1
* Add quit function, bind it per default to CM-q and change exec_wmsimon2008-04-071-0/+8
* - use $PATH before _PATH_DEFPATH, from Tim van der Molenokan2008-04-051-5/+8
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-4/+4
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-221-20/+8
* Remove a bunch of unused variables and incorrect comments.oga2008-03-221-5/+5
* huge amount of cleanup and dead code removal.oga2008-01-161-1/+0
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12
* Add a "restart wm" function. ok oga@ian2007-11-281-2/+27
* enable pointer movement in cwm via C-<arrowkeys>todd2007-11-131-0/+38
* Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning whenoga2007-11-071-1/+1
* Add support to cwm for resizing the windows using Control-Meta-[hjkl].oga2007-11-071-0/+45
* fix buffer overflow, as sizeof(paths) won't fit inside the array.jasper2007-09-061-3/+4
* implement keyboard initiated movement of windowstodd2007-06-271-0/+40
* modify "exec" dialog so that it auto-completes based on executables inniallo2007-06-261-3/+151
* make it possible to cycle through the windows when non are selected.jasper2007-06-051-4/+4
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-10/+10
* Apply cwm-3-exec.diff from http://aon.iki.fi/cwm/. Document the newbernd2007-04-271-0/+6