diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 6b4cb60ec..d478d9c18 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -4,6 +4,9 @@ Major updates in this release include a huge revamp of the OpenGL library by Andres, fixes to get Android Mode working again, and a number of bug fixes and additions as we head toward 2.0. +Unfortunately, however, Android mode is still broken on Windows. +http://code.google.com/p/processing/issues/detail?id=1022 + On the OpenGL front, we're working to have a single library that works across both desktop and mobile, which is good news because it means we have a fighting chance of making it work (rather than maintaining two entire sets diff --git a/todo.txt b/todo.txt index 2fea77824..45fa919b5 100644 --- a/todo.txt +++ b/todo.txt @@ -17,6 +17,8 @@ X http://code.google.com/p/processing/issues/detail?id=913 X Fix problem with application export on Linux X http://code.google.com/p/processing/issues/detail?id=945 X "import processing.xml" throws a missing library error +X P3D as the renderer doesn't need import opengl +X but exporting applet/app needs to recognize that P3D is OpenGL javascript F JavaScript mode export folder name @@ -49,9 +51,6 @@ X get rid of restore sketch feature _ remove pref for restoring sketches _ implement recent sketches menu -_ P3D as the renderer doesn't need import opengl -_ but exporting applet/app needs to recognize that P3D is OpenGL - _ stop() not called in 1.5 _ http://code.google.com/p/processing/issues/detail?id=636 _ In reply to c#1, I noticed that dispose() is getting called. stop() isn't.