| Commit message (Expand) | Author | Lines |
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 |
2016-09-12 | Switch to just malloc since we need initialize most everything anyway. | okan | -6/+8 |
2016-09-02 | Simplify toggling flags; from Vadim Vygonets. | okan | -16/+4 |
2016-09-01 | Do not draw borders on ignored clients when returning from fullscreen; | okan | -2/+3 |
2016-09-01 | Remove redundant minimum client size adjustment (minw and minh are | okan | -4/+1 |
2015-11-12 | If a client sets hints, honor them for kb resize requests, just like we | okan | -1/+3 |
2015-11-11 | Partial revert of replacing screen_area() with region_find(); until a | okan | -49/+47 |
2015-11-10 | Start cleaning up name vs function differences; replace magic numbers. | okan | -4/+4 |
2015-11-09 | Extend region to include both view and work areas; switch to | okan | -47/+49 |
2015-09-23 | Only when mapping clients from an initial wm start or restart, query the | okan | -1/+11 |
2015-08-27 | Mechanical change: group->gc | okan | -8/+8 |
2015-08-27 | Add consistent checks against NULL. | okan | -5/+6 |
2015-08-27 | Move client cycle grab/ungrab into a more relevant place; while here, | okan | -1/+5 |
2015-08-25 | Split out sticky mode checks and the restoring of a client's group and | okan | -4/+12 |
2015-08-24 | Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but | okan | -1/+3 |
2015-08-24 | Don't allow freeze operations on fullscreen (consistent with what | okan | -1/+4 |
2015-08-23 | Move CLIENT_STICKY logic from client hide/unhide to group hide/unhide; | okan | -7/+1 |
2015-08-21 | Fix whitespace. | okan | -3/+3 |
2015-08-21 | Add client freeze extension to _NET_WM_STATE Atom, allowing flag to | okan | -1/+3 |
2015-08-21 | _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not | okan | -4/+4 |
2015-08-21 | Bring group and client cycle closer together. | okan | -12/+12 |
2015-07-01 | style | okan | -5/+5 |
2015-06-30 | Re-implement XClientMessage handling so that we can feed screen_find and | okan | -2/+3 |
2015-06-28 | move client_find down | okan | -16/+16 |
2015-06-28 | replace assert usage | okan | -4/+3 |
2015-06-26 | Mechanical change from xinerama to region backed areas. | okan | -58/+58 |
2015-06-08 | stash window dimensions | okan | -1/+4 |
2015-05-20 | fill in mwm defines | okan | -3/+3 |
2015-03-29 | plug a leak | okan | -1/+2 |
2015-01-23 | First restore net_wm_state(ewmh), then wm_state(iccc); prevents clients | okan | -7/+6 |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | -2/+3 |
2014-09-27 | these have nothing to do with 'sticky', but rather group membership; rename. | okan | -2/+2 |
2014-09-17 | these client actions are just toggles; less confusing with better names | okan | -8/+8 |
2014-09-17 | ewmh states _NET_WM_STATE_STICKY should not alter position | okan | -4/+4 |