summaryrefslogtreecommitdiff
path: root/app/cwm/kbfunc.c
AgeCommit message (Expand)Author
2013-12-16Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.Okan Demirmen
2013-12-13Teach screen_find_xinerama() to apply gap only when told to do so;Okan Demirmen
2013-12-13Instead of using work area, use the Xinerama area for snap calculations;Okan Demirmen
2013-12-12Make sure we really take work area gap into account with snap calculations;Okan Demirmen
2013-11-27like gap, make snapdist per screenOkan Demirmen
2013-10-17a few err->errx since we don't have error messages here; from Tiago CunhaOkan Demirmen
2013-07-08move kbfunc and mousefunc closer togetherOkan Demirmen
2013-05-11swap x/y calculations in kbd move/resize to match those in the respective mou...Okan Demirmen
2013-04-08consistencyOkan Demirmen
2013-01-08add per-group vert/horiz tiling support; introduces 2 new bind commands,Okan Demirmen
2013-01-04rename {h,v}max functions for consistency; from Jan StaryOkan Demirmen
2013-01-02pass the screen workarea, as opposed to viewarea, allowing clientOkan Demirmen
2013-01-02re-work client_snapcalc() so it takes client and edge dimensions withOkan Demirmen
2013-01-01make num of groups no longer off-by-one; from Alexander PolakovOkan Demirmen
2012-12-17put a default known_hosts into confOkan Demirmen
2012-12-17pull user home directory via getenv or getpwuid and stash it so we don'tOkan Demirmen
2012-12-17create and use menuq_clear() helper; from Tiago CunhaOkan Demirmen
2012-11-09sortOkan Demirmen
2012-11-07get rid of the xfree() wrapper around free(); from Tiago Cunha.Okan Demirmen
2012-11-07missing headers; from Thordur Bjornsson.Okan Demirmen
2012-11-07tab completion support for menus; from Alexander Polakov.Okan Demirmen
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theOkan Demirmen
2012-09-09extend client_resize so that it can know when to reset max flags andOkan Demirmen
2012-07-13re-use geom struct in client_ctx (saved)geometry.Okan Demirmen
2012-07-13convert xmax/ymax uses to view geometry.Okan Demirmen
2012-07-04assign and use screen ctx where appropriate and consistently.Okan Demirmen
2012-07-04use the screen ctx since we already have it assigned.Okan Demirmen
2011-08-29restore mouse move via the keyboard, noticed by todd@. while the checkOkan Demirmen
2011-07-25We are inconsistent when it comes to function returns, so just go allOkan Demirmen
2011-07-23Clarify defines and make them not look like non-local ones; started by aOkan Demirmen
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'Okan Demirmen
2011-06-24Correct extern declaration and while here, rename a variable to beOkan Demirmen
2011-05-11tag and comment cleanup; ok oga@Okan Demirmen
2011-05-07introduce a new 'freeze' flag (CMS-f by default) which may be applied toOkan Demirmen
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