aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c (follow)
Commit message (Expand)AuthorAgeLines
* these have nothing to do with 'sticky', but rather group membership; rename.okan2014-09-27-2/+2
* these client actions are just toggles; less confusing with better namesokan2014-09-17-13/+13
* ewmh states _NET_WM_STATE_STICKY should not alter positionokan2014-09-17-2/+2
* Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic onokan2014-09-11-5/+5
* Remove duplicate client queue (mruq); instead, remove and take theokan2014-09-08-2/+2
* Few style nits; extend 'path' to MAXPATHLEN.okan2014-09-06-11/+14
* Move termpath and lockpath into cmdq; side effect is that 'lock' andokan2014-09-06-4/+17
* add explicit paran and drop some empty lines bringing like functions closerokan2014-09-01-2/+1
* Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyokan2014-08-25-1/+7
* Move cwm_status around to avoid header fu, and remove extraneous signalokan2014-01-30-1/+3
* Minimize trivial differences between a few kb and mb functions.okan2014-01-29-2/+2
* If no title is supplied, term uses only the basename for its title.okan2014-01-23-3/+3
* zap whitespaceokan2014-01-22-26/+26
* Somewhat streamline event loop/restart/quit handling; most notableokan2014-01-22-13/+3
* Sprinkle a few more const; from Tiago Cunha.okan2014-01-21-2/+3
* Save the ptr position before lowering via kbd, so as to be able to cycleokan2014-01-20-1/+2
* constify and rename some confusing variables around cmdq.okan2014-01-20-3/+3
* Add a function that adds an entry to a menuq, normalizing a common codeokan2014-01-20-24/+8
* use consistent typesokan2014-01-03-2/+2
* Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.okan2013-12-16-1/+7
* Teach screen_find_xinerama() to apply gap only when told to do so;okan2013-12-13-2/+2
* Instead of using work area, use the Xinerama area for snap calculations;okan2013-12-13-3/+7
* Make sure we really take work area gap into account with snap calculations;okan2013-12-12-3/+3
* like gap, make snapdist per screenokan2013-11-27-3/+3
* a few err->errx since we don't have error messages here; from Tiago Cunhaokan2013-10-17-3/+3
* move kbfunc and mousefunc closer togetherokan2013-07-08-2/+2
* 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