summaryrefslogtreecommitdiffstats
path: root/view.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-08applied sanders patch of not manipulating sel1.5Anselm 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
2006-08-31added viewall to mainstream (only Ross Mohns version, not the toggle)Anselm R. Garbe1-0/+10
2006-08-31applied sanders patch to remove unnecessary commit()Anselm R. Garbe1-2/+6
2006-08-30removed a warning reported by JukkaAnselm R. Garbe1-1/+0
2006-08-29improved selection policyAnselm R. Garbe1-20/+24
2006-08-29still something wrong with reorder()Anselm R. Garbe1-49/+26
2006-08-29this algorithm seems to keep order for any scenarioAnselm R. Garbe1-14/+41
2006-08-29added attach/detach functions which don't attach at the begin of list, but at...Anselm R. Garbe1-17/+46
2006-08-23updated man pageAnselm R. Garbe1-4/+4
2006-08-23separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe1-1/+1
2006-08-22separated several functions into view.cAnselm R. Garbe1-125/+50
2006-08-16fixed issue reported by sanderAnselm R.Garbe1-3/+2
2006-08-16added general centralization rule for new clients (works around various borke...Anselm R.Garbe1-1/+4
2006-08-14applied viewsel.patchAnselm R.Garbe1-2/+6
2006-08-14applied sanders tag()/toggletag() fixesAnselm R.Garbe1-1/+4
2006-08-14added missing arrangeAnselm R.Garbe1-0/+1
2006-08-14changed replacetag into toggletagAnselm R.Garbe1-29/+36
2006-08-14applied the saner patch (removed the pathetic one)Anselm R.Garbe1-7/+3
2006-08-14pplied Sanders appendtag patchAnselm R.Garbe1-2/+6
2006-08-14fixed a core dumpAnselm R.Garbe1-2/+4
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe1-10/+54
2006-08-14removed viewnext/viewprevAnselm R.Garbe1-20/+0
2006-08-13made shortcuts like proposed by Sander, renamed viewextend to toggleview (mor...Anselm R.Garbe1-1/+1
2006-08-11implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe1-6/+19
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe1-9/+31
2006-08-10fixed the issue reported by sander (gaps at left columns button due to round-...Anselm R.Garbe1-1/+4