minor tweaks, notes in the todo lists

This commit is contained in:
benfry
2008-11-03 15:11:12 +00:00
parent 474b37e9c5
commit 1afe19784e
4 changed files with 342 additions and 325 deletions
+1 -1
View File
@@ -499,7 +499,7 @@ public class Sketch {
return;
}
SketchCode newCode = new SketchCode(newFile, newExtension);
System.out.println("new code is named " + newCode.getPrettyName() + " " + newCode.getFile());
//System.out.println("new code is named " + newCode.getPrettyName() + " " + newCode.getFile());
insertCode(newCode);
}
File diff suppressed because it is too large Load Diff
+7 -3
View File
@@ -1,4 +1,11 @@
0155 core
X hint(DISABLE_DEPTH_TEST) throws null pointer exception with OpenGL
X http://dev.processing.org/bugs/show_bug.cgi?id=984
_ placement of elements in present mode is messed up
_ "stop" button hops around, window not centered on screen
_ http://dev.processing.org/bugs/show_bug.cgi?id=923
_ rename GettingStarted_Shape example
@@ -192,9 +199,6 @@ _ catch OutOfMemoryError inside size() and let the user know
_ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1038847001
_ loadBytes() needs optimization
_ don't bother using a buffering stream, just handle internally. gah!
_ placement of elements in present mode is messed up
_ "stop" button hops around, window not centered on screen
_ http://dev.processing.org/bugs/show_bug.cgi?id=923
_ remove some of the bloat, how can we make things more compact?
_ i.e. if not using 3D, can leave out PGraphics3, PTriangle, PLine
_ http://dev.processing.org/bugs/show_bug.cgi?id=127
+11
View File
@@ -9,6 +9,15 @@ _ make processing tools use the tools api
_ http://dev.processing.org/bugs/show_bug.cgi?id=886
waiting for input
_ moviemaker can't make exact 30fps output
_ http://dev.processing.org/bugs/show_bug.cgi?id=988
_ launch4j "An error occurred while starting the application"
_ http://dev.processing.org/bugs/show_bug.cgi?id=986
_ tabs menu not working on osx ppc (can't confirm)
_ http://dev.processing.org/bugs/show_bug.cgi?id=993
[ needs verification ]
_ check to see whether this bug is fixed once 0140 is released
@@ -29,6 +38,7 @@ _ need someone to go out and test all scenarios of this
_ video library threading problems with other libraries
_ http://dev.processing.org/bugs/show_bug.cgi?id=882
_ using Capture.list() before size() sometimes works
_ serial.available() broken with video
_ http://dev.processing.org/bugs/show_bug.cgi?id=829
_ first few frames of OpenGL sketches on Windows run slowly
@@ -852,6 +862,7 @@ _ some type of sketch archive format for posting examples (.psk?)
_ would be nice to open a sketch directly from a zip file
_ http://dev.processing.org/bugs/show_bug.cgi?id=88
_ maybe just open from a zip file, since psk doesn't help anything
_ also have a means of importing sketches