aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c (unfollow)
Commit message (Expand)AuthorLines
2017-12-29As done for buttonrelease, work specific un-cycling and un-highlighting actionsokan-3/+10
2017-12-29Merge group_toggle_membership_leave into the buttonrelease event and only dookan-2/+2
2017-12-29add helper function client_show to bring together like actions for unhide/raiseokan-5/+2
2017-12-19Use a variable to keep track of flags for menu_filter().okan-14/+22
2017-12-11Unconditionally show prompt on menus, regardless of invocation.okan-6/+4
2017-12-07Original idea from Dimitris Papastamos to move windows to corners a while ago;okan-1/+37
2017-12-07give command and group menus their own match callbacksokan-6/+5
2017-12-07spacingokan-4/+3
2017-11-30Revert r1.109 (Switch to XWindowEvent() pulling out events that match the maskokan-3/+3
2017-07-14remove extra parenthesesokan-3/+3
2017-07-14Pull over the remaining re-implemented window move/resize functions and createokan-3/+140
2017-07-12rename one function, matching others, to help upcoming changeokan-2/+2
2017-07-10Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo.okan-12/+11
2017-05-09Alter callbacks to take a struct instead of a growing number of arguments;okan-51/+50
2017-05-01Clean up, unify and accurately calculate edge distance with client move/resizeokan-44/+22
2017-01-05Ensure client stays inbound on key-based resize; based on logic existing inokan-1/+5
2016-12-06Add search_print_text(), a default callback for mi->print in menu_filter(). W...okan-4/+4
2016-12-06Consistent use of menuq_add for ssh menu.okan-2/+2
2016-12-01Tame the number of 'exec' and 'path' search_match wrappers. No functionalokan-2/+2
2016-12-01Switch ssh menu to search_match_text; like group/window/cmd menus, use only aokan-2/+2
2016-12-01Change 'menu-window' to display all windows; then add 'menu-window-hidden' forokan-2/+3
2016-11-15Use an additional check with lstat(2) when d_type is unknown.okan-4/+11
2016-11-15revert previous; upcoming changes will hopefully deal with these moreokan-23/+1
2016-11-15Add a wrapper based upon xevent handlers around client move/resize for key andokan-1/+23
2016-10-24Make it clear these are flags.okan-7/+7
2016-10-24Sprinkle __func__ in appropriate error messages.okan-4/+4
2016-10-18Refactor callbacks to take a void * so as to not try and generalize intookan-167/+171
2016-10-06Rename 2 kbfunc to match closer to what they dookan-3/+3
2016-10-06Add an argument to the callbacks to pass the xevent context, button orokan-36/+36
2016-10-03For both kb and mouse move, it is possible to grab a client and move itokan-2/+14
2016-10-03client_ptrwarp should not deal with unhiding or raising clients (non ptrokan-1/+3
2016-09-22Continue merging kb and mouse functions: foldokan-8/+23
2015-11-17If a client does not set increment values, use 'moveamount' as a way tookan-8/+10
2015-11-12more client vs screen context differencesokan-5/+5
2015-11-12If a client sets hints, honor them for kb resize requests, just like weokan-5/+5
2015-11-12Move kb pointer movement out of the kbfunc_client_moveresize since it'sokan-76/+93
2015-11-11Partial revert of replacing screen_area() with region_find(); until aokan-6/+7
2015-11-10Use position on root to figure out region.okan-4/+3
2015-11-10Start cleaning up name vs function differences; replace magic numbers.okan-18/+18
2015-11-09Extend region to include both view and work areas; switch tookan-6/+6
2015-09-16On execwm, we should properly release resources before exec'ing into aokan-3/+4
2015-08-28Lost fix from r1.112; add comment.okan-2/+3
2015-08-27Move client cycle grab/ungrab into a more relevant place; while here,okan-9/+3
2015-08-21_NET_WM_STATE_STICKY implies only sticky at the group/desktop level, notokan-2/+2
2015-08-21Instead of special casing the 'term' and 'lock' commands, go back tookan-3/+7
2015-07-12introduce 'groupsearch' for group menu search; matches on either groupokan-1/+26
2015-07-03revert previous; seems search_match_text() needs mi->text pre-populated.okan-2/+2
2015-06-30no longer need to pass down format strings after introducing search_print_cmdokan-2/+2
2015-06-30Introduce a callback for cmd menu printing, special-casing 'lock' andokan-2/+2
2015-06-29Shuffle code in kbfunc_ssh so that a missing known_hosts file stillokan-8/+7