JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
dwm.git
2008-02-22 Anselm R Garbeadded Gottox to Copyright holders after all his contrib...
2008-02-22 Anselm R Garbesome other fixes, resize contains a minor bug
2008-02-22 Anselm R Garbecrash fix
2008-02-22 Anselm R Garbemade arrange() Monitor-dependent as well, fixed the...
2008-02-21 Anselm R Garbeminor
2008-02-21 Anselm R Garbeapplied Gottox' monitor.diff patch (thanks btw)
2008-02-21 Anselm R Garbemade restack, drawbar also Monitor-related only
2008-02-21 Anselm R Garbechanged arrange functions to contain the Monitor as...
2008-02-20 Anselm R Garbeapplied Jukka's zoom-patch
2008-02-20 Anselm R Garberesize handles offscreen issues
2008-02-20 Anselm R Garbeapplied some necessary changes
2008-02-18 Anselm R Garberemoved Monitor->dc, unnecessary
2008-02-18 Anselm R Garberemoved Monitor->root, since we do not support classica...
2008-02-15 Anselm R Garbesome drawbar() polishing, and certain related fixes
2008-02-13 Anselm R Garbeurgency hook handling needs also to invert the square...
2008-02-11 Anselm R GarbeChris pointed me to the fact, that the window geoms...
2008-02-11 Anselm R Garbefixed missing else branch
2008-02-11 Anselm R Garbeapplied dme's patch to prevent changing prevtags if...
2008-02-11 Anselm R Garbeapplied dwm-4.8-snaptileds.diff
2008-02-11 anselm@aabimplemented urgent hint handling (with multihead support)
2008-02-11 anselm@aabgot initial Xinerama support working, though there...
2007-12-22 anselm@anselm1some more polishing/consistency changes
2007-12-22 anselm@anselm1proceeded with multihead/Xinerama support
2007-12-22 anselm@anselm1removed maximize, there will be monocle soon
2007-12-22 anselm@anselm1fixed wrong tagging stuff
2007-12-22 anselm@anselm1added dmenu_run to config.h
2007-12-21 anselm@anselm1root window and screen have to be in Monitor struct...
2007-12-21 anselm@anselm1merged Christof Musik's Xinerama support patches, thoug...
2007-12-09 Anselm R. Garbesimplified Mod-m
2007-12-08 Anselm R. Garbeimplemented reapply for re-applying the tagging rules...
2007-12-08 Anselm R. Garbenext version will be 4.8
2007-11-21 Anselm R. GarbeAdded tag 4.7 for changeset d6d3085307d8
2007-11-17 Anselm R. Garbefixed focus steeling bug done by clients like opera
2007-11-17 Anselm R. Garberemoved support for the NetSupportingWmCheck stuff...
2007-11-15 Anselm R. Garbeyeah compiz didn't did the trick, but identifying dwm...
2007-11-15 Anselm R. Garbefoo
2007-11-15 Anselm R. Garbehack that adds NET_SUPPORTING_WM_CHECK handling, dwm...
2007-11-10 Anselm R. Garbeapplied Ritesh's patch to stext handling with some...
2007-11-10 Anselm R. Garbeinitialize prevtags in setup, now users can setup which...
2007-11-10 Anselm R. GarbeUsing a new tags definition (const char [][MAXTAGLEN...
2007-11-07 arg@suckless.orgmoved LENGTH to dwm.c, moved prevtags to dwm.c
2007-11-04 Anselm R. Garbewe check variable == value, and not the other way ...
2007-11-04 Anselm R. Garberemoved a misleading comment about client title windows...
2007-11-04 Anselm R. Garbefull names in -v output of dwm
2007-11-03 Anselm R. Garbedoing it in a shorter way
2007-11-03 Anselm R. Garberemoved fgets usage, increment offset until a line...
2007-11-02 Anselm R. Garbesimplified
2007-11-02 Anselm R. Garbemade error handling more proper
2007-11-02 Anselm R. Garbereplaced low-level stext reading with an fgets call
2007-11-02 Anselm R. Garberevival of RESIZEHINTS
2007-10-29 arg@suckless.orgsanders patch for b2 toggle
2007-10-28 Anselm R. Garbereplaced Nmacros with LENGTH(x) macro
2007-10-28 Anselm R. Garbereplaced ISTILE with domwfact/dozoom bools, removed...
2007-10-27 Anselm R. Garbesome sanity changes
2007-10-27 Anselm R. Garbegoing toward 4.7
2007-10-25 Anselm R. GarbeAdded tag 4.6 for changeset bcd7e18e196a
2007-10-25 arg@suckless.orgfixed a comment
2007-10-24 Anselm R. Garbealso consider width for tile fallback enforcing
2007-10-24 arg@suckless.orgremoved RESIZEHINTS and enhanced tile for fixed or...
2007-10-24 arg@suckless.orgsome cleanup, removed ntags variable, defined NTAGS...
2007-10-23 arg@suckless.orgparenthized use of ISTILE macro in dwm.c
2007-10-19 arg@suckless.orgthx to Toni Lainson
2007-10-18 arg@suckless.orgfixed two comments
2007-10-18 arg@suckless.orgremoved dwm.h, just include C-files in config.h if...
2007-10-17 arg@suckless.orgsmall cosmetic fix
2007-10-17 arg@suckless.orguncommented DEBUG CFLGAS/LDFLAGS
2007-10-17 arg@suckless.orgjust making dwm.h saner
2007-10-16 Anselm R. Garbeapplied Eric Mertens patch to mainstream dwm, however...
2007-10-16 Anselm R. Garbecleaned up dwm.c/dwm.h somewhat that it allows easier...
2007-10-11 Anselm R. Garbesmall comment
2007-10-11 Anselm R. Garberecreated dwm.h
2007-10-10 Anselm R. Garbeadded Mod1-Tab description to dwm.1
2007-10-10 Anselm R. Garbeadded antoszka's viewprev patch with some minor modific...
2007-10-06 Anselm R. Garbeapplied Brandon MacDone's static initialization patch...
2007-10-05 Anselm R. Garberemoving NULL-terminating **tags definition in config.h
2007-10-03 Anselm R. Garberemoved two spaces reported by Soleen
2007-10-01 Anselm R. Garbereverted Peters patch to tile, I will discuss the reaso...
2007-10-01 Anselm R. Garbes/xterm/uxterm/
2007-10-01 Anselm R. Garbeadded hint for downloading dextra
2007-10-01 Anselm R. Garbefixed font definition
2007-09-30 Anselm R. Garbefixed man page
2007-09-30 Anselm R. Garbefixed an issue in Peter's patch (it is no good idea...
2007-09-30 Anselm R. Garbeapplied Peter Hartlich's border collapse patch
2007-09-27 Anselm R. Garbeimproved tile() for the RESIZEHINTS == True case, now...
2007-09-27 Anselm R. Garbefixed colors
2007-09-27 arg@suckless.orgfixed inclusion order
2007-09-26 Anselm R. Garbeupdated with my favorite colorscheme
2007-09-25 Anselm R. Garbeapplied colors depend from lavishs proposal
2007-09-23 Anselm R. Garbeswitching to white normal bg, renaming tag 9 into www...
2007-09-23 Anselm R. Garbebtw 4.6 will be the next release
2007-09-23 Anselm R. Garberenamed config.h into config.def.h, config.h will be...
2007-09-22 Anselm R. Garbeintroduced ISTILE, which can be easily extended with...
2007-09-22 Anselm R. Garbesetmwfact and zoom check isarrange(floating) now, not...
2007-09-22 Anselm R. GarbeAdded tag 4.5 for changeset 2acc60d6dfe2
2007-09-22 Anselm R. Garbecosmetic fix
2007-09-20 Anselm R. Garbefixed a comment
2007-09-19 arg@suckless.orgapplied Peters patch, applied yiyus hint to initfont
2007-09-18 Anselm R. Garbeapplied Peter Hartlich's togglemax patch to allow toggl...
2007-09-17 arg@suckless.orgmade all stuff non-static - so you can choose wether...
2007-09-16 Anselm R. Garbethere might be envs which need Xlib.h
next