Age | Commit message (Expand) | Author |
2013-06-10 | move synthetic responses and have client_msg only work with WM_PROTOCOLS, | Okan Demirmen |
2013-05-23 | alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed | Okan Demirmen |
2013-05-20 | add support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}; from Alexander Polakov. | Okan Demirmen |
2013-05-19 | - switch border colors to Xft | Okan Demirmen |
2013-05-19 | use XGetWMProtocols and simplify WM_PROTOCOL handling | Okan Demirmen |
2013-05-11 | new -> init | Okan Demirmen |
2013-05-06 | remove group in client_delete directly. | Okan Demirmen |
2013-04-17 | mechanical xu_{get,set}state -> xu_{get,set}_wm_state change | Okan Demirmen |
2013-04-17 | slightly rework WM_STATE set/get to make it less ambigious; will be more clear | Okan Demirmen |
2013-04-14 | only a window is required to set WM_STATE. also un-confuse xu_ptr_getpos | Okan Demirmen |
2013-04-12 | we handle WM_STATE here, so remove misleading comment. | Okan Demirmen |
2013-04-12 | we already set window state in client_hide or client_unhide right before, so | Okan Demirmen |
2013-04-05 | zap stray whitespace | Okan Demirmen |
2013-04-03 | - no reason to breakout ClassHints work, so fold into client_{new,delete}, | Okan Demirmen |
2013-04-03 | move XUngrabServer to the end of client_new() to avoid races where clients, | Okan Demirmen |
2013-01-08 | add per-group vert/horiz tiling support; introduces 2 new bind commands, | Okan Demirmen |
2013-01-08 | teach screen_find_xinerama() about gap and adjust (simplify) callers; | Okan Demirmen |
2013-01-07 | fix menu/client placement in panning setups; XineramaQueryScreens gives | Okan Demirmen |
2013-01-06 | use cc->bwidth in client_vmax since we've yet to reset it (matches | Okan Demirmen |
2013-01-04 | rename {h,v}max functions for consistency; from Jan Stary | Okan Demirmen |
2013-01-04 | get rid of struct color | Okan Demirmen |
2013-01-02 | re-work client_snapcalc() so it takes client and edge dimensions with | Okan Demirmen |
2013-01-02 | have screen_find_xinerama() return struct geom *reliably* instead of | Okan Demirmen |
2013-01-02 | more variable consistency | Okan Demirmen |
2013-01-02 | info->xine, for consistent variable names | Okan Demirmen |
2013-01-01 | replace emptystring with strdup here as well so we know we are free'ing | Okan Demirmen |
2013-01-01 | make num of groups no longer off-by-one; from Alexander Polakov | Okan Demirmen |
2012-12-17 | cmap -> colormap in client_ctx | Okan Demirmen |
2012-12-17 | replace client highlight with a client flag | Okan Demirmen |
2012-12-17 | make client_mtf static | Okan Demirmen |
2012-12-17 | current_client() returns _curcc, so use it where appropriate | Okan Demirmen |
2012-11-09 | sort | Okan Demirmen |
2012-11-07 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | Okan Demirmen |
2012-09-09 | extend client_resize so that it can know when to reset max flags and | Okan Demirmen |
2012-07-16 | unify various max routines to match client placement and partially menu ones | Okan Demirmen |
2012-07-16 | move the HasXinerama check into screen_find_xinerama and simplify logic; | Okan Demirmen |
2012-07-13 | re-use geom struct in client_ctx (saved)geometry. | Okan Demirmen |
2012-07-13 | convert xmax/ymax uses to view geometry. | Okan Demirmen |
2012-07-04 | fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, the | Okan Demirmen |
2012-07-03 | re-implement atom handing; makes for a normalized and more consistent | Okan Demirmen |
2012-05-16 | cycle through other common cycling modifiers; based on a diff from | Okan Demirmen |
2012-05-13 | altpersist->cycling to be more clear that this is for cycling mod | Okan Demirmen |
2012-05-13 | knf, some from a diff from Tiago Cunha. | Okan Demirmen |
2011-09-13 | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | Okan Demirmen |
2011-09-05 | restore a comment and add another for clarity. | Okan Demirmen |
2011-09-04 | Make flavours of maximisation additive. | Owain Ainsworth |
2011-09-03 | split off window hints from geometry so we don't need to carry them all | Okan Demirmen |
2011-09-03 | Add {r,}cycleingroup to cycle through clients belonging to the same | Okan Demirmen |
2011-07-14 | correct spelling; from Alexander Polakov. | Okan Demirmen |
2011-06-24 | introduce a new config option to snap to the screen edge. 'snapdist' | Okan Demirmen |