JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
yet another fix of copyright compactisition
[dwm.git] / tag.c
2007-04-13 Anselm R. Garbeyet another fix of copyright compactisition
2007-04-13 Anselm R. Garbemaking Copyright notices more compact
2007-02-22 Anselm R. Garberenamed untiled into floating, keeping tiled instead...
2007-02-22 Anselm R. Garberenamed versatile into untiled
2007-02-22 Anselm R. Garbeoops
2007-02-22 Anselm R. Garbesmall bugfix
2007-02-22 Anselm R. Garbereplaced Arg union with const char *arg, seems cleaner...
2007-02-22 Anselm R. Garbeseveral changes, made togglemax extern and separated...
2007-02-20 Anselm R. Garberechecked with OpenBSD
2007-02-20 Anselm R. Garbesplit screen.c into layout.c and tag.c (because the...
2007-02-19 Anselm R. Garbemerged tag.c, view.c and tile.c to manage.c
2007-02-19 Anselm R. Garbeintroduced tile.c, some refactoring of functions
2007-02-16 Anselm R. Garberemoved getnext/getprev, redundant
2007-02-14 Anselm R. Garbemade for/if/else constructs more consistent, some code...
2007-02-09 Anselm R. Garbeadapting John Grahor's patch to dwm-3.5
2007-01-02 arg@mig29corrections
2007-01-02 arg@mig29next version will contain updated copyright notice
2006-12-04 arg@mig29hotfix of a serious crashing bug
2006-12-03 arg@mig29applied Manuel's regex patch
2006-11-30 arg@mig29removed viewall(), replaced with view(-1); added tag...
2006-11-26 arg@mig29applied Jukka's sizeof K&R compliance patch, applied...
2006-11-22 arg@mig29fififif
2006-10-06 Anselm R. Garbedo* has no Arg arument anymore (never called directly)
2006-10-06 Anselm R. Garbecode polishing, removed unnecessary newlines
2006-09-25 arg@mmviapplied Jukkas patch
2006-09-12 Anselm R. Garberemoved a bunch of lines through making function signat...
2006-09-06 Anselm R. Garbedoes this preserve z order for anthony?
2006-09-06 Anselm R. Garbemaybe this might work
2006-09-06 Anselm R. Garbemoved transient_for tag inheritance to settags
2006-09-06 Anselm R. Garbeno, reodering floating clients definately breaks the...
2006-09-05 Anselm R. Garbeno, ordering floating clients at the end seems better
2006-09-05 Anselm R. Garbesanders toggletag patch is much more elegant
2006-09-05 Anselm R. Garbefixing c->weight handling
2006-08-31 Anselm R. Garbeapplied sanders patch to remove unnecessary commit()
2006-08-29 Anselm R. Garbeconfigurenotify remembers max geom now, and restores...
2006-08-29 Anselm R. Garbeapplied patch similiar proposed by dave tweed
2006-08-29 Anselm R. Garbestill something wrong with reorder()
2006-08-29 Anselm R. Garbefix client position in list also on tag and toggletag
2006-08-23 Anselm R. Garbeupdated man page
2006-08-23 Anselm R. Garbeimplemented right tag drawing in the status bar and...
2006-08-23 Anselm R. Garbeimplemented class:inst:title matching
2006-08-22 Anselm R. Garbeseparated several functions into view.c
2006-08-16 Anselm R.Garbefixed issue reported by sander
2006-08-16 Anselm R.Garbeadded general centralization rule for new clients ...
2006-08-14 Anselm R.Garbeapplied viewsel.patch
2006-08-14 Anselm R.Garbeapplied sanders tag()/toggletag() fixes
2006-08-14 Anselm R.Garbeadded missing arrange
2006-08-14 Anselm R.Garbechanged replacetag into toggletag
2006-08-14 Anselm R.Garbeapplied the saner patch (removed the pathetic one)
2006-08-14 Anselm R.Garbepplied Sanders appendtag patch
2006-08-14 Anselm R.Garbefixed a core dump
2006-08-14 Anselm R.Garbeimplemented restack behavior (floats are on top in...
2006-08-14 Anselm R.Garberemoved viewnext/viewprev
2006-08-13 Anselm R.Garbemade shortcuts like proposed by Sander, renamed viewext...
2006-08-11 Anselm R.Garbeimplemented viewextend and added M-S-C-n shortcuts...
2006-08-11 Anselm R.Garbeimplement multi-tag selection through button3 click...
2006-08-10 Anselm R.Garbefixed the issue reported by sander (gaps at left column...
2006-08-04 arg@10ksloc.orgfixed view-change bug reported on the list
2006-08-04 arg@10ksloc.orgswitched to regexp matching for Rules
2006-08-03 arg@10ksloc.orgremoved TLast tag enum, now tags is simple defined...
2006-08-03 arg@10ksloc.orghotfix of settags
2006-08-03 arg@10ksloc.orgchanged Client->tags and Rule->tags to be Bool (I'll...
2006-08-02 arg@10ksloc.orgmade fullscreen apps working fine in floating mode...
2006-08-01 arg@10ksloc.orgrenamed ARRANGE into DEFMODE
2006-08-01 arg@10ksloc.orgcentralized/externalized configuration to config.h
2006-08-01 arg@10ksloc.orgapplied Jukkas prev/next patch with XK_{h,l}
2006-08-01 arg@10ksloc.orgapplied Sanders patches
2006-08-01 arg@10ksloc.orgcommitted a patch which fixes the hints of Jukka
2006-07-21 arg@10ksloc.orgsome cleanups/fixes inspired by Jukka Salmi's feedback
2006-07-21 arg@10ksloc.orgsanitization of several clunky stuff, removed heretag...
2006-07-20 arg@10ksloc.orgusing double-linked list in order to get correct prev...
2006-07-20 arg@10ksloc.orgcleaned the CUSTOMIZE flags
2006-07-20 arg@10ksloc.orgmade status bar drawing more robust, implemented toggle...
2006-07-20 arg@10ksloc.orgcleaned up code
2006-07-20 arg@10ksloc.orgremoved c->f{x,y,w,h} and c->t{x,y,w,h} in favor for...
2006-07-19 arg@10ksloc.orgimplemented regexp matching for rules
2006-07-19 arg@10ksloc.orgimplemented fallback for too many clients in stacked...
2006-07-19 arg@10ksloc.orgapplied Sanders resize patch, fixed lower bug
2006-07-18 arg@mmvifirefox instance is different now
2006-07-18 Anselm R. Garbeimplemened distinguishing float/managed geometries...
2006-07-18 Anselm R. Garbepop on heretag
2006-07-18 Anselm R. Garbeadded heretag command which allows to tag a client...
2006-07-17 Anselm R. Garbeordered variables in structs and source files alphabeti...
2006-07-15 Anselm R. Garbeseveral additions in mouse handling ;)
2006-07-15 Anselm R. Garbeproceeded with cleaning up, sorting functions, etc
2006-07-15 Anselm R. Garberearranged several stuff