aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c (unfollow)
Commit message (Expand)AuthorLines
2012-12-17put a default known_hosts into confokan-8/+5
2012-12-17pull user home directory via getenv or getpwuid and stash it so we don'tokan-6/+3
2012-12-17create and use menuq_clear() helper; from Tiago Cunhaokan-17/+5
2012-11-09sortokan-2/+2
2012-11-07get rid of the xfree() wrapper around free(); from Tiago Cunha.okan-12/+11
2012-11-07missing headers; from Thordur Bjornsson.okan-1/+2
2012-11-07tab completion support for menus; from Alexander Polakov.okan-5/+6
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theokan-3/+5
2012-09-09extend client_resize so that it can know when to reset max flags andokan-2/+2
2012-07-13re-use geom struct in client_ctx (saved)geometry.okan-15/+15
2012-07-13convert xmax/ymax uses to view geometry.okan-7/+7
2012-07-04assign and use screen ctx where appropriate and consistently.okan-15/+7
2012-07-04use the screen ctx since we already have it assigned.okan-7/+7
2011-08-29restore mouse move via the keyboard, noticed by todd@. while the checkokan-8/+3
2011-07-25We are inconsistent when it comes to function returns, so just go allokan-9/+10
2011-07-23Clarify defines and make them not look like non-local ones; started by aokan-5/+5
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'okan-1/+8
2011-06-24Correct extern declaration and while here, rename a variable to beokan-3/+3
2011-05-11tag and comment cleanup; ok oga@okan-3/+3
2011-05-07introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan-1/+10
2010-02-10preserve labels after an edit action is aborted; extending the menuokan-6/+6
2009-12-15pull all non-X11 headers from calmwm.h and place them only where theyokan-1/+10
2009-12-15pull these headers only into files that need them.okan-1/+2
2009-12-15merge the 2 common header files; specific includes to be pulled out asokan-2/+1
2009-12-10finish unfucking the screen_ctx handling.oga-31/+39
2009-12-07we already have sc from the passed cc, so just used that instead.okan-2/+2
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