File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 103103+ Cannot use .gz files in the data or assets folder, because Android wants
104104 to compress the files itself.
105105
106- + Use screenW and screenH instead of screen.width and screen.height. Both
107- variables have been added to the desktop version of processing.core,
106+ + Use screenWidth and screenHeight instead of screen.width and screen.height.
107+ Both variables have been added to the desktop version of processing.core,
108108 where the 'screen' variable has been deprecated.
109109
110110+ To use the virtual keyboard, hold down the MENU key on the device. This
Original file line number Diff line number Diff line change 110179
22X screenWidth/Height instead of screenW/H
3+ X errors that happen inside events (e.g. keys) not highlighting lines
4+ X useful stack trace information not coming through.. why?
5+ X http://dev.processing.org/bugs/show_bug.cgi?id=1384
36
47previous
58X don't require JDK installation and PATH setting
@@ -81,11 +84,6 @@ P5 _ http://dev.processing.org/bugs/show_bug.cgi?id=1492
8184
8285TOOLS
8386
84- // jdf maybedone
85- P1 _ errors that happen inside events (e.g. keys) not highlighting lines
86- P1 _ useful stack trace information not coming through.. why?
87- P1 _ http://dev.processing.org/bugs/show_bug.cgi?id=1384
88-
8987// jdf maybedone
9088_ only send error text to System.err (i.e. "Launching emulator" is not an error)
9189_ send these debug log messages to System.out
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry excluding =" processing/app/tools/format/" kind =" src" path =" src" />
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
45 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-core" />
56 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-dxf" />
67 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing-net" />
1819 <classpathentry exported =" true" kind =" lib" path =" lib/ant.jar" />
1920 <classpathentry exported =" true" kind =" lib" path =" lib/ant-launcher.jar" />
2021 <classpathentry kind =" lib" path =" lib/apple.jar" />
21- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 5" />
2222 <classpathentry kind =" output" path =" bin" />
2323</classpath >
Original file line number Diff line number Diff line change 110179 pde
2-
2+ X another fix for CDATA section in applet.html for exported applets
3+ X updated about.jpg
4+
5+ _ new examples.zip (write build.xml file for it)
6+ _ finish build instructions for 1.1
7+ _ pdf library is broken
8+ _ bring back old-style textAscent()
9+ _ pdf library - warn about the black boxes
10+ _ or figure out how to get alpha text to work
311
412_ simple prefs implementation to set key/value pairs in a table
513_ the .macosx, .linux, etc prefs should be stripped
You can’t perform that action at this time.
0 commit comments