| Commit message (Expand) | Author | Lines |
2021-04-27 | Do not include ignored clients in the window menu | Wolfgang Müller | -0/+2 |
2021-04-27 | Warp pointer to last active window if there is no active client | Walter Alejandro Iglesias | -0/+10 |
2021-04-27 | Return the window position overlay menu to its old format | Wynn Wolf Arbor | -2/+2 |
2021-04-27 | Fix several sign-compare warnings | Wynn Wolf Arbor | -1/+3 |
2021-04-27 | Calculate colors using the client's visual and colormap | Wynn Wolf Arbor | -2/+2 |
2021-04-27 | Remove wm menu | Wynn Wolf Arbor | -27/+0 |
2021-04-27 | Remove ssh menu | Wynn Wolf Arbor | -66/+0 |
2021-04-27 | Add BSD compatibility functions and headers | Wynn Wolf Arbor | -1/+1 |
2020-03-26 | Simplify conditional construct. | tim | -6/+3 |
2020-03-26 | No need to lookup current client early; move to right before it is needed. | okan | -4/+2 |
2020-03-18 | Unrelated style fixes, consistency changes and sorting, appropriate dosage/re... | okan | -14/+56 |
2020-03-18 | Ensure the pointer stays within client bounds after a window 'snap' (to edge). | okan | -1/+2 |
2019-08-24 | Because cwm warps the pointer during a client move (to stay within the client... | okan | -1/+3 |
2019-03-07 | Teach client_current() to use a screen to find the current client instead of | okan | -2/+2 |
2019-03-07 | shuffle deck chairs: rename group actions to match intent for clarity | okan | -10/+10 |
2019-03-04 | Separate out the menu window from the client resize/move geom window; in each | okan | -11/+10 |
2019-02-25 | Add 'group-close-[n]' action to close all windows within specified group. | okan | -1/+7 |
2019-02-22 | Rename internal functions to delinate between client remove, delete and xproto | okan | -3/+3 |
2019-02-13 | fix missing includes | okan | -1/+2 |
2017-12-29 | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | okan | -29/+31 |
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | okan | -3/+10 |
2017-12-29 | Merge group_toggle_membership_leave into the buttonrelease event and only do | okan | -2/+2 |
2017-12-29 | add helper function client_show to bring together like actions for unhide/raise | okan | -5/+2 |
2017-12-19 | Use a variable to keep track of flags for menu_filter(). | okan | -14/+22 |
2017-12-11 | Unconditionally show prompt on menus, regardless of invocation. | okan | -6/+4 |
2017-12-07 | Original idea from Dimitris Papastamos to move windows to corners a while ago; | okan | -1/+37 |
2017-12-07 | give command and group menus their own match callbacks | okan | -6/+5 |
2017-12-07 | spacing | okan | -4/+3 |
2017-11-30 | Revert r1.109 (Switch to XWindowEvent() pulling out events that match the mask | okan | -3/+3 |
2017-07-14 | remove extra parentheses | okan | -3/+3 |
2017-07-14 | Pull over the remaining re-implemented window move/resize functions and create | okan | -3/+140 |
2017-07-12 | rename one function, matching others, to help upcoming change | okan | -2/+2 |
2017-07-10 | Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo. | okan | -12/+11 |
2017-05-09 | Alter callbacks to take a struct instead of a growing number of arguments; | okan | -51/+50 |
2017-05-01 | Clean up, unify and accurately calculate edge distance with client move/resize | okan | -44/+22 |
2017-01-05 | Ensure client stays inbound on key-based resize; based on logic existing in | okan | -1/+5 |
2016-12-06 | Add search_print_text(), a default callback for mi->print in menu_filter(). W... | okan | -4/+4 |
2016-12-06 | Consistent use of menuq_add for ssh menu. | okan | -2/+2 |
2016-12-01 | Tame the number of 'exec' and 'path' search_match wrappers. No functional | okan | -2/+2 |
2016-12-01 | Switch ssh menu to search_match_text; like group/window/cmd menus, use only a | okan | -2/+2 |
2016-12-01 | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | okan | -2/+3 |
2016-11-15 | Use an additional check with lstat(2) when d_type is unknown. | okan | -4/+11 |
2016-11-15 | revert previous; upcoming changes will hopefully deal with these more | okan | -23/+1 |
2016-11-15 | Add a wrapper based upon xevent handlers around client move/resize for key and | okan | -1/+23 |
2016-10-24 | Make it clear these are flags. | okan | -7/+7 |
2016-10-24 | Sprinkle __func__ in appropriate error messages. | okan | -4/+4 |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | okan | -167/+171 |
2016-10-06 | Rename 2 kbfunc to match closer to what they do | okan | -3/+3 |
2016-10-06 | Add an argument to the callbacks to pass the xevent context, button or | okan | -36/+36 |
2016-10-03 | For both kb and mouse move, it is possible to grab a client and move it | okan | -2/+14 |