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