| Commit message (Expand) | Author | Lines |
2021-04-27 | Calculate colors using the client's visual and colormap | Wynn Wolf Arbor | -1/+3 |
2021-04-27 | Remove matching on window title history | Wynn Wolf Arbor | -3/+0 |
2021-04-27 | Remove wm menu | Wynn Wolf Arbor | -5/+0 |
2021-04-27 | Remove ssh menu | Wynn Wolf Arbor | -2/+0 |
2021-04-27 | Remove path completion in the exec menu | Wynn Wolf Arbor | -2/+0 |
2021-04-27 | Add BSD compatibility functions and headers | Wynn Wolf Arbor | -0/+20 |
2020-04-18 | Allow configuring a percentage window size of the master window during htile/... | okan | -1/+3 |
2020-03-26 | Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to d... | okan | -3/+2 |
2020-03-18 | Unrelated style fixes, consistency changes and sorting, appropriate dosage/re... | okan | -43/+36 |
2020-03-18 | add, then use, xvasprintf, checking for appropriate return. | okan | -1/+3 |
2019-03-07 | Teach client_current() to use a screen to find the current client instead of | okan | -2/+2 |
2019-03-07 | gc clientq inside groups, instead use the better maintained one per-screen | okan | -3/+1 |
2019-03-07 | shuffle deck chairs: rename group actions to match intent for clarity | okan | -4/+4 |
2019-03-04 | Separate out the menu window from the client resize/move geom window; in each | okan | -9/+8 |
2019-03-04 | fix a few misplaced (and misnamed) ewmh root window functions | okan | -3/+3 |
2019-03-01 | Tie group number and name together during config. | okan | -2/+3 |
2019-02-28 | Selectively hide and show clients based on state; merge client_unhide() and | okan | -2/+1 |
2019-02-25 | Add 'group-close-[n]' action to close all windows within specified group. | okan | -1/+3 |
2019-02-22 | Rename internal functions to delinate between client remove, delete and xproto | okan | -4/+4 |
2018-11-08 | Use the original client border width to adjust initial placement of clients | okan | -1/+2 |
2018-07-16 | Remove unused prototype; from Ross L Richardson. | okan | -2/+1 |
2018-02-13 | Store the screen's visual type and colormap. | okan | -1/+3 |
2018-02-13 | Consolidate region 'view' and 'area'. | okan | -2/+1 |
2018-02-09 | limit scope of screen_apply_gap() | okan | -2/+1 |
2018-02-09 | Clean up conf_file/homedir and conf_init() bits. | okan | -5/+3 |
2018-02-04 | Slightly expand and expose verbose debugging. | okan | -10/+9 |
2018-02-02 | Add a simple debug logging mechanism. | okan | -1/+11 |
2018-02-02 | Simplification; use asprintf where appropriate now. | okan | -5/+5 |
2018-02-01 | Use func attributes where appropriate. | okan | -3/+6 |
2018-01-23 | Generate name_to_func[] in a clean and readable fashion. | okan | -2/+10 |
2017-12-29 | Convert menu-exec-wm from an abritrary exec menu, into a config-based menu from | okan | -5/+9 |
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | okan | -2/+2 |
2017-12-29 | Merge group_toggle_membership_leave into the buttonrelease event and only do | okan | -3/+2 |
2017-12-29 | add helper function client_show to bring together like actions for unhide/raise | okan | -1/+2 |
2017-12-19 | Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerily | okan | -2/+11 |
2017-12-15 | remove duplicate ExposureMask | okan | -3/+3 |
2017-12-11 | Unconditionally show prompt on menus, regardless of invocation. | okan | -3/+3 |
2017-12-07 | Original idea from Dimitris Papastamos to move windows to corners a while ago; | okan | -1/+2 |
2017-12-07 | give command and group menus their own match callbacks | okan | -1/+5 |
2017-12-07 | stash dir into conf since it'll be of use | okan | -2/+2 |
2017-07-14 | Pull over the remaining re-implemented window move/resize functions and create | okan | -4/+1 |
2017-07-12 | rename one function, matching others, to help upcoming change | okan | -2/+2 |
2017-05-09 | Alter callbacks to take a struct instead of a growing number of arguments; | okan | -61/+51 |
2017-05-01 | Clean up, unify and accurately calculate edge distance with client move/resize | okan | -1/+2 |
2017-04-26 | Switch bwidth type; unfortunately X11 is inconsistent. | okan | -2/+2 |
2016-12-06 | Add search_print_text(), a default callback for mi->print in menu_filter(). W... | okan | -1/+2 |
2016-12-01 | Tame the number of 'exec' and 'path' search_match wrappers. No functional | okan | -4/+2 |
2016-12-01 | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | okan | -1/+3 |
2016-11-15 | revert previous; upcoming changes will hopefully deal with these more | okan | -3/+1 |
2016-11-15 | Add a wrapper based upon xevent handlers around client move/resize for key and | okan | -1/+3 |