Age | Commit message (Expand) | Author |
2019-03-07 | Teach client_current() to use a screen to find the current client instead of | Okan Demirmen |
2019-03-07 | shuffle deck chairs: rename group actions to match intent for clarity | Okan Demirmen |
2019-03-04 | Separate out the menu window from the client resize/move geom window; in each | Okan Demirmen |
2019-02-25 | Add 'group-close-[n]' action to close all windows within specified group. | Okan Demirmen |
2019-02-22 | Rename internal functions to delinate between client remove, delete and xproto | Okan Demirmen |
2019-02-13 | fix missing includes | Okan Demirmen |
2017-12-29 | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | Okan Demirmen |
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | Okan Demirmen |
2017-12-29 | Merge group_toggle_membership_leave into the buttonrelease event and only do | Okan Demirmen |
2017-12-29 | add helper function client_show to bring together like actions for unhide/raise | Okan Demirmen |
2017-12-19 | Use a variable to keep track of flags for menu_filter(). | Okan Demirmen |
2017-12-11 | Unconditionally show prompt on menus, regardless of invocation. | Okan Demirmen |
2017-12-07 | Original idea from Dimitris Papastamos to move windows to corners a while ago; | Okan Demirmen |
2017-12-07 | give command and group menus their own match callbacks | Okan Demirmen |
2017-12-07 | spacing | Okan Demirmen |
2017-11-30 | Revert r1.109 (Switch to XWindowEvent() pulling out events that match the mask | Okan Demirmen |
2017-07-14 | remove extra parentheses | Okan Demirmen |
2017-07-14 | Pull over the remaining re-implemented window move/resize functions and create | Okan Demirmen |
2017-07-12 | rename one function, matching others, to help upcoming change | Okan Demirmen |
2017-07-10 | Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo. | Okan Demirmen |
2017-05-09 | Alter callbacks to take a struct instead of a growing number of arguments; | Okan Demirmen |
2017-05-01 | Clean up, unify and accurately calculate edge distance with client move/resize | Okan Demirmen |
2017-01-05 | Ensure client stays inbound on key-based resize; based on logic existing in | Okan Demirmen |
2016-12-06 | Add search_print_text(), a default callback for mi->print in menu_filter(). W... | Okan Demirmen |
2016-12-06 | Consistent use of menuq_add for ssh menu. | Okan Demirmen |
2016-12-01 | Tame the number of 'exec' and 'path' search_match wrappers. No functional | Okan Demirmen |
2016-12-01 | Switch ssh menu to search_match_text; like group/window/cmd menus, use only a | Okan Demirmen |
2016-12-01 | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | Okan Demirmen |
2016-11-15 | Use an additional check with lstat(2) when d_type is unknown. | Okan Demirmen |
2016-11-15 | revert previous; upcoming changes will hopefully deal with these more | Okan Demirmen |
2016-11-15 | Add a wrapper based upon xevent handlers around client move/resize for key and | Okan Demirmen |
2016-10-24 | Make it clear these are flags. | Okan Demirmen |
2016-10-24 | Sprinkle __func__ in appropriate error messages. | Okan Demirmen |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | Okan Demirmen |
2016-10-06 | Rename 2 kbfunc to match closer to what they do | Okan Demirmen |
2016-10-06 | Add an argument to the callbacks to pass the xevent context, button or | Okan Demirmen |
2016-10-03 | For both kb and mouse move, it is possible to grab a client and move it | Okan Demirmen |
2016-10-03 | client_ptrwarp should not deal with unhiding or raising clients (non ptr | Okan Demirmen |
2016-09-22 | Continue merging kb and mouse functions: fold | Okan Demirmen |
2015-11-17 | If a client does not set increment values, use 'moveamount' as a way to | Okan Demirmen |
2015-11-12 | more client vs screen context differences | Okan Demirmen |
2015-11-12 | If a client sets hints, honor them for kb resize requests, just like we | Okan Demirmen |
2015-11-12 | Move kb pointer movement out of the kbfunc_client_moveresize since it's | Okan Demirmen |
2015-11-11 | Partial revert of replacing screen_area() with region_find(); until a | Okan Demirmen |
2015-11-10 | Use position on root to figure out region. | Okan Demirmen |
2015-11-10 | Start cleaning up name vs function differences; replace magic numbers. | Okan Demirmen |
2015-11-09 | Extend region to include both view and work areas; switch to | Okan Demirmen |
2015-09-16 | On execwm, we should properly release resources before exec'ing into a | Okan Demirmen |
2015-08-28 | Lost fix from r1.112; add comment. | Okan Demirmen |
2015-08-27 | Move client cycle grab/ungrab into a more relevant place; while here, | Okan Demirmen |