diff --git a/done.txt b/done.txt index abbb57c0e..2f4ff8229 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,13 @@ +0065 +X fix SMOOTH_IMAGES problem with how text had been modified +X include version number in the about box +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242 +X Ctrl-B will beautify the code and send the cursor back to the +X beginning of the the text. Then you have to scroll back to +X where you were... ok, so maybe I am a heavy user of Ctrl-B. +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242;start=0 + + 0064 X re-enable (bad) thick line code since it was completely shut off X set default filename for the font diff --git a/todo.txt b/todo.txt index f177bf8c2..97ab7f3ca 100644 --- a/todo.txt +++ b/todo.txt @@ -1,18 +1,15 @@ -0065 -X fix SMOOTH_IMAGES problem with how text had been modified -X include version number in the about box -X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242 -X Ctrl-B will beautify the code and send the cursor back to the -X beginning of the the text. Then you have to scroll back to -X where you were... ok, so maybe I am a heavy user of Ctrl-B. -X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242;start=0 +0066 +X BImage.replicate for straight 1:1 copy, blend() for blended version +X remove the blendMode function because it's confusing +X big changes to image code from toxi + +_ bresenham ellipses/circle ignore alpha +_ strokeWeight != 1 then shouldn't use flat_rect or flat_ellipse DEVELOPERS _ try ariel's Thread.yield() suggestion _ set default framerate of 24? 30? -_ BImage.replicate for straight 1:1 copy, blend() for blended version -_ remove the blendMode function because it's confusing MEDIUM