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