aboutsummaryrefslogtreecommitdiff
path: root/client.c
AgeCommit message (Expand)AuthorLines
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe-5/+5
2007-02-22renamed versatile into untiledAnselm R. Garbe-5/+5
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe-2/+2
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe-42/+2
2007-02-21moved focus{next,prev} and nexttiled from client.c to layout.c (because those...Anselm R. Garbe-38/+8
2007-02-19renamed Client->versatile and Rule->versatile into Client->isversatile resp. ...Anselm R. Garbe-4/+4
2007-02-19renames swim[ming] into versatileAnselm R. Garbe-4/+4
2007-02-19renamed floating into swimming (this does not clash with C naming conventions...Anselm R. Garbe-4/+4
2007-02-19introduced Layout structAnselm R. Garbe-4/+4
2007-02-19some more code polishingAnselm R. Garbe-1/+2
2007-02-19bugfix of transient handlingAnselm R. Garbe-8/+8
2007-02-19draw.c is useless (belongs to main.c now)Anselm R. Garbe-11/+1
2007-02-19renamed view.c into screen.cAnselm R. Garbe-13/+60
2007-02-19renamed manage.c to view.cAnselm R. Garbe-11/+85
2007-02-19some more refactoringAnselm R. Garbe-42/+0
2007-02-19added some new convenience functionsAnselm R. Garbe-14/+35
2007-02-19simplified configurerequest to a bare minimum, removed wrong ban() callsAnselm R. Garbe-8/+0
2007-02-16removed ugly ban(), extended resize() that it only resets the size if necessa...Anselm R. Garbe-37/+44
2007-02-14added ban() which takes care than a banned window is not banned again... (thi...Anselm R. Garbe-1/+9
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe-3/+3
2007-02-13making it more sure that transient checks will work in any caseAnselm R. Garbe-3/+4
2007-02-13simplified configurerequestAnselm R. Garbe-12/+13
2007-02-07replaced getproto with a saner function, now old-school artifacts of WM times...Anselm R. Garbe-2/+16
2007-02-06yet another fixAnselm R. Garbe-1/+1
2007-02-06simplificationAnselm R. Garbe-10/+5
2007-02-06implemented aspect ratio support of windowsAnselm R. Garbe-4/+40
2007-02-05made some changes more concistentAnselm R. Garbe-2/+2
2007-01-28handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle...Anselm R. Garbe-0/+9
2007-01-25prepared yet another hotfix releaseAnselm R. Garbe-0/+2
2007-01-24applied offscreen appearance hotfixAnselm R. Garbe-8/+8
2007-01-23renamed activescreen into selscreenAnselm R. Garbe-1/+1
2007-01-23implemented Sanders remarksAnselm R. Garbe-1/+2
2007-01-23small changesAnselm R. Garbe-4/+6
2007-01-23removed a blank lineAnselm R. Garbe-1/+0
2007-01-23this version should also work with cornercases (like unmanage during !issel, ...Anselm R. Garbe-7/+7
2007-01-23I think this is the best solution of multihead supportAnselm R. Garbe-10/+6
2007-01-22this variant is known to work, but focus() is ugly - we need in general a bet...Anselm R. Garbe-8/+12
2007-01-22applied Sanders all5.patch (thanks for your weekend session, Sander!)Anselm R. Garbe-35/+33
2007-01-15removed drawclient and drawall (they performed useless operations/consumed us...Anselm R. Garbe-2/+3
2007-01-14removed client title barAnselm R. Garbe-46/+4
2007-01-04renamed drawtitle into drawclientAnselm R. Garbe-2/+2
2007-01-02correctionsarg@mig29-1/+1
2007-01-02next version will contain updated copyright noticearg@mig29-1/+1
2007-01-01renamed updatesize into updatesizehints (thx to Sander for this hint)arg@mig29-2/+2
2006-12-12removed Client->gravarg@mig29-4/+0
2006-12-11removed gravitate for the momentarg@mig29-54/+1
2006-12-11disabling configure() during resizearg@mig29-1/+1
2006-12-11made gravitate effectless, waiting for complains ;)arg@mig29-0/+1
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig29-2/+2
2006-10-27and another fixarg@mig29-2/+2