summary refs log tree commit diff
path: root/kbfunc.c
Commit message (Expand)AuthorAgeFilesLines
...
* pass the screen workarea, as opposed to viewarea, allowing clientokan2013-01-021-2/+2
* re-work client_snapcalc() so it takes client and edge dimensions withokan2013-01-021-4/+4
* make num of groups no longer off-by-one; from Alexander Polakovokan2013-01-011-3/+3
* put a default known_hosts into confokan2012-12-171-7/+4
* pull user home directory via getenv or getpwuid and stash it so we don'tokan2012-12-171-5/+2
* create and use menuq_clear() helper; from Tiago Cunhaokan2012-12-171-16/+4
* sortokan2012-11-091-1/+1
* get rid of the xfree() wrapper around free(); from Tiago Cunha.okan2012-11-071-11/+10
* missing headers; from Thordur Bjornsson.okan2012-11-071-0/+1
* tab completion support for menus; from Alexander Polakov.okan2012-11-071-4/+5
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-311-2/+4
* extend client_resize so that it can know when to reset max flags andokan2012-09-091-1/+1
* re-use geom struct in client_ctx (saved)geometry.okan2012-07-131-14/+14
* convert xmax/ymax uses to view geometry.okan2012-07-131-6/+6
* assign and use screen ctx where appropriate and consistently.okan2012-07-041-14/+6
* use the screen ctx since we already have it assigned.okan2012-07-041-6/+6
* restore mouse move via the keyboard, noticed by todd@. while the checkokan2011-08-291-7/+2
* We are inconsistent when it comes to function returns, so just go allokan2011-07-251-8/+9
* Clarify defines and make them not look like non-local ones; started by aokan2011-07-231-4/+4
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-241-0/+7
* Correct extern declaration and while here, rename a variable to beokan2011-06-241-2/+2
* tag and comment cleanup; ok oga@okan2011-05-111-3/+3
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-071-0/+9
* 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