aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c (follow)
Commit message (Expand)AuthorAgeLines
* Add search_print_text(), a default callback for mi->print in menu_filter(). W...okan2016-12-06-4/+4
* Consistent use of menuq_add for ssh menu.okan2016-12-06-2/+2
* Tame the number of 'exec' and 'path' search_match wrappers. No functionalokan2016-12-01-2/+2
* Switch ssh menu to search_match_text; like group/window/cmd menus, use only aokan2016-12-01-2/+2
* Change 'menu-window' to display all windows; then add 'menu-window-hidden' forokan2016-12-01-2/+3
* Use an additional check with lstat(2) when d_type is unknown.okan2016-11-15-4/+11
* revert previous; upcoming changes will hopefully deal with these moreokan2016-11-15-23/+1
* Add a wrapper based upon xevent handlers around client move/resize for key andokan2016-11-15-1/+23
* Make it clear these are flags.okan2016-10-24-7/+7
* Sprinkle __func__ in appropriate error messages.okan2016-10-24-4/+4
* Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-18-167/+171
* Rename 2 kbfunc to match closer to what they dookan2016-10-06-3/+3
* Add an argument to the callbacks to pass the xevent context, button orokan2016-10-06-36/+36
* For both kb and mouse move, it is possible to grab a client and move itokan2016-10-03-2/+14
* client_ptrwarp should not deal with unhiding or raising clients (non ptrokan2016-10-03-1/+3
* Continue merging kb and mouse functions: foldokan2016-09-22-8/+23
* If a client does not set increment values, use 'moveamount' as a way tookan2015-11-17-8/+10
* more client vs screen context differencesokan2015-11-12-5/+5
* If a client sets hints, honor them for kb resize requests, just like weokan2015-11-12-5/+5
* Move kb pointer movement out of the kbfunc_client_moveresize since it'sokan2015-11-12-76/+93
* Partial revert of replacing screen_area() with region_find(); until aokan2015-11-11-6/+7
* Use position on root to figure out region.okan2015-11-10-4/+3
* Start cleaning up name vs function differences; replace magic numbers.okan2015-11-10-18/+18
* Extend region to include both view and work areas; switch tookan2015-11-09-6/+6
* On execwm, we should properly release resources before exec'ing into aokan2015-09-16-3/+4
* Lost fix from r1.112; add comment.okan2015-08-28-2/+3
* Move client cycle grab/ungrab into a more relevant place; while here,okan2015-08-27-9/+3
* _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, notokan2015-08-21-2/+2
* Instead of special casing the 'term' and 'lock' commands, go back tookan2015-08-21-3/+7
* introduce 'groupsearch' for group menu search; matches on either groupokan2015-07-12-1/+26
* revert previous; seems search_match_text() needs mi->text pre-populated.okan2015-07-03-2/+2
* no longer need to pass down format strings after introducing search_print_cmdokan2015-06-30-2/+2
* Introduce a callback for cmd menu printing, special-casing 'lock' andokan2015-06-30-2/+2
* Shuffle code in kbfunc_ssh so that a missing known_hosts file stillokan2015-06-29-8/+7
* Mechanical change from xinerama to region backed areas.okan2015-06-26-5/+5
* just populating the ctx is enough since the menu uses a callback and ignores ...okan2015-06-08-2/+2
* merge kbd and mouse grouptoggleokan2015-05-21-4/+6
* Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-19-5/+6
* 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