aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c (unfollow)
Commit message (Expand)AuthorLines
2021-04-27Do not include ignored clients in the window menuWolfgang Müller-0/+2
2021-04-27Warp pointer to last active window if there is no active clientWalter Alejandro Iglesias-0/+10
2021-04-27Return the window position overlay menu to its old formatWynn Wolf Arbor-2/+2
2021-04-27Fix several sign-compare warningsWynn Wolf Arbor-1/+3
2021-04-27Calculate colors using the client's visual and colormapWynn Wolf Arbor-2/+2
2021-04-27Remove wm menuWynn Wolf Arbor-27/+0
2021-04-27Remove ssh menuWynn Wolf Arbor-66/+0
2021-04-27Add BSD compatibility functions and headersWynn Wolf Arbor-1/+1
2020-03-26Simplify conditional construct.tim-6/+3
2020-03-26No need to lookup current client early; move to right before it is needed.okan-4/+2
2020-03-18Unrelated style fixes, consistency changes and sorting, appropriate dosage/re...okan-14/+56
2020-03-18Ensure the pointer stays within client bounds after a window 'snap' (to edge).okan-1/+2
2019-08-24Because cwm warps the pointer during a client move (to stay within the client...okan-1/+3
2019-03-07Teach client_current() to use a screen to find the current client instead ofokan-2/+2
2019-03-07shuffle deck chairs: rename group actions to match intent for clarityokan-10/+10
2019-03-04Separate out the menu window from the client resize/move geom window; in eachokan-11/+10
2019-02-25Add 'group-close-[n]' action to close all windows within specified group.okan-1/+7
2019-02-22Rename internal functions to delinate between client remove, delete and xprotookan-3/+3
2019-02-13fix missing includesokan-1/+2
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan-29/+31
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