summaryrefslogtreecommitdiff
path: root/sys/src/9/port/devdraw.c
AgeCommit message (Collapse)Author
2016-02-28devdraw: remove unused Edepth[]cinap_lenrek
2015-01-02devdraw: remove broken color palette blankingcinap_lenrek
the code did not work as drawactive() was called with the drawlock held. instead of fixing, the code for palette blanking has been removed.
2014-02-03devdraw: screenid is BGLONG, not BGSHORTcinap_lenrek
2014-01-14devdraw: fix memory corruption reading draw ctl filecinap_lenrek
when user does read of exactly 12*12 bytes on draw ctl file, the snprint() adds one more \0 byte writing beyond the user buffer and corrupting memory. fix this by not snprint()ing the final space and add it manually.
2013-12-25devdraw: fix drawdelname() string memory leakcinap_lenrek
2012-10-27devdraw: fix stats for #i/winname (thanks jas)cinap_lenrek
2012-02-20devdraw: use QLock to serialize sleep on refresh to prevent double sleepcinap_lenrek
2011-04-11vesa-changescinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen