aboutsummaryrefslogtreecommitdiff
path: root/view.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-05keep master ratio on resizecol -> arrangeAnselm R. Garbe1-14/+10
2006-10-05yet another simplification of dotile()Anselm R. Garbe1-30/+25
2006-10-05simplified dotile()Anselm R. Garbe1-36/+20
2006-10-05applied resizecol fix by JukkaAnselm R. Garbe1-2/+4
2006-09-29removed useless updatemasterAnselm R. Garbe1-6/+1
2006-09-29fixed small offset issueAnselm R. Garbe1-1/+1
2006-09-29fixed the z-layer issue described on mailinglistAnselm R. Garbe1-1/+8
2006-09-29removed the direction flippingAnselm R. Garbe1-60/+18
2006-09-29small fix of a corner caseAnselm R. Garbe1-1/+1
2006-09-29added the new dotile as described on mlAnselm R. Garbe1-30/+98
2006-09-29prelim of dotile()Anselm R. Garbe1-37/+67
2006-09-29first step to a more flexible dotile() algorithmAnselm R. Garbe1-27/+31
2006-09-28renamed column into areaAnselm R. Garbe1-0/+18
2006-09-28applied Jukkas patchAnselm R. Garbe1-11/+11
2006-09-25applied sanders jukka patcharg@mmvi1-5/+3
2006-09-25applied Jukkas patcharg@mmvi1-3/+3
2006-09-22removed all dotile checksarg@mmvi1-3/+3
2006-09-22applied Jukkas remark (dunno if this is correct though)arg@mmvi1-2/+2
2006-09-22applied jukkas patcharg@mmvi1-8/+4
2006-09-22hotfixarg@mmvi1-5/+5
2006-09-22small change to achieve Jukka's last proposalarg@mmvi1-13/+32
2006-09-22fixed issue pointed out by Jukkaarg@mmvi1-4/+4
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi1-6/+17
2006-09-14removed useless inclusionAnselm R. Garbe1-1/+0
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe1-32/+16
2006-09-08applied sanders patch of not manipulating selAnselm R. Garbe1-4/+4
2006-09-07using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe1-5/+9
2006-09-06this patch keeps track of global z-layer order of clients which are floating ...Anselm R. Garbe1-12/+7
2006-09-06no this is betterAnselm R. Garbe1-4/+11
2006-09-06drawstatus even if no client existsAnselm R. Garbe1-1/+3
2006-09-06sanders solution is convincing and elegantAnselm R. Garbe1-41/+9
2006-09-06small fixAnselm R. Garbe1-2/+2
2006-09-06no, reodering floating clients definately breaks the manage() policy which at...Anselm R. Garbe1-8/+15
2006-09-05no, ordering floating clients at the end seems betterAnselm R. Garbe1-16/+9
2006-09-05fixAnselm R. Garbe1-1/+1
2006-09-05this makes sure the issue mentioned by sanderAnselm R. Garbe1-2/+8
2006-09-05fixing zoomAnselm R. Garbe1-3/+4
2006-09-05fixing two off-by-onesAnselm R. Garbe1-2/+2
2006-09-05applied checking existance of >2 tiles patch (proposed by sander) to zoom and...Anselm R. Garbe1-5/+14
2006-09-05renamed resizetile into resizecolAnselm R. Garbe1-1/+1
2006-09-05s/growcol/resizetile/gAnselm R. Garbe1-12/+12
2006-09-05right, multihead issue is not involved with growcolAnselm R. Garbe1-1/+1
2006-09-05hotfixAnselm R. Garbe1-1/+3
2006-09-05applied a fix related to Sanders remark to growcolAnselm R. Garbe1-1/+1
2006-09-05I really need column growing, now pushing upstreamAnselm R. Garbe1-0/+18
2006-09-05don't access sel in restack without checking for NULL (multihead crashing bug)Anselm R. Garbe1-7/+9
2006-09-04removed unused varsAnselm R. Garbe1-2/+2
2006-09-04reducing focus calls (sanders patch)Anselm R. Garbe1-6/+4
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe1-17/+13
2006-08-31reorder was misssing in Ross version of viewallAnselm R. Garbe1-0/+1