summaryrefslogtreecommitdiff
path: root/src/logo.c
AgeCommit message (Collapse)Author
2018-10-23*: update copyright lines to include 2018Vito Caputo
2018-04-11logo: trivial cleanupVito Caputo
2018-04-11logo: fix an edge case where logo is drawn foreverPhilip 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 2017Vito Caputo
2017-03-14vwm: utilize vwm_xserver_t, minor refactorVito Caputo
2016-09-09*: refactor all the thingsVito 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.
© All Rights Reserved