| Commit message (Expand) | Author | Age | Files | Lines |
* | cvsimport | okan | 2013-11-02 | 1 | -34/+39 |
|\ |
|
| * | 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 |
* | | cvsimport | okan | 2013-11-01 | 1 | -8/+17 |
|\| |
|
| * | re-add support for WM_TAKE_FOCUS, and additionally this time only call | okan | 2013-11-01 | 1 | -8/+17 |
* | | cvsimport | okan | 2013-10-25 | 1 | -15/+9 |
|\| |
|
| * | 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 |
* | | cvsimport | okan | 2013-10-07 | 1 | -1/+1 |
|\| |
|
| * | unify type; no change | okan | 2013-10-03 | 1 | -1/+1 |
* | | cvsimport | okan | 2013-07-16 | 1 | -7/+6 |
|\| |
|
| * | 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 |
* | | cvsimport | okan | 2013-06-20 | 1 | -5/+40 |
|\| |
|
| * | move synthetic responses and have client_msg only work with WM_PROTOCOLS, | okan | 2013-06-10 | 1 | -5/+40 |
* | | cvsimport | Christian Neukirchen | 2013-05-29 | 1 | -27/+29 |
|\| |
|
| * | 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 |
* | | cvsimport | okan | 2013-04-30 | 1 | -8/+12 |
|\| |
|
| * | 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 |
* | | cvsimport | okan | 2013-04-14 | 1 | -3/+1 |
|\| |
|
| * | 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 |
* | | cvsimport | okan | 2013-04-05 | 1 | -28/+20 |
|\| |
|
| * | 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 |
* | | cvsimport | okan | 2013-01-13 | 1 | -22/+131 |
|\| |
|
| * | 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 |
* | | cvsimport | okan | 2013-01-06 | 1 | -88/+45 |
|\| |
|
| * | 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 |