diff --git a/android/about.txt b/android/about.txt index dc67b54ca..f62f85f39 100644 --- a/android/about.txt +++ b/android/about.txt @@ -103,8 +103,8 @@ + Cannot use .gz files in the data or assets folder, because Android wants to compress the files itself. -+ Use screenW and screenH instead of screen.width and screen.height. Both - variables have been added to the desktop version of processing.core, ++ Use screenWidth and screenHeight instead of screen.width and screen.height. + Both variables have been added to the desktop version of processing.core, where the 'screen' variable has been deprecated. + To use the virtual keyboard, hold down the MENU key on the device. This diff --git a/android/todo.txt b/android/todo.txt index 6e88a99e7..fe29f3c82 100644 --- a/android/todo.txt +++ b/android/todo.txt @@ -1,5 +1,8 @@ 0179 X screenWidth/Height instead of screenW/H +X errors that happen inside events (e.g. keys) not highlighting lines +X useful stack trace information not coming through.. why? +X http://dev.processing.org/bugs/show_bug.cgi?id=1384 previous X don't require JDK installation and PATH setting @@ -81,11 +84,6 @@ P5 _ http://dev.processing.org/bugs/show_bug.cgi?id=1492 TOOLS -// jdf maybedone -P1 _ errors that happen inside events (e.g. keys) not highlighting lines -P1 _ useful stack trace information not coming through.. why? -P1 _ http://dev.processing.org/bugs/show_bug.cgi?id=1384 - // jdf maybedone _ only send error text to System.err (i.e. "Launching emulator" is not an error) _ send these debug log messages to System.out diff --git a/app/.classpath b/app/.classpath index 6e36b7f0c..7d89f3f06 100644 --- a/app/.classpath +++ b/app/.classpath @@ -1,6 +1,7 @@ + @@ -18,6 +19,5 @@ - diff --git a/todo.txt b/todo.txt index 1aa579fff..cf2d69e6f 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,13 @@ 0179 pde +X another fix for CDATA section in applet.html for exported applets +X updated about.jpg +_ new examples.zip (write build.xml file for it) +_ finish build instructions for 1.1 +_ pdf library is broken +_ bring back old-style textAscent() +_ pdf library - warn about the black boxes +_ or figure out how to get alpha text to work _ simple prefs implementation to set key/value pairs in a table _ the .macosx, .linux, etc prefs should be stripped