summary refs log tree commit diff
path: root/kbfunc.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimportokan2015-11-171-7/+9
|\
| * If a client does not set increment values, use 'moveamount' as a way tookan2015-11-171-7/+9
* | cvsimportokan2015-11-121-96/+113
|\|
| * more client vs screen context differencesokan2015-11-121-4/+4
| * If a client sets hints, honor them for kb resize requests, just like weokan2015-11-121-4/+4
| * Move kb pointer movement out of the kbfunc_client_moveresize since it'sokan2015-11-121-75/+92
| * Partial revert of replacing screen_area() with region_find(); until aokan2015-11-111-5/+6
| * Use position on root to figure out region.okan2015-11-101-3/+2
| * Start cleaning up name vs function differences; replace magic numbers.okan2015-11-101-17/+17
| * Extend region to include both view and work areas; switch tookan2015-11-091-5/+5
* | cvsimportokan2015-09-231-2/+3
|\|
| * On execwm, we should properly release resources before exec'ing into aokan2015-09-161-2/+3
* | cvsimportokan2015-08-281-10/+9
|\|
| * Lost fix from r1.112; add comment.okan2015-08-281-1/+2
| * Move client cycle grab/ungrab into a more relevant place; while here,okan2015-08-271-8/+2
| * _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, notokan2015-08-211-1/+1
| * Instead of special casing the 'term' and 'lock' commands, go back tookan2015-08-211-2/+6
* | cvsimportokan2015-07-121-1/+26
|\|
| * introduce 'groupsearch' for group menu search; matches on either groupokan2015-07-121-0/+25
| * revert previous; seems search_match_text() needs mi->text pre-populated.okan2015-07-031-1/+1
* | cvsimportChristian Neukirchen2015-07-011-13/+12
|\|
| * no longer need to pass down format strings after introducing search_print_cmdokan2015-06-301-1/+1
| * Introduce a callback for cmd menu printing, special-casing 'lock' andokan2015-06-301-1/+1
| * Shuffle code in kbfunc_ssh so that a missing known_hosts file stillokan2015-06-291-7/+6
| * Mechanical change from xinerama to region backed areas.okan2015-06-261-4/+4
* | cvsimportokan2015-06-091-4/+6
|\|
| * just populating the ctx is enough since the menu uses a callback and ignores ...okan2015-06-081-1/+1
| * merge kbd and mouse grouptoggleokan2015-05-211-3/+5
* | Fix stat patch to use lstat(2) and fix logicJames McDonald2015-04-231-3/+4
* | Add an additional stat() check if a d_type check fails for kbfunc_exec lookupsJames McDonald2015-04-121-3/+8
* | Use _POSIX_HOST_NAME_MAXAlexis Hildebrandt2015-02-111-1/+1
* | cvsimportChristian Neukirchen2015-01-221-4/+5
|\|
| * Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-4/+5
* | cvsimportokan2014-09-271-1/+1
|\|
| * these have nothing to do with 'sticky', but rather group membership; rename.okan2014-09-271-1/+1
* | cvsimportokan2014-09-181-18/+18
|\|
| * these client actions are just toggles; less confusing with better namesokan2014-09-171-12/+12
| * ewmh states _NET_WM_STATE_STICKY should not alter positionokan2014-09-171-1/+1
| * Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic onokan2014-09-111-4/+4
| * Remove duplicate client queue (mruq); instead, remove and take theokan2014-09-081-1/+1
* | cvsimportChristian Neukirchen2014-09-071-8/+29
|\|
| * Few style nits; extend 'path' to MAXPATHLEN.okan2014-09-061-10/+13
| * Move termpath and lockpath into cmdq; side effect is that 'lock' andokan2014-09-061-3/+16
| * add explicit paran and drop some empty lines bringing like functions closerokan2014-09-011-1/+0
| * Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyokan2014-08-251-0/+6
* | cvsimportokan2014-01-301-0/+2
|\|
| * Move cwm_status around to avoid header fu, and remove extraneous signalokan2014-01-301-0/+2
* | cvsimportokan2014-01-291-1/+1
|\|
| * Minimize trivial differences between a few kb and mb functions.okan2014-01-291-1/+1
* | cvsimportokan2014-01-241-39/+29
|\|