config.mk
2014-04-02 Stiletto Imported dwm 6.0 from snapshot default
2011-02-02 Stiletto Pango patch, stil
2010-08-24 anselm added TODO and bumped version to 5.9
2010-05-30 Anselm R Garbe increased version 5.8.2
2010-05-29 Anselm R Garbe removing Sylvain's patch because it breaks more than it fixes unfortunately, re-issuing a bugfix release 5.8.1 5.8.1
2010-03-31 Anselm R Garbe it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code
2009-11-24 Anselm R Garbe removed misleading comment, thanks Romain Bertrand
2009-10-31 Anselm R Garbe added BUGS, next version is 5.8
2009-09-27 Anselm R Garbe applied Ryan Zheng's patch and re-releasing 5.7.2 5.7.2
2009-09-27 Anselm R Garbe fixed the layout symbol bug reported by Nibble (but using a different approach as he suggested) 5.7.1
2009-09-22 Anselm R Garbe switching to release flags 5.7
2009-09-21 Anselm R Garbe implemented different version of updategeom
2009-07-27 Anselm R Garbe fixed nn declaration
2009-07-21 Anselm R Garbe updategeom fix for same geom screens
2009-07-17 Anselm R Garbe it's all nsz's hard investigation effort, hail nsz! ;)
2009-07-09 Anselm R Garbe reverting to optimised compiler options, current state seems stable
2009-07-01 Anselm R Garbe several bugfixes
2009-07-01 Anselm R Garbe some minor fix if xinerama is disabled, still some odd behavior in there
2009-06-23 Anselm R Garbe fixed tagmon, re-using detach/detachstack and attach/attachstack
2009-06-23 Anselm R Garbe declare buf only if XINERAMA support is used
2009-06-20 Anselm R Garbe experimental xinerama support, two new actions, Mod1-w/e and Mod1-Shift-w/e
2009-06-19 Anselm R Garbe introduction of Monitor for better Xinerama support, work in progress
2009-04-20 Anselm R Garbe next version will be 5.6, shortened some very long lines
2009-03-19 Anselm R Garbe applied Marc Andre Tanners showhide patch, the removal of ntiled 5.5
2009-02-21 Anselm R Garbe applied Gottox' adjustborder removal patch (thanks!)
2009-02-08 a fixed an issue reported by Nibble, also fixed s/2008/2009/ 5.4.1
2008-12-12 a re-applied Neale's spawn patch, credited Neale in LICENSE
2008-12-06 Anselm R Garbe fix
2008-10-19 Anselm R Garbe several changes towards 5.3, XINERAMA is disabled by default, introduced usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization
2008-08-02 Anselm R Garbe made readin a config.h variable
2008-06-19 Anselm R Garbe untested monocle
2008-06-19 Anselm R Garbe non-zero
2008-06-13 Anselm R Garbe minor fix
2008-06-11 Anselm R Garbe applied anydot's patchset.diff
2008-05-22 Anselm R Garbe applied Gottox bitmask + void *arg patch
2008-05-19 Anselm R Garbe fixed comment
2008-05-19 Anselm R Garbe make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients
2008-05-17 Anselm R Garbe new stuff
2008-05-11 Anselm R Garbe implemented exact focus next, if arg != NULL to focus{next,prev}
2008-04-04 Anselm R Garbe next version is 5.0
2008-03-31 Anselm R Garbe removed uneccessary line
2008-03-15 Anselm R Garbe made the string-based setgeom working
2008-03-14 Anselm R Garbe some changes towards 4.9
2008-03-05 Anselm R Garbe removed some more useless clunk
2008-03-05 Anselm R Garbe implemented the stuff as I discussed on dwm@
2008-02-28 anselm well, AIM_XINERAMA should not be enabled
2008-02-28 anselm made the basics of the tagging concept working -- if people want dynamic tags, that's even possible with this concept, the vtags[] array needs to be modified during runtime for this -- the new code is quite experimental, ugly and needs polishing
2008-02-26 anselm disabled AIM_XINERAMA
2008-02-26 anselm simplified dwm
2008-02-11 anselm got initial Xinerama support working, though there is a lot work todo
2007-12-21 anselm merged Christof Musik's Xinerama support patches, though this needs some polishing!
2007-12-08 Anselm R. Garbe next version will be 4.8
2007-10-27 Anselm R. Garbe going toward 4.7
2007-10-17 arg uncommented DEBUG CFLGAS/LDFLAGS
2007-10-17 arg just making dwm.h saner
2007-10-10 Anselm R. Garbe added antoszka's viewprev patch with some minor modifications, restored Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise
2007-09-23 Anselm R. Garbe btw 4.6 will be the next release
2007-09-15 Anselm R. Garbe micromizing dwm step 1
2007-09-09 Anselm R. Garbe introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
2007-08-26 Anselm R. Garbe prepared 4.4.1 bugfix and minor feature enhancement release 4.4.1
2007-08-22 Anselm R. Garbe reverted release CFLAGs
2007-08-22 Anselm R. Garbe removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check
2007-08-19 Anselm R. Garbe added screen.c, removed layout.c and tag.c
2007-08-18 Anselm R. Garbe hmm I doubt the usefulness of storing this information...
2007-08-13 Anselm R. Garbe made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
2007-08-12 Anselm R. Garbe moved floating to layout.c, kept tile.c outside
2007-08-12 Anselm R. Garbe renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
2007-08-11 Anselm R. Garbe separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
2007-07-28 Anselm R. Garbe changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
2007-05-30 Anselm R. Garbe replaced BORDERPX with sel->border in togglemax(), in other places this is not possible.
2007-05-22 Anselm R. Garbe applied Szabolcs proposal to simplify setlayout()
2007-05-15 Anselm R. Garbe removed strip, added -s to LDFLAGS
2007-05-15 Anselm R. Garbe added new Mod1-b functionality to dwm(1)
2007-05-15 Anselm R. Garbe another fix, call lt->arrange() in togglebar only
2007-05-07 Anselm R. Garbe next version is 4.1
2007-04-11 Anselm R. Garbe next version will be 4.0, so don't expect it within the next days
2007-03-29 Anselm R. Garbe next version will be 3.9, but don't expect it this week 3.9
2007-02-26 Anselm R. Garbe Escape -s in dwm.1
2007-02-21 Anselm R. Garbe reverting to bg 555
2007-02-21 Anselm R. Garbe creating 3.6.1 3.6.1
2007-02-21 Anselm R. Garbe cleaned up and commented the config.*.h
2007-02-19 Anselm R. Garbe removed debug compile flags
2007-02-19 Anselm R. Garbe introduced Layout struct
2007-02-14 Anselm R. Garbe added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)
2007-02-08 Anselm R. Garbe next version is 3.5
2007-02-07 Anselm R. Garbe removed debug flags 3.4
2007-02-07 Anselm R. Garbe replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
2007-02-05 Anselm R. Garbe made some changes more concistent
2007-02-05 Anselm R. Garbe got rid of LD (inspired by JGs patch to wmii)
2007-01-26 Anselm R. Garbe renamed CAVEATS into BUGS
2007-01-25 Anselm R. Garbe prepared yet another hotfix release 3.2.2
2007-01-24 Anselm R. Garbe hotfix release 3.2.1 3.2.1
2007-01-17 Anselm R. Garbe moved BORDERPX to config.*.h
2007-01-12 Anselm R. Garbe changed incnmaster shortcuts in config.arg.h
2007-01-08 Anselm R. Garbe implemented nmaster appearance in mode label (using %u)
2007-01-05 Anselm R. Garbe prevent pop() if first sel == nexttiled(clients)
2007-01-05 Anselm R. Garbe fixing some minor issues
2007-01-05 Anselm R. Garbe I prefer two master windows by default
2007-01-05 Anselm R. Garbe experimental version which allows master clients being increased/decreased
2007-01-02 arg next version will contain updated copyright notice
2006-12-18 arg added Solaris hints
2006-12-08 arg removed the hardcoded fixed fallback, it is useless in non-Latin1 environments
2006-12-05 arg enforcing using fontsets even if they are incomplete for some encodings
2006-12-04 arg hotfix of a serious crashing bug 2.5.1
2006-11-30 arg next version will be 2.5
2006-11-25 arg next version will be 2.4
2006-11-21 arg applied Gottox patches
2006-11-03 arg next release will be 2.2
2006-10-31 arg applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable)
2006-10-14 Anselm R. Garbe now being at v2.0
2006-10-05 Anselm R. Garbe changing MASTER value from percent into per mill
2006-09-29 Anselm R. Garbe first step to a more flexible dotile() algorithm
2006-09-27 Anselm R. Garbe fixing the settags issue, preparing 1.7.1 1.7.1
2006-09-20 arg improved intro comment in dwm.h, updated config.mk
2006-09-11 Anselm R. Garbe small fix
2006-09-06 Anselm R. Garbe maybe this might work
2006-09-06 Anselm R. Garbe prepared dwm-1.4 update 1.4
2006-09-06 Anselm R. Garbe seems to preserve floating client z-layer order (even with reorder() calls)
2006-09-04 Anselm R. Garbe after 1.3
2006-09-04 Anselm R. Garbe retagged 1.3
2006-09-04 Anselm R. Garbe removed html crap
2006-08-31 Anselm R. Garbe applied sanders patch to remove unnecessary commit()
2006-08-28 Anselm R. Garbe changed config.arg.h - I really need the 4th tag
2006-08-24 Anselm R. Garbe 3->4 colors
2006-08-16 Anselm R.Garbe applied another config.mk patch made by sander
2006-08-15 Anselm R.Garbe fixing small bug in config.mk
2006-08-14 Anselm R.Garbe applied Sanders LD and resize patches
2006-08-11 Anselm R.Garbe upgraded version info
2006-08-07 arg next version is 0.8
2006-08-05 arg using -Os again, zoom is ignored in floating mode or on floating clients
2006-08-04 arg no need for -g anymore, regexp matching works now
2006-08-04 arg switched to regexp matching for Rules
2006-08-02 arg fixed a type in README, and patched config.mk
2006-08-02 arg removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
2006-08-02 arg applied Sanders patches (numlock2)
2006-08-01 arg uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)
2006-08-01 arg centralized/externalized configuration to config.h
2006-08-01 arg applied Sanders patches
2006-07-21 arg s/0.5/0.6/ - my steps are wider than the reality
2006-07-21 arg preparing 0.6 which will be available in the evening after sanders patch approx.
2006-07-20 arg using double-linked list in order to get correct prev focus handling
2006-07-20 arg cleaned up code
2006-07-20 arg using O3 instead of Os, binary size still < 40kb
2006-07-19 arg applied Jukka's patch with s/ModKeyMask/MODKEY/g
2006-07-18 arg changed CFLAGs
2006-07-17 Anselm R. Garbe simplified Makefile
2006-07-17 Anselm R. Garbe patched dwm
2006-07-16 Anselm R. Garbe simplified man page
2006-07-14 Anselm R. Garbe draw bar on exposure ;)
2006-07-14 Anselm R. Garbe prep 0.1 0.1
2006-07-14 Anselm R. Garbe implemented dwm reading status text from stdin
2006-07-14 Anselm R. Garbe continued with man page
2006-07-13 Anselm R. Garbe new stuff
2006-07-13 Anselm R. Garbe added logo+description
2006-07-12 Anselm R. Garbe new stuff (some warning elimination)
2006-07-12 Anselm R. Garbe new stuff, fixed several issues
2006-07-12 Anselm R. Garbe added grid mode on Mod1Mask g
2006-07-10 Anselm R. Garbe added new stuff
2006-07-10 Anselm R. Garbe initial import
less more (0) tip