| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | The only reason we need to keep XSizeHints in our client_ctx is for | okan | 2013-11-02 | 1 | -30/+37 |
* | x/y from XSizeHints are obsolete (and have been for a long time), so | okan | 2013-11-01 | 1 | -4/+2 |
* | re-add support for WM_TAKE_FOCUS, and additionally this time only call | okan | 2013-11-01 | 1 | -8/+17 |
* | A client_delete should behave differently depending on whether the | okan | 2013-10-25 | 1 | -7/+9 |
* | revert 1.138 (WM_TAKE_FOCUS) for now | okan | 2013-10-20 | 1 | -2/+0 |
* | Using xu_btn_ungrab() buttons during client_leave doesn't work (error | okan | 2013-10-19 | 1 | -5/+0 |
* | I believe we redraw the border in too many cases; likely a leftover from | okan | 2013-10-19 | 1 | -3/+0 |
* | For clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, send | okan | 2013-10-19 | 1 | -0/+2 |
* | unify type; no change | okan | 2013-10-03 | 1 | -1/+1 |
* | collapse lines | okan | 2013-07-15 | 1 | -2/+1 |
* | simplify atom handling; allows us to limit to one round-trip to server | okan | 2013-07-15 | 1 | -6/+6 |
* | move synthetic responses and have client_msg only work with WM_PROTOCOLS, | okan | 2013-06-10 | 1 | -5/+40 |
* | alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed | okan | 2013-05-23 | 1 | -1/+1 |
* | add support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}; from Alexander Polakov. | okan | 2013-05-20 | 1 | -0/+5 |
* | - switch border colors to Xft | okan | 2013-05-19 | 1 | -4/+4 |
* | use XGetWMProtocols and simplify WM_PROTOCOL handling | okan | 2013-05-19 | 1 | -18/+15 |
* | new -> init | okan | 2013-05-11 | 1 | -1/+1 |
* | remove group in client_delete directly. | okan | 2013-05-06 | 1 | -3/+3 |
* | mechanical xu_{get,set}state -> xu_{get,set}_wm_state change | okan | 2013-04-17 | 1 | -5/+5 |
* | slightly rework WM_STATE set/get to make it less ambigious; will be more clear | okan | 2013-04-17 | 1 | -7/+11 |