todo items

This commit is contained in:
benfry
2011-07-17 14:06:52 +00:00
parent 49f85e1edc
commit 9a9569c94d
3 changed files with 29 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
0200 android
_ usb host and nfc reader need other changes to the app hierarchy to work
_ http://code.google.com/p/processing/issues/detail?id=767
_ don't let the examples get overwritten with other mode stuff
_ the whole sketch.properties thing is yech
+6
View File
@@ -2,6 +2,8 @@
X remove textMode(SCREEN)
_ enable smooth() by default
_ trimming text on URLs?
_ http://code.google.com/p/processing/issues/detail?id=715
andres
_ beginRaw() not working with 3D
@@ -98,6 +100,8 @@ _ docs for rect(x, y, w, h, r) and rect(x, y, w, h, tl, tr, br, bl)
_ screen.width/height shouldn't be anywhere
_ add docs for screenWidth and screenHeight
_ remove delay() documentation
_ remove textMode(SCREEN) references
_ find in reference for copy() goes to PVector (oog)
2.0
_ Abnormal high Java CPU usage at empty sketch with draw()
@@ -111,6 +115,8 @@ _ http://code.google.com/p/processing/issues/detail?id=742
_ toArray(), toArray(float[]), toVectorArray(), toVectorArray(PVector[])
_ toColorArray(), toColorArray(float[])...
_ remove blend(), add blendMode()
_ fix blue-channel bias on blend() so that blendMode() will work in 2.0
_ http://code.google.com/p/processing/issues/detail?id=475
_ decision on registered methods
_ remove registerPre() et al
_ add register("pause", ...)
+21 -1
View File
@@ -1,10 +1,28 @@
0200 pde
X update to java 6u26
X re-upload with new version to include javac
X HTML escapes for < and > not working properly
X http://code.google.com/p/processing/issues/detail?id=771
./configure --disable-werror --target=i686-pc-mingw32
_ renaming a normal tab to same name with ".java" fails with ".pde" version already exists
_ http://code.google.com/p/processing/issues/detail?id=776
./configure --disable-werror --target=i686-pc-mingw32
./configure --disable-werror --target=i686-pc-mingw32 --host=i686-pc-darwin
./configure --disable-werror --target=i686-pc-mingw32 --host=i686-apple-darwin10
works: CXX='g++ -m32' CC='gcc -m32' CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 ./configure --disable-werror --target=i686-pc-mingw32
CXX='g++ -m32' CC='gcc -m32' CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 ./configure --disable-werror --target=i686-pc-mingw32 --with-gnu-ld
_ casey: recent sketches is a yes, window menu could go either way
window menu:
http://code.google.com/p/processing/issues/detail?id=545
recent sketches:
http://code.google.com/p/processing/issues/detail?id=188
_ update the build instructions page
_ http://code.google.com/p/processing/wiki/BuildInstructions
_ sketch.isReadOnly returns false for examples coming from multiple modes
_ http://code.google.com/p/processing/issues/detail?id=734
http://support.microsoft.com/kb/184082
http://msdn.microsoft.com/en-us/library/cc144175%28v=VS.85%29.aspx
@@ -1102,6 +1120,8 @@ PDE / Editor Header
PDE / Editor Status
_ make standard editor input prompt available to other tools/modes
_ http://code.google.com/p/processing/issues/detail?id=746
_ error messages run off the edge and go invisible
_ http://dev.processing.org/bugs/show_bug.cgi?id=57
_ move all prompts to modal dialog showError/Message/Warning/Prompt