aboutsummaryrefslogtreecommitdiffstats
path: root/client.c (follow)
Commit message (Expand)AuthorAgeLines
...
* 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
* cmap -> colormap in client_ctxokan2012-12-17-3/+3
* replace client highlight with a client flagokan2012-12-17-5/+4
* make client_mtf staticokan2012-12-17-4/+3
* current_client() returns _curcc, so use it where appropriateokan2012-12-17-7/+7
* sortokan2012-11-09-2/+2
* get rid of the xfree() wrapper around free(); from Tiago Cunha.okan2012-11-07-6/+6
* extend client_resize so that it can know when to reset max flags andokan2012-09-09-5/+10
* unify various max routines to match client placement and partially menu onesokan2012-07-16-5/+14
* move the HasXinerama check into screen_find_xinerama and simplify logic;okan2012-07-16-35/+26
* re-use geom struct in client_ctx (saved)geometry.okan2012-07-13-52/+52
* convert xmax/ymax uses to view geometry.okan2012-07-13-8/+8
* fix missing atom (WM_PROTOCOLS) wrt new style handing; without this, theokan2012-07-04-2/+2
* re-implement atom handing; makes for a normalized and more consistentokan2012-07-03-34/+14
* cycle through other common cycling modifiers; based on a diff fromokan2012-05-16-1/+13
* altpersist->cycling to be more clear that this is for cycling modokan2012-05-13-4/+4
* knf, some from a diff from Tiago Cunha.okan2012-05-13-8/+10
* add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such tookan2011-09-13-1/+18
* restore a comment and add another for clarity.okan2011-09-05-2/+6
* Make flavours of maximisation additive.oga2011-09-04-66/+94
* split off window hints from geometry so we don't need to carry them allokan2011-09-03-38/+38
* Add {r,}cycleingroup to cycle through clients belonging to the sameokan2011-09-03-5/+6
* correct spelling; from Alexander Polakov.okan2011-07-14-2/+2
* introduce a new config option to snap to the screen edge. 'snapdist'okan2011-06-24-1/+30
* re-do various bits of {,h,v}max for simplicity and less flag handling.okan2011-06-24-28/+15
* alter a few function returns and prototypes; found by lint.okan2011-06-24-14/+7
* tag and comment cleanup; ok oga@okan2011-05-11-1/+1
* introduce a new 'freeze' flag (CMS-f by default) which may be applied tookan2011-05-07-1/+19
* if virt/horz un-maximizing, restore only the un-maximized axisokan2011-03-22-1/+6
* while this piece deals with client argv's in a seemingly inefficient wayokan2011-03-22-27/+1
* remove XXX and move a configure event out of the event handler functions.okan2011-03-22-4/+4
* if we are saving the pointer location for a specific client, make sureokan2011-02-13-1/+4
* replace XFetchName() with something more intelligent which attempts tookan2010-05-22-4/+5