Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-03-31 | it's debug season for upcoming dwm 5.8, so only use this if you really want ↵ | Anselm R Garbe | -4/+20 | |
to run experimental code or debug code | ||||
2009-09-27 | applied Ryan Zheng's patch and re-releasing 5.7.2 | Anselm R Garbe | -3/+2 | |
2009-09-27 | fixed the layout symbol bug reported by Nibble (but using a different ↵ | Anselm R Garbe | -28/+38 | |
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 | ||||
2009-09-22 | implemented nn < n case, k-zed please recheck | Anselm R Garbe | -14/+30 | |
2009-09-22 | use buffer instead of pointer for mon->ltsymbol | Anselm R Garbe | -8/+5 | |
2009-09-22 | added missing scan | Anselm R Garbe | -0/+1 | |
2009-09-21 | implemented different version of updategeom | Anselm R Garbe | -149/+85 | |
2009-09-19 | added TODO to updategeom in order to implement a decent version of it soon | Anselm R Garbe | -0/+34 | |
2009-09-18 | new experimental updategeom() additions that should avoid several problems ↵ | Anselm R Garbe | -24/+77 | |
with Xinerama, this is EXPERIMENTAL and might break something, the algorithms in use are quite complex and cumbersome, patches and comments welcome | ||||
2009-09-16 | implemented dynamic layout symbol stuff | Anselm R Garbe | -19/+18 | |
2009-09-08 | update | Anselm R Garbe | -0/+1 | |
2009-09-08 | hard-core destruction | Anselm R Garbe | -2/+8 | |
2009-09-08 | renaming isdestroyed into destroyed | Anselm R Garbe | -3/+3 | |
2009-09-08 | sync when a client is being killed | Anselm R Garbe | -0/+1 | |
2009-09-08 | added isdestroyed flag to unmanage | Anselm R Garbe | -15/+16 | |
2009-09-07 | always updategeom when root is configured | nsz@tpx | -1/+1 | |
2009-08-18 | another small optimisation | Anselm R Garbe | -1/+1 | |
2009-08-18 | also update title if the client is on an unfocused monitor | Anselm R Garbe | -1/+1 | |
2009-08-16 | applied Jukka's cosmetic patch | Anselm R Garbe | -9/+9 | |
2009-08-16 | applied Jukka's sigchld patch | Anselm R Garbe | -2/+2 | |
2009-08-13 | added merged patch of anydot and Neale | Anselm R Garbe | -3/+7 | |
2009-07-27 | fixed nn declaration | Anselm R Garbe | -1/+2 | |
2009-07-21 | applied nsz patch | Anselm R Garbe | -1/+1 | |
2009-07-21 | updategeom fix for same geom screens | Anselm R Garbe | -1/+6 | |
2009-07-17 | removed misleading comment | Anselm R Garbe | -2/+2 | |
2009-07-17 | it's all nsz's hard investigation effort, hail nsz! ;) | Anselm R Garbe | -4/+4 | |
2009-07-14 | final style fixes | Anselm R Garbe | -15/+13 | |
2009-07-14 | removed int cast in TAGMASK as suggested by nsz | Anselm R Garbe | -1/+1 | |
2009-07-14 | some stylistic changes | Anselm R Garbe | -9/+8 | |
2009-07-12 | mark broken clients as broken | anselm@x200s.config | -2/+8 | |
2009-07-12 | fixing updatetitle | anselm@x200s.config | -1/+1 | |
2009-07-09 | extended rule to apply monitors if set up accordingly | Anselm R Garbe | -4/+9 | |
2009-07-09 | reverting to optimised compiler options, current state seems stable | Anselm R Garbe | -1/+1 | |
2009-07-09 | added client number printing right of layout symbol | Anselm R Garbe | -5/+9 | |
2009-07-09 | removed monsyms, useless | Anselm R Garbe | -12/+3 | |
2009-07-09 | restricting number of mons by length of monsyms | Anselm R Garbe | -0/+2 | |
2009-07-08 | introducing const where it might make some sense | Anselm R Garbe | -5/+5 | |
2009-07-08 | no that's definately better | Anselm R Garbe | -1/+0 | |
2009-07-08 | some minor changes | Anselm R Garbe | -11/+11 | |
2009-07-08 | die if malloc sizeof(Monitor) fails | Anselm R Garbe | -1/+2 | |
2009-07-06 | applied Mate's patch, added Mate to LICENSE | Anselm R Garbe | -20/+20 | |
2009-07-02 | some cleanups | Anselm R Garbe | -6/+9 | |
2009-07-02 | hotfix | Anselm R Garbe | -2/+3 | |
2009-07-02 | changed focusmon/tagmon to work on prev/next instead (-1/+1), changed ↵ | Anselm R Garbe | -20/+26 | |
shortcuts to Mod1-, Mod1-. and Mod1-Shift-, Mod1-Shift-. | ||||
2009-07-02 | removed some empty lines | Anselm R Garbe | -43/+6 | |
2009-07-02 | interactive resizals allow display dimensions again | Anselm R Garbe | -20/+33 | |
2009-07-02 | update | Anselm R Garbe | -1/+1 | |
2009-07-02 | introduced monitor symbols | Anselm R Garbe | -5/+2 | |
2009-07-02 | minor fix | Anselm R Garbe | -3/+3 | |
2009-07-01 | several bugfixes | Anselm R Garbe | -17/+8 | |