aboutsummaryrefslogtreecommitdiffstats
path: root/client.c (follow)
Commit message (Expand)AuthorAgeLines
* 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
* zap stray whitespaceokan2013-04-05-3/+3
* - no reason to breakout ClassHints work, so fold into client_{new,delete},okan2013-04-03-24/+16
* move XUngrabServer to the end of client_new() to avoid races where clients,okan2013-04-03-4/+4
* add per-group vert/horiz tiling support; introduces 2 new bind commands,okan2013-01-08-1/+119
* teach screen_find_xinerama() about gap and adjust (simplify) callers;okan2013-01-08-23/+12
* fix menu/client placement in panning setups; XineramaQueryScreens givesokan2013-01-07-1/+3
* use cc->bwidth in client_vmax since we've yet to reset it (matchesokan2013-01-06-2/+2
* rename {h,v}max functions for consistency; from Jan Staryokan2013-01-04-3/+3
* get rid of struct colorokan2013-01-04-5/+5
* re-work client_snapcalc() so it takes client and edge dimensions withokan2013-01-02-9/+7
* have screen_find_xinerama() return struct geom *reliably* instead ofokan2013-01-02-65/+27
* more variable consistencyokan2013-01-02-21/+21
* info->xine, for consistent variable namesokan2013-01-02-8/+8
* replace emptystring with strdup here as well so we know we are free'ingokan2013-01-01-7/+4
* make num of groups no longer off-by-one; from Alexander Polakovokan2013-01-01-2/+2