| Commit message (Expand) | Author | Age | Files | Lines |
* | move client_find down | okan | 2015-06-28 | 1 | -15/+15 |
* | replace assert usage | okan | 2015-06-28 | 1 | -3/+2 |
* | Mechanical change from xinerama to region backed areas. | okan | 2015-06-26 | 1 | -57/+57 |
* | stash window dimensions | okan | 2015-06-08 | 1 | -0/+3 |
* | fill in mwm defines | okan | 2015-05-20 | 1 | -2/+2 |
* | plug a leak | okan | 2015-03-29 | 1 | -0/+1 |
* | First restore net_wm_state(ewmh), then wm_state(iccc); prevents clients | okan | 2015-01-23 | 1 | -6/+5 |
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | 1 | -1/+2 |
* | these have nothing to do with 'sticky', but rather group membership; rename. | okan | 2014-09-27 | 1 | -1/+1 |
* | these client actions are just toggles; less confusing with better names | okan | 2014-09-17 | 1 | -7/+7 |
* | ewmh states _NET_WM_STATE_STICKY should not alter position | okan | 2014-09-17 | 1 | -3/+3 |
* | don't toggle _WM_STATE_HIDDEN here yet | okan | 2014-09-17 | 1 | -2/+2 |
* | Implement EWMH _NET_WM_STATE_HIDDEN. | okan | 2014-09-17 | 1 | -2/+13 |
* | use similiar style for client flags | okan | 2014-09-15 | 1 | -4/+4 |
* | fold in 'active' into 'flags' | okan | 2014-09-10 | 1 | -5/+5 |
* | move the check for an empty queue up during cycle | okan | 2014-09-08 | 1 | -3/+1 |
* | name the group client queue appropriately, like other queues | okan | 2014-09-08 | 1 | -5/+5 |
* | more style nits and wrapping | okan | 2014-09-08 | 1 | -4/+6 |
* | since mruq has been folded in, rename mru-named functions | okan | 2014-09-08 | 1 | -6/+6 |
* | Remove duplicate client queue (mruq); instead, remove and take the | okan | 2014-09-08 | 1 | -16/+17 |
* | more style nits | okan | 2014-09-07 | 1 | -17/+17 |
* | screen_fromroot -> screen_find | okan | 2014-09-07 | 1 | -1/+1 |
* | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | okan | 2014-08-25 | 1 | -0/+17 |
* | Purely mechanical; unify 'num', 'no' and 'shortcut'. | okan | 2014-08-20 | 1 | -1/+1 |
* | Some clients set the urgency flag even if they are the active client; | okan | 2014-02-06 | 1 | -1/+2 |
* | Move redundant bits from screen_init (while dealing with existing | okan | 2014-02-03 | 1 | -2/+10 |
* | Move redundant window attr fetch from maprequest directly into | okan | 2014-02-02 | 1 | -1/+4 |
* | move some init up and shed some blank lines | okan | 2014-01-27 | 1 | -1/+0 |
* | state is long | okan | 2014-01-03 | 1 | -1/+1 |
* | rename for clarity | okan | 2014-01-02 | 1 | -4/+4 |
* | When a client doesn't specify size hints, nothing prevents a resize to | okan | 2014-01-02 | 1 | -0/+3 |
* | replace with memset | okan | 2013-12-17 | 1 | -2/+2 |
* | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | okan | 2013-12-16 | 1 | -23/+37 |
* | Teach screen_find_xinerama() to apply gap only when told to do so; | okan | 2013-12-13 | 1 | -6/+6 |
* | we need the save-set when re-exec'ing so as to not lose State on our hidden c... | okan | 2013-12-13 | 1 | -0/+15 |
* | ICCCM explicitly states that server time (CurrentTime) should *not* be | okan | 2013-12-12 | 1 | -4/+7 |
* | we don't need to manage the save-set since we're not reparenting; left-over f... | okan | 2013-12-11 | 1 | -2/+0 |
* | since we are drawing in unhide, no need to during client setup | okan | 2013-12-11 | 1 | -1/+0 |
* | apply mwm hints later | okan | 2013-12-11 | 1 | -3/+3 |
* | Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify | okan | 2013-12-11 | 1 | -7/+11 |
* | Remove extra work and simplify client state handling. | okan | 2013-12-11 | 1 | -13/+34 |
* | Stash Class and WM Hints in client_ctx | okan | 2013-12-11 | 1 | -21/+16 |
* | Redraw client border when unhiding; during a hide, we just unset | okan | 2013-12-10 | 1 | -0/+1 |
* | alter -r1.145 getsizehints to deal with clients that don't have | okan | 2013-11-27 | 1 | -35/+29 |
* | simplify/unfold | okan | 2013-11-27 | 1 | -5/+3 |
* | Rewrite active/inactive client handling in client_setactive(); | okan | 2013-11-27 | 1 | -50/+28 |
* | Alter the r1.35 of event.c race fix. Remove the forward looking event | okan | 2013-11-12 | 1 | -10/+1 |
* | Put back the border draw call in client_resize; since we are adding and | okan | 2013-11-11 | 1 | -0/+2 |
* | stash WMProtocols in flags | okan | 2013-11-08 | 1 | -5/+5 |
* | quick keyboard focus fix for clients that neither populate wmhints nor wmprot... | okan | 2013-11-05 | 1 | -1/+2 |