From d57b4c8cf0f8c20e022e7d1385150ae1cc8f1416 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 20 Feb 2013 16:29:27 -0500 Subject: [PATCH] updates to the todo lists --- android/todo.txt | 4 +++- core/todo.txt | 6 ++++++ todo.txt | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/android/todo.txt b/android/todo.txt index 6677d175a..e3b735641 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -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 diff --git a/core/todo.txt b/core/todo.txt index fbde4b12c..6fe4c6140 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/todo.txt b/todo.txt index daf6a63b5..d78371769 100644 --- a/todo.txt +++ b/todo.txt @@ -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