Commits


removed DEBUG code and added 2010 to the copyright list


applied Sylvain Laurent's EWMH fullscreen state patch, simplified his patch a bit


added the related bug reported by voltaic


pretty printing bugs a bit


selmon optimisation is needed


more debug output, experimental focus optimisation


quick typo fix


it's debug season for upcoming dwm 5.8, so only use this if you really want to run experimental code or debug code


another bug report


removed misleading comment, thanks Romain Bertrand


added nsz's last bug corner case


added BUGS, next version is 5.8


Added tag 5.7.2 for changeset 15761ac5e2f1


applied Ryan Zheng's patch and re-releasing 5.7.2


Added tag 5.7.1 for changeset 48c3f87c335d


fixed the layout symbol bug reported by Nibble (but using a different approach as he suggested) - optimised drawbar() and arrange() handling for multiple monitors, arrange only arranges the relevant monitors when applicable, same with drawbar - need to release 5.7.1


Added tag 5.7 for changeset 257403d4cd96


switching to release flags


implemented nn < n case, k-zed please recheck


use buffer instead of pointer for mon->ltsymbol


added missing scan


implemented different version of updategeom


added TODO to updategeom in order to implement a decent version of it soon


new experimental updategeom() additions that should avoid several problems with Xinerama, this is EXPERIMENTAL and might break something, the algorithms in use are quite complex and cumbersome, patches and comments welcome


implemented dynamic layout symbol stuff