aboutsummaryrefslogtreecommitdiff
path: root/tag.c
Commit message (Expand)AuthorAgeLines
* fififiAnselm R. Garbe2007-08-15-9/+22
* small bugfixAnselm R. Garbe2007-08-13-9/+19
* tags should be persistent now during X server runAnselm R. Garbe2007-08-13-2/+27
* made Layout a static struct in layout.c, added some convenience getters in la...Anselm R. Garbe2007-08-13-4/+4
* separated layout-specific stuff into separate .h and .c files which are inclu...Anselm R. Garbe2007-08-11-4/+4
* removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist ...Anselm R. Garbe2007-08-10-4/+4
* removed shiftview(), if you scroll the views in the tag area, you can also us...Anselm R. Garbe2007-07-28-18/+0
* applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!Anselm R. Garbe2007-07-26-1/+1
* applied Jeroen Schot's shiftview patchAnselm R. Garbe2007-07-24-0/+18
* referred to LICENSE file4.2Anselm R. Garbe2007-05-30-6/+1
* Jukka also belongs to Copyright holders after all he has contributed and done...Anselm R. Garbe2007-05-30-0/+1
* added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe2007-05-29-0/+1
* added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe2007-05-29-0/+1
* yet another fix of copyright compactisitionAnselm R. Garbe2007-04-13-1/+2
* making Copyright notices more compactAnselm R. Garbe2007-04-13-3/+2
* renamed untiled into floating, keeping tiled instead of tiling (afaik tiled s...Anselm R. Garbe2007-02-22-2/+2
* renamed versatile into untiledAnselm R. Garbe2007-02-22-2/+2
* oopsAnselm R. Garbe2007-02-22-2/+2
* small bugfixAnselm R. Garbe2007-02-22-3/+3
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...Anselm R. Garbe2007-02-22-23/+27
* several changes, made togglemax extern and separated it from zoom() - moved z...Anselm R. Garbe2007-02-22-14/+14
* rechecked with OpenBSDAnselm R. Garbe2007-02-20-0/+1
* split screen.c into layout.c and tag.c (because the view is an implicit mixtu...Anselm R. Garbe2007-02-20-0/+149
* merged tag.c, view.c and tile.c to manage.cAnselm R. Garbe2007-02-19-121/+0
* introduced tile.c, some refactoring of functionsAnselm R. Garbe2007-02-19-1/+1
* removed getnext/getprev, redundantAnselm R. Garbe2007-02-16-12/+0
* made for/if/else constructs more consistent, some code polishingAnselm R. Garbe2007-02-14-2/+1
* adapting John Grahor's patch to dwm-3.5Anselm R. Garbe2007-02-09-2/+3
* correctionsarg@mig292007-01-02-1/+1
* next version will contain updated copyright noticearg@mig292007-01-02-1/+1
* hotfix of a serious crashing bug2.5.1arg@mig292006-12-04-1/+2
* applied Manuel's regex patch2.5arg@mig292006-12-03-3/+3
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client with...arg@mig292006-11-30-1/+1
* applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line print...arg@mig292006-11-26-2/+2
* fifififarg@mig292006-11-22-3/+0
* do* has no Arg arument anymore (never called directly)1.9Anselm R. Garbe2006-10-06-2/+2
* code polishing, removed unnecessary newlinesAnselm R. Garbe2006-10-06-5/+1
* applied Jukkas patcharg@mmvi2006-09-25-1/+1
* removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe2006-09-12-12/+6
* does this preserve z order for anthony?Anselm R. Garbe2006-09-06-6/+3
* maybe this might workAnselm R. Garbe2006-09-06-3/+6
* moved transient_for tag inheritance to settagsAnselm R. Garbe2006-09-06-3/+7
* no, reodering floating clients definately breaks the manage() policy which at...Anselm R. Garbe2006-09-06-6/+3
* no, ordering floating clients at the end seems betterAnselm R. Garbe2006-09-05-3/+6
* sanders toggletag patch is much more elegantAnselm R. Garbe2006-09-05-1/+1
* fixing c->weight handlingAnselm R. Garbe2006-09-05-2/+3
* applied sanders patch to remove unnecessary commit()Anselm R. Garbe2006-08-31-13/+2
* configurenotify remembers max geom now, and restores this if necessary, howev...Anselm R. Garbe2006-08-29-3/+3
* applied patch similiar proposed by dave tweedAnselm R. Garbe2006-08-29-10/+13
* still something wrong with reorder()Anselm R. Garbe2006-08-29-4/+2