diff --git a/core/todo.txt b/core/todo.txt index 89c6d04dd..277fd2f06 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -11,9 +11,14 @@ X http://dev.processing.org/bugs/show_bug.cgi?id=283 o make the PFont index lookup use numbers up to 256? X change JAVA2D surface to be RGB instead of ARGB X seeing some strange behavior, hopefully this won't be a regression +o filter() doesn't need a loadPixels +o but if you want to filter *and* mess w/ pixels (avoid double load) +o then do loadPixels() /before/ filter, and updatePixels after messing +o same will go for blend() for 2.0 +_ arrayobjects (and others) flickers like hell in chrome 10 on os x _ rounded rectangle method _ http://code.google.com/p/processing/issues/detail?id=265 _ make sure that loadXxxx() methods are used after init() @@ -46,11 +51,7 @@ _ http://code.google.com/p/processing/issues/detail?id=182 _ copy(image with transparency) doesn't keep the transparency at start up _ http://code.google.com/p/processing/issues/detail?id=601 -o filter() doesn't need a loadPixels -o but if you want to filter *and* mess w/ pixels (avoid double load) -o then do loadPixels() /before/ filter, and updatePixels after messing -o same will go for blend() -_ make sure that filter, blend, copy, etc say that no loadPixels necessary +_ make sure that filter, blend, copy, etc say that no loadPixels necessary _ clipping _ http://mrl.nyu.edu/~perlin/experiments/borg/render/index.html diff --git a/todo.txt b/todo.txt index 49463dc81..f33db660d 100644 --- a/todo.txt +++ b/todo.txt @@ -22,12 +22,12 @@ X allow more than one sketch to run at a time X fix caret bug leading to slow degredation of the PDE X fix color selector to be more efficient -_ help casey re-export all applets for the site +X help casey re-export all applets for the site X remove .java files, use one central loading.gif and core.jar? X use a custom applet.html template for the export X the tool could copy this into the folder just before exporting -_ remove all the 'applet' folders from svn -_ run the javadoc for 1.5 +X remove all the 'applet' folders from svn +X run the javadoc for 1.5 _ remove opengl2 for 1.5 and examples for the final 1.5 _ need to get a new stable release out there, the docs/ref are out of sync