| Commit message (Expand) | Author | Lines |
2021-04-27 | Raise windows automatically when entering fullscreen | Wynn Wolf Arbor | -0/+2 |
2021-04-27 | Calculate colors using the client's visual and colormap | Wynn Wolf Arbor | -6/+10 |
2021-04-27 | Remove matching on window title history | Wynn Wolf Arbor | -31/+0 |
2021-04-27 | Add BSD compatibility functions and headers | Wynn Wolf Arbor | -1/+1 |
2021-04-27 | Keep pointer within window on maximize/fullscreen toggle | kn@openbsd.org | -1/+5 |
2020-04-18 | Allow configuring a percentage window size of the master window during htile/... | okan | -3/+5 |
2020-03-26 | Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to d... | okan | -12/+2 |
2020-03-26 | Recommit 1.259, but now with TAILQ_FOREACH_SAFE. | tim | -10/+12 |
2020-03-18 | Revert previous. Causes a crash as reported by Tom Murphy. | tim | -10/+8 |
2020-03-18 | Plug two memory leaks. Also get rid of a variable that is no longer necessary. | tim | -8/+10 |
2020-03-18 | Remove ColormaskChange from event-mask since there's no event handler. | okan | -3/+3 |
2020-03-18 | Unrelated style fixes, consistency changes and sorting, appropriate dosage/re... | okan | -211/+138 |
2020-03-18 | Allow the 'empty' group clients to be window-{h,v}tile'd. | okan | -7/+1 |
2019-03-07 | Teach client_current() to use a screen to find the current client instead of | okan | -6/+13 |
2019-03-07 | check cc->gc directly | okan | -5/+3 |
2019-03-07 | gc clientq inside groups, instead use the better maintained one per-screen | okan | -8/+13 |
2019-02-28 | Selectively hide and show clients based on state; merge client_unhide() and | okan | -14/+5 |
2019-02-23 | simplify screen 'area' usage for initial client placement | okan | -14/+9 |
2019-02-22 | restore order from before r1.248 (vtile/vtile containment changes). | okan | -3/+2 |
2019-02-22 | Rename internal functions to delinate between client remove, delete and xproto | okan | -3/+3 |
2019-02-22 | Limit vtile/htile actions to clients fully within the screen of master client. | okan | -13/+30 |
2018-11-13 | Allow 'transientfor' clients to inherit group and bwidth either during init or | okan | -17/+22 |
2018-11-08 | Use the original client border width to adjust initial placement of clients | okan | -1/+8 |
2018-02-06 | Use screen's saved view instead of re-querying the server. | okan | -10/+5 |
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | okan | -22/+2 |
2017-12-29 | add helper function client_show to bring together like actions for unhide/raise | okan | -1/+10 |
2017-12-22 | Fix a few comments and while here, wrap some long lines. | okan | -17/+11 |
2017-12-19 | Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerily | okan | -2/+16 |
2017-05-05 | Ensure clients stay within the viewable bounds on placement, even with empty | okan | -9/+9 |
2017-05-01 | Clean up, unify and accurately calculate edge distance with client move/resize | okan | -1/+19 |
2017-04-26 | Switch bwidth type; unfortunately X11 is inconsistent. | okan | -6/+6 |
2017-04-24 | sort | okan | -11/+11 |
2017-04-24 | Raise the previously focused window, instead of the previous window in the | okan | -2/+4 |
2017-04-24 | For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand it | okan | -1/+3 |
2017-02-06 | Call client_resize instead of client_move after client_placecalc since the size | okan | -2/+2 |
2016-12-19 | When a window has a user or program specified position, ensure the edge of the | okan | -12/+14 |
2016-12-06 | stray newlines | okan | -2/+1 |
2016-12-06 | Set dim.{x,y} during client_init and update on resize, instead of | okan | -4/+5 |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | okan | -7/+7 |
2016-10-06 | Check the ptr bounds in the new client during cycling, since not all | okan | -1/+5 |
2016-10-04 | Calculate client nameqlen in client_setname(), the only place it's | okan | -7/+8 |
2016-10-03 | Defaults are split between defines and conf_init(); normalize these, as | okan | -2/+2 |
2016-10-03 | client_ptrwarp should not deal with unhiding or raising clients (non ptr | okan | -6/+2 |
2016-09-30 | Set the initial ptr position during client init, instead of waiting | okan | -13/+8 |
2016-09-20 | de-static client_inbound() | okan | -3/+2 |
2016-09-20 | Get rid of curcc, instead cycle through the queue; removes the need for | okan | -21/+13 |
2016-09-16 | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | okan | -6/+6 |
2016-09-14 | Some clients fail to setup hints at all, so initalize for them; fallout | okan | -1/+2 |
2016-09-14 | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | okan | -7/+7 |
2016-09-13 | init label | okan | -1/+2 |