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