Age | Commit message (Expand) | Author |
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 |
2015-08-24 | Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but | Okan Demirmen |
2015-08-24 | Don't allow freeze operations on fullscreen (consistent with what | Okan Demirmen |
2015-08-23 | Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide; | Okan Demirmen |
2015-08-21 | Fix whitespace. | Okan Demirmen |
2015-08-21 | Add client freeze extension to _NET_WM_STATE Atom, allowing flag to | Okan Demirmen |
2015-08-21 | _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not | Okan Demirmen |
2015-08-21 | Bring group and client cycle closer together. | Okan Demirmen |
2015-07-01 | style | Okan Demirmen |
2015-06-30 | Re-implement XClientMessage handling so that we can feed screen_find and | Okan Demirmen |
2015-06-28 | move client_find down | Okan Demirmen |
2015-06-28 | replace assert usage | Okan Demirmen |
2015-06-26 | Mechanical change from xinerama to region backed areas. | Okan Demirmen |
2015-06-08 | stash window dimensions | Okan Demirmen |
2015-05-20 | fill in mwm defines | Okan Demirmen |
2015-03-29 | plug a leak | Okan Demirmen |
2015-01-23 | First restore net_wm_state(ewmh), then wm_state(iccc); prevents clients | Okan Demirmen |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | Okan Demirmen |
2014-09-27 | these have nothing to do with 'sticky', but rather group membership; rename. | Okan Demirmen |
2014-09-17 | these client actions are just toggles; less confusing with better names | Okan Demirmen |
2014-09-17 | ewmh states _NET_WM_STATE_STICKY should not alter position | Okan Demirmen |
2014-09-17 | don't toggle _WM_STATE_HIDDEN here yet | Okan Demirmen |
2014-09-17 | Implement EWMH _NET_WM_STATE_HIDDEN. | Okan Demirmen |
2014-09-15 | use similiar style for client flags | Okan Demirmen |
2014-09-10 | fold in 'active' into 'flags' | Okan Demirmen |
2014-09-08 | move the check for an empty queue up during cycle | Okan Demirmen |