| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | only a window is required to set WM_STATE. also un-confuse xu_ptr_getpos | okan | 2013-04-14 | 1 | -1/+1 |
* | we handle WM_STATE here, so remove misleading comment. | okan | 2013-04-12 | 1 | -1/+0 |
* | we already set window state in client_hide or client_unhide right before, so | okan | 2013-04-12 | 1 | -1/+0 |
* | zap stray whitespace | okan | 2013-04-05 | 1 | -2/+2 |
* | - no reason to breakout ClassHints work, so fold into client_{new,delete}, | okan | 2013-04-03 | 1 | -23/+15 |
* | move XUngrabServer to the end of client_new() to avoid races where clients, | okan | 2013-04-03 | 1 | -3/+3 |
* | add per-group vert/horiz tiling support; introduces 2 new bind commands, | okan | 2013-01-08 | 1 | -0/+118 |
* | teach screen_find_xinerama() about gap and adjust (simplify) callers; | okan | 2013-01-08 | 1 | -22/+11 |
* | fix menu/client placement in panning setups; XineramaQueryScreens gives | okan | 2013-01-07 | 1 | -0/+2 |
* | use cc->bwidth in client_vmax since we've yet to reset it (matches | okan | 2013-01-06 | 1 | -1/+1 |
* | rename {h,v}max functions for consistency; from Jan Stary | okan | 2013-01-04 | 1 | -2/+2 |
* | get rid of struct color | okan | 2013-01-04 | 1 | -4/+4 |
* | re-work client_snapcalc() so it takes client and edge dimensions with | okan | 2013-01-02 | 1 | -8/+6 |
* | have screen_find_xinerama() return struct geom *reliably* instead of | okan | 2013-01-02 | 1 | -64/+26 |
* | more variable consistency | okan | 2013-01-02 | 1 | -20/+20 |
* | info->xine, for consistent variable names | okan | 2013-01-02 | 1 | -7/+7 |
* | replace emptystring with strdup here as well so we know we are free'ing | okan | 2013-01-01 | 1 | -6/+3 |
* | make num of groups no longer off-by-one; from Alexander Polakov | okan | 2013-01-01 | 1 | -1/+1 |
* | cmap -> colormap in client_ctx | okan | 2012-12-17 | 1 | -2/+2 |
* | replace client highlight with a client flag | okan | 2012-12-17 | 1 | -4/+3 |
* | make client_mtf static | okan | 2012-12-17 | 1 | -3/+2 |
* | current_client() returns _curcc, so use it where appropriate | okan | 2012-12-17 | 1 | -6/+6 |
* | sort | okan | 2012-11-09 | 1 | -1/+1 |
* | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | 2012-11-07 | 1 | -5/+5 |
* | extend client_resize so that it can know when to reset max flags and | okan | 2012-09-09 | 1 | -4/+9 |
* | unify various max routines to match client placement and partially menu ones | okan | 2012-07-16 | 1 | -4/+13 |
* | move the HasXinerama check into screen_find_xinerama and simplify logic; | okan | 2012-07-16 | 1 | -34/+25 |
* | re-use geom struct in client_ctx (saved)geometry. | okan | 2012-07-13 | 1 | -51/+51 |
* | convert xmax/ymax uses to view geometry. | okan | 2012-07-13 | 1 | -7/+7 |
* | fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the | okan | 2012-07-04 | 1 | -1/+1 |
* | re-implement atom handing; makes for a normalized and more consistent | okan | 2012-07-03 | 1 | -33/+13 |
* | cycle through other common cycling modifiers; based on a diff from | okan | 2012-05-16 | 1 | -0/+12 |
* | altpersist->cycling to be more clear that this is for cycling mod | okan | 2012-05-13 | 1 | -3/+3 |
* | knf, some from a diff from Tiago Cunha. | okan | 2012-05-13 | 1 | -7/+9 |
* | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | okan | 2011-09-13 | 1 | -0/+17 |
* | restore a comment and add another for clarity. | okan | 2011-09-05 | 1 | -1/+5 |
* | Make flavours of maximisation additive. | oga | 2011-09-04 | 1 | -65/+93 |
* | split off window hints from geometry so we don't need to carry them all | okan | 2011-09-03 | 1 | -37/+37 |
* | Add {r,}cycleingroup to cycle through clients belonging to the same | okan | 2011-09-03 | 1 | -4/+5 |
* | correct spelling; from Alexander Polakov. | okan | 2011-07-14 | 1 | -1/+1 |
* | introduce a new config option to snap to the screen edge. 'snapdist' | okan | 2011-06-24 | 1 | -0/+29 |