Age | Commit message (Expand) | Author |
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 |
2014-09-08 | name the group client queue appropriately, like other queues | Okan Demirmen |
2014-09-08 | more style nits and wrapping | Okan Demirmen |
2014-09-08 | since mruq has been folded in, rename mru-named functions | Okan Demirmen |
2014-09-08 | Remove duplicate client queue (mruq); instead, remove and take the | Okan Demirmen |
2014-09-07 | more style nits | Okan Demirmen |
2014-09-07 | screen_fromroot -> screen_find | Okan Demirmen |
2014-08-25 | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | Okan Demirmen |
2014-08-20 | Purely mechanical; unify 'num', 'no' and 'shortcut'. | Okan Demirmen |
2014-02-06 | Some clients set the urgency flag even if they are the active client; | Okan Demirmen |
2014-02-03 | Move redundant bits from screen_init (while dealing with existing | Okan Demirmen |
2014-02-02 | Move redundant window attr fetch from maprequest directly into | Okan Demirmen |
2014-01-27 | move some init up and shed some blank lines | Okan Demirmen |
2014-01-03 | state is long | Okan Demirmen |
2014-01-02 | rename for clarity | Okan Demirmen |
2014-01-02 | When a client doesn't specify size hints, nothing prevents a resize to | Okan Demirmen |
2013-12-17 | replace with memset | Okan Demirmen |
2013-12-16 | Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint. | Okan Demirmen |
2013-12-13 | Teach screen_find_xinerama() to apply gap only when told to do so; | Okan Demirmen |
2013-12-13 | we need the save-set when re-exec'ing so as to not lose State on our hidden c... | Okan Demirmen |
2013-12-13 | Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION | Okan Demirmen |
2013-12-12 | ICCCM explicitly states that server time (CurrentTime) should *not* be | Okan Demirmen |
2013-12-11 | we don't need to manage the save-set since we're not reparenting; left-over f... | Okan Demirmen |
2013-12-11 | since we are drawing in unhide, no need to during client setup | Okan Demirmen |
2013-12-11 | apply mwm hints later | Okan Demirmen |
2013-12-11 | Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify | Okan Demirmen |
2013-12-11 | Remove extra work and simplify client state handling. | Okan Demirmen |
2013-12-11 | Stash Class and WM Hints in client_ctx | Okan Demirmen |
2013-12-10 | Redraw client border when unhiding; during a hide, we just unset | Okan Demirmen |
2013-11-27 | alter -r1.145 getsizehints to deal with clients that don't have | Okan Demirmen |
2013-11-27 | simplify/unfold | Okan Demirmen |
2013-11-27 | Rewrite active/inactive client handling in client_setactive(); | Okan Demirmen |
2013-11-12 | Alter the r1.35 of event.c race fix. Remove the forward looking event | Okan Demirmen |
2013-11-11 | Put back the border draw call in client_resize; since we are adding and | Okan Demirmen |
2013-11-08 | stash WMProtocols in flags | Okan Demirmen |
2013-11-05 | quick keyboard focus fix for clients that neither populate wmhints nor wmprot... | Okan Demirmen |
2013-11-02 | The only reason we need to keep XSizeHints in our client_ctx is for | Okan Demirmen |
2013-11-01 | x/y from XSizeHints are obsolete (and have been for a long time), so | Okan Demirmen |