finish up last bits for 2.0a5

This commit is contained in:
benfry
2012-03-23 22:20:03 +00:00
parent 7acb7b3d0a
commit 479941e5bf
2 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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.