summary refs log tree commit diff
path: root/kbfunc.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimportLeah Neukirchen2017-07-271-3/+140
|\
| * remove extra parenthesesokan2017-07-141-2/+2
| * Pull over the remaining re-implemented window move/resize functions and createokan2017-07-141-2/+139
| * rename one function, matching others, to help upcoming changeokan2017-07-121-1/+1
* | drop fgetln.cLeah Neukirchen2017-07-111-0/+3
* | cvsimportLeah Neukirchen2017-07-111-11/+10
|\|
| * Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo.okan2017-07-101-11/+10
* | cvsimportokan2017-05-091-93/+70
|\|
| * Alter callbacks to take a struct instead of a growing number of arguments;okan2017-05-091-50/+49
| * Clean up, unify and accurately calculate edge distance with client move/resizeokan2017-05-011-43/+21
* | cvsimportokan2017-01-051-0/+4
|\|
| * Ensure client stays inbound on key-based resize; based on logic existing inokan2017-01-051-0/+4
* | fix buildChristian Neukirchen2016-12-161-1/+0
* | cvsimportChristian Neukirchen2016-12-161-9/+12
|\|
| * Add search_print_text(), a default callback for mi->print in menu_filter(). W...okan2016-12-061-3/+3
| * Consistent use of menuq_add for ssh menu.okan2016-12-061-1/+1
| * Tame the number of 'exec' and 'path' search_match wrappers. No functionalokan2016-12-011-1/+1
| * Switch ssh menu to search_match_text; like group/window/cmd menus, use only aokan2016-12-011-1/+1
| * Change 'menu-window' to display all windows; then add 'menu-window-hidden' forokan2016-12-011-1/+2
| * Use an additional check with lstat(2) when d_type is unknown.okan2016-11-151-3/+10
| * revert previous; upcoming changes will hopefully deal with these moreokan2016-11-151-22/+0
| * Add a wrapper based upon xevent handlers around client move/resize for key andokan2016-11-151-0/+22
* | cvsimportokan2016-10-241-176/+209
|\|
| * Make it clear these are flags.okan2016-10-241-6/+6
| * Sprinkle __func__ in appropriate error messages.okan2016-10-241-3/+3
| * Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-181-166/+170
| * Rename 2 kbfunc to match closer to what they dookan2016-10-061-2/+2
| * Add an argument to the callbacks to pass the xevent context, button orokan2016-10-061-35/+35
| * For both kb and mouse move, it is possible to grab a client and move itokan2016-10-031-1/+13
| * client_ptrwarp should not deal with unhiding or raising clients (non ptrokan2016-10-031-0/+2
| * Continue merging kb and mouse functions: foldokan2016-09-221-7/+22
* | cvsimportokan2015-11-171-7/+9
|\|
| * If a client does not set increment values, use 'moveamount' as a way tookan2015-11-171-7/+9
* | cvsimportokan2015-11-121-96/+113
|\|
| * more client vs screen context differencesokan2015-11-121-4/+4
| * If a client sets hints, honor them for kb resize requests, just like weokan2015-11-121-4/+4
| * Move kb pointer movement out of the kbfunc_client_moveresize since it'sokan2015-11-121-75/+92
| * Partial revert of replacing screen_area() with region_find(); until aokan2015-11-111-5/+6
| * Use position on root to figure out region.okan2015-11-101-3/+2
| * Start cleaning up name vs function differences; replace magic numbers.okan2015-11-101-17/+17
| * Extend region to include both view and work areas; switch tookan2015-11-091-5/+5
* | cvsimportokan2015-09-231-2/+3
|\|
| * On execwm, we should properly release resources before exec'ing into aokan2015-09-161-2/+3
* | cvsimportokan2015-08-281-10/+9
|\|
| * Lost fix from r1.112; add comment.okan2015-08-281-1/+2
| * Move client cycle grab/ungrab into a more relevant place; while here,okan2015-08-271-8/+2
| * _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, notokan2015-08-211-1/+1
| * Instead of special casing the 'term' and 'lock' commands, go back tookan2015-08-211-2/+6
* | cvsimportokan2015-07-121-1/+26
|\|
| * introduce 'groupsearch' for group menu search; matches on either groupokan2015-07-121-0/+25