| Commit message (Expand) | Author | Lines |
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 |
2016-10-03 | client_ptrwarp should not deal with unhiding or raising clients (non ptr | okan | -1/+3 |
2016-09-22 | Continue merging kb and mouse functions: fold | okan | -8/+23 |
2015-11-17 | If a client does not set increment values, use 'moveamount' as a way to | okan | -8/+10 |
2015-11-12 | more client vs screen context differences | okan | -5/+5 |
2015-11-12 | If a client sets hints, honor them for kb resize requests, just like we | okan | -5/+5 |
2015-11-12 | Move kb pointer movement out of the kbfunc_client_moveresize since it's | okan | -76/+93 |
2015-11-11 | Partial revert of replacing screen_area() with region_find(); until a | okan | -6/+7 |
2015-11-10 | Use position on root to figure out region. | okan | -4/+3 |
2015-11-10 | Start cleaning up name vs function differences; replace magic numbers. | okan | -18/+18 |
2015-11-09 | Extend region to include both view and work areas; switch to | okan | -6/+6 |
2015-09-16 | On execwm, we should properly release resources before exec'ing into a | okan | -3/+4 |
2015-08-28 | Lost fix from r1.112; add comment. | okan | -2/+3 |
2015-08-27 | Move 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, not | okan | -2/+2 |
2015-08-21 | Instead of special casing the 'term' and 'lock' commands, go back to | okan | -3/+7 |