mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
closing in on 1.5, run the new javadoc
This commit is contained in:
@@ -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
|
||||
|
||||
6
todo.txt
6
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user