updates to the todo lists

This commit is contained in:
Ben Fry
2013-02-20 16:29:27 -05:00
parent 71d20578fb
commit d57b4c8cf0
3 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -88,8 +88,10 @@ _ returning from pause needs to reset the clock
_ this is currently draining batteries
_ thread is continually running - 'inside handleDraw()' running continually
_ inside run() it shouldn't still be going
_ need sizeChanged() method...
_ avoid sketch restart on orientation change
_ need sizeChanged() method...
_ also add the param to the xml file saying that it can deal w/ rotation
_ https://github.com/processing/processing/issues/1640
_ re: android libraries, from shawn van every
The most powerful part were the libraries (and the ease with which they could be developed). Location, SMS, Camera/Video, Bluetooth (for Arduino integration) and PClient/PRequest were by far the most used. The ones that came with it, plus the ones from MJSoft were good though I ended up making a couple of very specific ones for my students: http://www.mobvcasting.com/wp/?cat=4
+6
View File
@@ -91,6 +91,12 @@ A https://github.com/processing/processing/issues/1557
X http://code.google.com/p/processing/issues/detail?id=1519
A Mouse data erratic in P2D
A https://github.com/processing/processing/issues/1626
A Destroying an OpenGL PApplet doesn't terminate SharedResourceRunner thread
A https://github.com/processing/processing/issues/1483
A http://code.google.com/p/processing/issues/detail?id=1445
A exit() crashes Java on P2D and 3D when fullscreen only
A https://github.com/processing/processing/issues/12
_ Default filter on PGraphics does nothing (JAVA2D) or causes crash (P2D/P3D)
_ http://code.google.com/p/processing/issues/detail?id=1496
_ https://github.com/processing/processing/issues/1534
+2
View File
@@ -624,6 +624,8 @@ _ http://code.google.com/p/processing/issues/detail?id=8
PDE / Editor
_ the PDE uses 15% of CPU while just sitting idle
_ https://github.com/processing/processing/issues/1561
_ renaming RGB (.pde) to Rgb.java says "a file named RGB.pde already exists"
_ undo seems to not be going to the right location (now with example)
_ http://code.google.com/p/processing/issues/detail?id=668