Commits


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


applied Tony Lainson's config.def.h patch


update


hard-core destruction


renaming isdestroyed into destroyed


sync when a client is being killed


added isdestroyed flag to unmanage


always updategeom when root is configured


another small optimisation


also update title if the client is on an unfocused monitor


applied nsz's dwm.1 patch, also added wmname


applied Jukka's cosmetic patch


applied Jukka's sigchld patch


added merged patch of anydot and Neale