about summary refs log tree commit diff
path: root/kbfunc.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimport v7.4okan2023-07-201-1/+3
|\
| * Allow cwm(1) to cycle through windows of the same window class as the HEAD masterokan2023-07-201-1/+3
* | cvsimportokan2022-02-271-2/+19
|\|
| * cycling fix: when no client is active, warp pointer to last active;okan2022-02-271-1/+10
| * whitespaceokan2022-02-261-1/+1
| * Add group-last command that shows only the previously active group; ok okanop2022-01-271-0/+8
* | cvsimportLeah Neukirchen2020-05-141-21/+58
|\|
| * Simplify conditional construct.tim2020-03-201-5/+2
| * No need to lookup current client early; move to right before it isokan2020-03-201-3/+1
| * Unrelated style fixes, consistency changes and sorting, appropriateokan2020-02-271-13/+55
* | cvsimportokan2020-02-071-0/+1
|\|
| * Ensure the pointer stays within client bounds after a window 'snap' (to edge).okan2020-01-211-0/+1
* | cvsimportokan2019-08-131-0/+2
|\|
| * Because cwm warps the pointer during a client move (to stay within the client),okan2019-08-131-0/+2
* | cvsimportokan2019-03-111-20/+19
|\|
| * Teach client_current() to use a screen to find the current client instead ofokan2019-03-071-1/+1
| * shuffle deck chairs: rename group actions to match intent for clarityokan2019-03-071-9/+9
| * Separate out the menu window from the client resize/move geom window; in eachokan2019-03-041-10/+9
* | cvsimportLeah Neukirchen2019-02-251-2/+9
|\|
| * Add 'group-close-[n]' action to close all windows within specified group.okan2019-02-251-0/+6
| * Rename internal functions to delinate between client remove, delete and xprotookan2019-02-221-2/+2
| * fix missing includesokan2019-02-131-0/+1
* | cvsimportokan2018-02-061-49/+61
|\|
| * Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan2017-12-291-28/+30
| * As done for buttonrelease, work specific un-cycling and un-highlighting actionsokan2017-12-291-2/+9
| * Merge group_toggle_membership_leave into the buttonrelease event and only dookan2017-12-291-1/+1
| * add helper function client_show to bring together like actions for unhide/raiseokan2017-12-291-4/+1
| * Use a variable to keep track of flags for menu_filter().okan2017-12-191-13/+21
| * Unconditionally show prompt on menus, regardless of invocation.okan2017-12-111-5/+3
* | cvsimportokan2017-12-071-8/+42
|\|
| * Original idea from Dimitris Papastamos to move windows to corners a while ago;okan2017-12-071-0/+36
| * give command and group menus their own match callbacksokan2017-12-071-5/+4
| * spacingokan2017-12-071-3/+2
* | cvsimportokan2017-11-301-2/+2
|\|
| * Revert r1.109 (Switch to XWindowEvent() pulling out events that match the maskokan2017-11-301-2/+2
* | 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