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