aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c (follow)
Commit message (Expand)AuthorAgeLines
...
* swap x/y calculations in kbd move/resize to match those in the respective mou...okan2013-05-11-10/+9
* consistencyokan2013-04-08-1/+2
* add per-group vert/horiz tiling support; introduces 2 new bind commands,okan2013-01-08-1/+14
* rename {h,v}max functions for consistency; from Jan Staryokan2013-01-04-3/+3
* pass the screen workarea, as opposed to viewarea, allowing clientokan2013-01-02-3/+3
* re-work client_snapcalc() so it takes client and edge dimensions withokan2013-01-02-5/+5
* make num of groups no longer off-by-one; from Alexander Polakovokan2013-01-01-4/+4
* put a default known_hosts into confokan2012-12-17-8/+5
* pull user home directory via getenv or getpwuid and stash it so we don'tokan2012-12-17-6/+3
* create and use menuq_clear() helper; from Tiago Cunhaokan2012-12-17-17/+5
* sortokan2012-11-09-2/+2
* get rid of the xfree() wrapper around free(); from Tiago Cunha.okan2012-11-07-12/+11
* missing headers; from Thordur Bjornsson.okan2012-11-07-1/+2
* tab completion support for menus; from Alexander Polakov.okan2012-11-07-5/+6
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-31-3/+5
* extend client_resize so that it can know when to reset max flags andokan2012-09-09-2/+2
* re-use geom struct in client_ctx (saved)geometry.okan2012-07-13-15/+15
* convert xmax/ymax uses to view geometry.okan2012-07-13-7/+7
* assign and use screen ctx where appropriate and consistently.okan2012-07-04-15/+7
* use the screen ctx since we already have it assigned.okan2012-07-04-7/+7
* restore mouse move via the keyboard, noticed by todd@. while the checkokan2011-08-29-8/+3
* We are inconsistent when it comes to function returns, so just go allokan2011-07-25-9/+10
* Clarify defines and make them not look like non-local ones; started by aokan2011-07-23-5/+5
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-24-1/+8
* Correct extern declaration and while here, rename a variable to beokan2011-06-24-3/+3
* tag and comment cleanup; ok oga@okan2011-05-11-3/+3
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-07-1/+10
* preserve labels after an edit action is aborted; extending the menuokan2010-02-10-6/+6
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-1/+10
* pull these headers only into files that need them.okan2009-12-15-1/+2
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-2/+1
* finish unfucking the screen_ctx handling.oga2009-12-10-31/+39
* we already have sc from the passed cc, so just used that instead.okan2009-12-07-2/+2
* be consistentokan2009-12-07-7/+7
* style (whitespaces)tobias2009-11-28-2/+2
* re-introduce the intention of the change from rev 1.4 in menu.c hereokan2009-09-05-3/+7
* we are not doing access control here, so replace the "check if file isokan2009-08-25-35/+6
* Add a keybinding to allow horizontal maximisation of a window (CMS-enter).oga2009-08-24-1/+7
* compact a bit by condensing a few if-else's; from Thomas Pfaffokan2009-06-20-5/+2
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-20-5/+5
* add a "movetogroup" function, which hides the current window fromsthen2009-05-17-1/+7
* Add a new command (currently no default keybindings for it), grouponly[1-9].oga2009-05-14-1/+7
* add 'moveamount' to cwmrc; it sets keyboard movement amount, makingmartynas2009-02-07-3/+2
* fix off-by-one in geom.[xy], after pwin changes. keyboard movementmartynas2009-02-03-5/+5
* Move the keybinding argument to a union to prevent warnings whereoga2009-01-23-29/+29
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-16-6/+6
* no more hidden (and mysterious) config reloads and allow binding a keyokan2008-07-11-5/+7
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-11-28/+32
* Stop keyboard move moving the window utterly off the screen. If thatoga2008-06-25-3/+15
* instead of forcing the ptr in the middle everytime, be more 'calm'; keepokan2008-06-12-7/+7