aboutsummaryrefslogtreecommitdiff
path: root/tag.c
AgeCommit message (Expand)AuthorLines
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe-2/+2
2007-02-22renamed versatile into untiledAnselm R. Garbe-2/+2
2007-02-22oopsAnselm R. Garbe-2/+2
2007-02-22small bugfixAnselm R. Garbe-3/+3
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe-23/+27
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe-14/+14
2007-02-20rechecked with OpenBSDAnselm R. Garbe-0/+1
2007-02-20split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe-0/+149
2007-02-19merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe-121/+0
2007-02-19introduced tile.c, some refactoring of functionsAnselm R. Garbe-1/+1
2007-02-16removed getnext/getprev, redundantAnselm R. Garbe-12/+0
2007-02-14made for/if/else constructs more consistent, some code polishingAnselm R. Garbe-2/+1
2007-02-09adapting John Grahor's patch to dwm-3.5Anselm R. Garbe-2/+3
2007-01-02correctionsarg@mig29-1/+1
2007-01-02next version will contain updated copyright noticearg@mig29-1/+1
2006-12-04hotfix of a serious crashing bugarg@mig29-1/+2
2006-12-03applied Manuel's regex patcharg@mig29-3/+3
2006-11-30removed viewall(), replaced with view(-1); added tag(-1) to tag a client with...arg@mig29-1/+1
2006-11-26applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig29-2/+2
2006-11-22fifififarg@mig29-3/+0
2006-10-06do* has no Arg arument anymore (never called directly)Anselm R. Garbe-2/+2
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe-5/+1
2006-09-25applied Jukkas patcharg@mmvi-1/+1
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe-12/+6
2006-09-06does this preserve z order for anthony?Anselm R. Garbe-6/+3
2006-09-06maybe this might workAnselm R. Garbe-3/+6
2006-09-06moved transient_for tag inheritance to settagsAnselm R. Garbe-3/+7
2006-09-06no, reodering floating clients definately breaks the manage() policy which at...Anselm R. Garbe-6/+3
2006-09-05no, ordering floating clients at the end seems betterAnselm R. Garbe-3/+6
2006-09-05sanders toggletag patch is much more elegantAnselm R. Garbe-1/+1
2006-09-05fixing c->weight handlingAnselm R. Garbe-2/+3
2006-08-31applied sanders patch to remove unnecessary commit()Anselm R. Garbe-13/+2
2006-08-29configurenotify remembers max geom now, and restores this if necessary, howev...Anselm R. Garbe-3/+3
2006-08-29applied patch similiar proposed by dave tweedAnselm R. Garbe-10/+13
2006-08-29still something wrong with reorder()Anselm R. Garbe-4/+2
2006-08-29fix client position in list also on tag and toggletagAnselm R. Garbe-0/+4
2006-08-23updated man pageAnselm R. Garbe-0/+2
2006-08-23implemented right tag drawing in the status bar and titlebarsAnselm R. Garbe-0/+2
2006-08-23implemented class:inst:title matchingAnselm R. Garbe-4/+4
2006-08-22separated several functions into view.cAnselm R. Garbe-186/+0
2006-08-16fixed issue reported by sanderAnselm R.Garbe-3/+2
2006-08-16added general centralization rule for new clients (works around various borke...Anselm R.Garbe-1/+4
2006-08-14applied viewsel.patchAnselm R.Garbe-2/+6
2006-08-14applied sanders tag()/toggletag() fixesAnselm R.Garbe-1/+4
2006-08-14added missing arrangeAnselm R.Garbe-0/+1
2006-08-14changed replacetag into toggletagAnselm R.Garbe-29/+36
2006-08-14applied the saner patch (removed the pathetic one)Anselm R.Garbe-7/+3
2006-08-14pplied Sanders appendtag patchAnselm R.Garbe-2/+6
2006-08-14fixed a core dumpAnselm R.Garbe-2/+4
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe-10/+54