aboutsummaryrefslogtreecommitdiffstats
path: root/client.c (follow)
Commit message (Expand)AuthorAgeLines
...
* Some clients set the urgency flag even if they are the active client;okan2014-02-06-2/+3
* Move redundant bits from screen_init (while dealing with existingokan2014-02-03-3/+11
* Move redundant window attr fetch from maprequest directly intookan2014-02-02-2/+5
* move some init up and shed some blank linesokan2014-01-27-2/+1
* state is longokan2014-01-03-2/+2
* rename for clarityokan2014-01-02-5/+5
* When a client doesn't specify size hints, nothing prevents a resize tookan2014-01-02-1/+4
* replace with memsetokan2013-12-17-3/+3
* Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.okan2013-12-16-24/+38
* Teach screen_find_xinerama() to apply gap only when told to do so;okan2013-12-13-7/+7
* we need the save-set when re-exec'ing so as to not lose State on our hidden c...okan2013-12-13-1/+3
* Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-13-1/+14
* ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-12-5/+8
* we don't need to manage the save-set since we're not reparenting; left-over f...okan2013-12-11-3/+1
* since we are drawing in unhide, no need to during client setupokan2013-12-11-2/+1
* apply mwm hints laterokan2013-12-11-4/+4
* Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotifyokan2013-12-11-8/+12
* Remove extra work and simplify client state handling.okan2013-12-11-14/+35
* Stash Class and WM Hints in client_ctxokan2013-12-11-22/+17
* Redraw client border when unhiding; during a hide, we just unsetokan2013-12-10-1/+2
* alter -r1.145 getsizehints to deal with clients that don't haveokan2013-11-27-36/+30
* simplify/unfoldokan2013-11-27-6/+4
* Rewrite active/inactive client handling in client_setactive();okan2013-11-27-51/+29
* Alter the r1.35 of event.c race fix. Remove the forward looking eventokan2013-11-12-11/+2
* Put back the border draw call in client_resize; since we are adding andokan2013-11-11-1/+3
* stash WMProtocols in flagsokan2013-11-08-6/+6
* quick keyboard focus fix for clients that neither populate wmhints nor wmprot...okan2013-11-05-2/+3
* The only reason we need to keep XSizeHints in our client_ctx is forokan2013-11-02-31/+38
* x/y from XSizeHints are obsolete (and have been for a long time), sookan2013-11-01-5/+3
* re-add support for WM_TAKE_FOCUS, and additionally this time only callokan2013-11-01-9/+18
* A client_delete should behave differently depending on whether theokan2013-10-25-8/+10
* revert 1.138 (WM_TAKE_FOCUS) for nowokan2013-10-20-3/+1
* Using xu_btn_ungrab() buttons during client_leave doesn't work (errorokan2013-10-19-6/+1
* I believe we redraw the border in too many cases; likely a leftover fromokan2013-10-19-4/+1
* For clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, sendokan2013-10-19-1/+3
* unify type; no changeokan2013-10-03-2/+2
* collapse linesokan2013-07-15-3/+2
* simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-15-7/+7
* move synthetic responses and have client_msg only work with WM_PROTOCOLS,okan2013-06-10-6/+41
* alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceedokan2013-05-23-2/+2
* add support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}; from Alexander Polakov.okan2013-05-20-1/+6
* - switch border colors to Xftokan2013-05-19-5/+5
* use XGetWMProtocols and simplify WM_PROTOCOL handlingokan2013-05-19-19/+16
* new -> initokan2013-05-11-2/+2
* remove group in client_delete directly.okan2013-05-06-4/+4
* mechanical xu_{get,set}state -> xu_{get,set}_wm_state changeokan2013-04-17-6/+6
* slightly rework WM_STATE set/get to make it less ambigious; will be more clearokan2013-04-17-8/+12
* only a window is required to set WM_STATE. also un-confuse xu_ptr_getposokan2013-04-14-2/+2
* we handle WM_STATE here, so remove misleading comment.okan2013-04-12-2/+1
* we already set window state in client_hide or client_unhide right before, sookan2013-04-12-2/+1