| Commit message (Expand) | Author | Age | Lines |
* | add, then use, xvasprintf, checking for appropriate return. | okan | 2020-03-18 | -1/+3 |
* | Teach client_current() to use a screen to find the current client instead of | okan | 2019-03-07 | -2/+2 |
* | gc clientq inside groups, instead use the better maintained one per-screen | okan | 2019-03-07 | -3/+1 |
* | shuffle deck chairs: rename group actions to match intent for clarity | okan | 2019-03-07 | -4/+4 |
* | Separate out the menu window from the client resize/move geom window; in each | okan | 2019-03-04 | -9/+8 |
* | fix a few misplaced (and misnamed) ewmh root window functions | okan | 2019-03-04 | -3/+3 |
* | Tie group number and name together during config. | okan | 2019-03-01 | -2/+3 |
* | Selectively hide and show clients based on state; merge client_unhide() and | okan | 2019-02-28 | -2/+1 |
* | Add 'group-close-[n]' action to close all windows within specified group. | okan | 2019-02-25 | -1/+3 |
* | Rename internal functions to delinate between client remove, delete and xproto | okan | 2019-02-22 | -4/+4 |
* | Use the original client border width to adjust initial placement of clients | okan | 2018-11-08 | -1/+2 |
* | Remove unused prototype; from Ross L Richardson. | okan | 2018-07-16 | -2/+1 |
* | Store the screen's visual type and colormap. | okan | 2018-02-13 | -1/+3 |
* | Consolidate region 'view' and 'area'. | okan | 2018-02-13 | -2/+1 |
* | limit scope of screen_apply_gap() | okan | 2018-02-09 | -2/+1 |
* | Clean up conf_file/homedir and conf_init() bits. | okan | 2018-02-09 | -5/+3 |
* | Slightly expand and expose verbose debugging. | okan | 2018-02-04 | -10/+9 |
* | Add a simple debug logging mechanism. | okan | 2018-02-02 | -1/+11 |
* | Simplification; use asprintf where appropriate now. | okan | 2018-02-02 | -5/+5 |
* | Use func attributes where appropriate. | okan | 2018-02-01 | -3/+6 |
* | Generate name_to_func[] in a clean and readable fashion. | okan | 2018-01-23 | -2/+10 |
* | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | okan | 2017-12-29 | -5/+9 |
* | As done for buttonrelease, work specific un-cycling and un-highlighting actions | okan | 2017-12-29 | -2/+2 |
* | Merge group_toggle_membership_leave into the buttonrelease event and only do | okan | 2017-12-29 | -3/+2 |
* | add helper function client_show to bring together like actions for unhide/raise | okan | 2017-12-29 | -1/+2 |
* | Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerily | okan | 2017-12-19 | -2/+11 |
* | remove duplicate ExposureMask | okan | 2017-12-15 | -3/+3 |
* | Unconditionally show prompt on menus, regardless of invocation. | okan | 2017-12-11 | -3/+3 |
* | Original idea from Dimitris Papastamos to move windows to corners a while ago; | okan | 2017-12-07 | -1/+2 |
* | give command and group menus their own match callbacks | okan | 2017-12-07 | -1/+5 |
* | stash dir into conf since it'll be of use | okan | 2017-12-07 | -2/+2 |
* | Pull over the remaining re-implemented window move/resize functions and create | okan | 2017-07-14 | -4/+1 |
* | rename one function, matching others, to help upcoming change | okan | 2017-07-12 | -2/+2 |
* | Alter callbacks to take a struct instead of a growing number of arguments; | okan | 2017-05-09 | -61/+51 |
* | Clean up, unify and accurately calculate edge distance with client move/resize | okan | 2017-05-01 | -1/+2 |
* | Switch bwidth type; unfortunately X11 is inconsistent. | okan | 2017-04-26 | -2/+2 |
* | Add search_print_text(), a default callback for mi->print in menu_filter(). W... | okan | 2016-12-06 | -1/+2 |
* | Tame the number of 'exec' and 'path' search_match wrappers. No functional | okan | 2016-12-01 | -4/+2 |
* | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | okan | 2016-12-01 | -1/+3 |
* | revert previous; upcoming changes will hopefully deal with these more | okan | 2016-11-15 | -3/+1 |
* | Add a wrapper based upon xevent handlers around client move/resize for key and | okan | 2016-11-15 | -1/+3 |
* | Define callbacks, then default bindings. | okan | 2016-11-14 | -2/+2 |
* | Get rid of 'matchname'; it's too surprising to have the menu change during | okan | 2016-10-24 | -2/+1 |
* | Refactor callbacks to take a void * so as to not try and generalize into | okan | 2016-10-18 | -120/+122 |
* | remove another unused proto | okan | 2016-10-12 | -2/+1 |
* | Rename 2 kbfunc to match closer to what they do | okan | 2016-10-06 | -4/+4 |
* | Add an argument to the callbacks to pass the xevent context, button or | okan | 2016-10-06 | -38/+38 |
* | Stash wmname into conf. | okan | 2016-10-05 | -2/+2 |
* | When removing xrandr regions, ensure clients are within the bounds of | okan | 2016-10-04 | -1/+2 |
* | Calculate client nameqlen in client_setname(), the only place it's | okan | 2016-10-04 | -3/+2 |