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 | check cc->gc directly | Okan Demirmen |
2019-03-07 | gc clientq inside groups, instead use the better maintained one per-screen | Okan Demirmen |
2019-02-28 | Selectively hide and show clients based on state; merge client_unhide() and | Okan Demirmen |
2019-02-23 | simplify screen 'area' usage for initial client placement | Okan Demirmen |
2019-02-22 | restore order from before r1.248 (vtile/vtile containment changes). | Okan Demirmen |
2019-02-22 | Rename internal functions to delinate between client remove, delete and xproto | Okan Demirmen |
2019-02-22 | Limit vtile/htile actions to clients fully within the screen of master client. | Okan Demirmen |
2018-11-13 | Allow 'transientfor' clients to inherit group and bwidth either during init or | Okan Demirmen |
2018-11-08 | Use the original client border width to adjust initial placement of clients | Okan Demirmen |
2018-02-06 | Use screen's saved view instead of re-querying the server. | Okan Demirmen |
2017-12-29 | As done for buttonrelease, work specific un-cycling and un-highlighting actions | Okan Demirmen |
2017-12-29 | add helper function client_show to bring together like actions for unhide/raise | Okan Demirmen |
2017-12-22 | Fix a few comments and while here, wrap some long lines. | Okan Demirmen |
2017-12-19 | Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerily | Okan Demirmen |
2017-05-05 | Ensure clients stay within the viewable bounds on placement, even with empty | 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 |
2017-04-24 | sort | Okan Demirmen |
2017-04-24 | Raise the previously focused window, instead of the previous window in the | Okan Demirmen |
2017-04-24 | For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand it | Okan Demirmen |
2017-02-06 | Call client_resize instead of client_move after client_placecalc since the size | Okan Demirmen |
2016-12-19 | When a window has a user or program specified position, ensure the edge of the | Okan Demirmen |
2016-12-06 | stray newlines | Okan Demirmen |
2016-12-06 | Set dim.{x,y} during client_init and update on resize, instead of | Okan Demirmen |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | Okan Demirmen |
2016-10-06 | Check the ptr bounds in the new client during cycling, since not all | Okan Demirmen |
2016-10-04 | Calculate client nameqlen in client_setname(), the only place it's | Okan Demirmen |
2016-10-03 | Defaults are split between defines and conf_init(); normalize these, as | Okan Demirmen |
2016-10-03 | client_ptrwarp should not deal with unhiding or raising clients (non ptr | Okan Demirmen |
2016-09-30 | Set the initial ptr position during client init, instead of waiting | Okan Demirmen |
2016-09-20 | de-static client_inbound() | Okan Demirmen |
2016-09-20 | Get rid of curcc, instead cycle through the queue; removes the need for | Okan Demirmen |
2016-09-16 | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | Okan Demirmen |
2016-09-14 | Some clients fail to setup hints at all, so initalize for them; fallout | Okan Demirmen |
2016-09-14 | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | Okan Demirmen |
2016-09-13 | init label | Okan Demirmen |
2016-09-12 | Switch to just malloc since we need initialize most everything anyway. | Okan Demirmen |
2016-09-02 | Simplify toggling flags; from Vadim Vygonets. | Okan Demirmen |
2016-09-01 | Do not draw borders on ignored clients when returning from fullscreen; | Okan Demirmen |
2016-09-01 | Remove redundant minimum client size adjustment (minw and minh are | Okan Demirmen |
2015-11-12 | If a client sets hints, honor them for kb resize requests, just like we | Okan Demirmen |
2015-11-11 | Partial revert of replacing screen_area() with region_find(); until a | Okan Demirmen |
2015-11-10 | Start cleaning up name vs function differences; replace magic numbers. | Okan Demirmen |
2015-11-09 | Extend region to include both view and work areas; switch to | Okan Demirmen |
2015-09-23 | Only when mapping clients from an initial wm start or restart, query the | Okan Demirmen |
2015-08-27 | Mechanical change: group->gc | Okan Demirmen |
2015-08-27 | Add consistent checks against NULL. | Okan Demirmen |
2015-08-27 | Move client cycle grab/ungrab into a more relevant place; while here, | Okan Demirmen |
2015-08-25 | Split out sticky mode checks and the restoring of a client's group and | Okan Demirmen |