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