Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-11 | logo: trivial cleanup | Vito Caputo | |
2018-04-11 | logo: fix an edge case where logo is drawn forever | Philip J. Freeman | |
height = 2560 /3 = 853 while ( height -= 2) { // never hits 0 ... } | |||
2017-03-27 | *: update email address: s/gnugeneration/pengaru/ | Vito Caputo | |
2017-03-21 | *: update copyrights for 2017 | Vito Caputo | |
2017-03-14 | vwm: utilize vwm_xserver_t, minor refactor | Vito Caputo | |
2016-09-09 | *: refactor all the things | Vito Caputo | |
Long overdue house cleaning. The addition of compositing/monitoring overlays in vwm3 pushed vwm well past what is a reasonable size for a simple thousand line file. This is a first step towards restoring sanity in the code, but no behavioral differences are intended, this is mostly just shuffling around and organizing code. I expect some performance regressions initially, follow-on commits will make more improvements to that end as the dust settles. |