todo items for recent changes

This commit is contained in:
benfry
2012-12-05 00:56:54 +00:00
parent bf5caea34d
commit ddc8435589
4 changed files with 18 additions and 1 deletions
+4
View File
@@ -18,6 +18,9 @@ o http://code.google.com/p/processing/issues/detail?id=234
X values for pmouseX/Y aren't great
X Examples > Topics > Drawing > Continuous Lines shows gaps
X http://code.google.com/p/processing/issues/detail?id=238
X debug information not coming through (Windows only?)
X http://code.google.com/p/processing/issues/detail?id=1440
X "no library found" with android.text.format (so android.* is a problem)
cleaning/earlier
A Defects in the tessellation of SVG shapes in A3D
@@ -270,6 +273,7 @@ _ images resized with default renderer on Android are pixelated
_ http://code.google.com/p/processing/issues/detail?id=552
_ implement tap detection and set correct click count for mouseClicked()
_ mouseClicked is currently not fired at all (no direct match on Android)
_ http://code.google.com/p/processing/issues/detail?id=215
_ implement multiple pointers and multi-touch
_ http://code.google.com/p/processing/issues/detail?id=243
+5
View File
@@ -93,6 +93,11 @@ PROCESSING 2.0b7 (REV 0215) - 25 November 2012
[ bug fixes ]
+ Debug information wasn't being passed through to the console.
In addition, on Windows, error reporting wasn't working properly
(couldn't find the right line or report the error correctly).
http://code.google.com/p/processing/issues/detail?id=1440
+ mouseButton not being set properly in mouseClicked.
http://code.google.com/p/processing/issues/detail?id=1350
+1 -1
View File
@@ -346,7 +346,7 @@ colorCalc() methods added to PShape.. should just be used from PGraphics
xml tweaks
_ beginning slash in getChild() threw an NPE
_ do we need a trim() method for XML?
_ isWhitespace() method for nodes?
_ isWhitespace() method for nodes? (that's the capitalization used in Character)
_ XML toString(0) means no indents or newlines
_ but no way to remove indents and still have newlines...
_ toString(-1)? a new method?
+8
View File
@@ -62,6 +62,10 @@ earlier
X The sketch name can't begin with '_' (underscore)
X http://code.google.com/p/processing/issues/detail?id=859
_ crashes in PdePreprocessor.scrubComments(PdePreprocessor.java:321)
_ String t = "*/*";
_ http://code.google.com/p/processing/issues/detail?id=1435
https://processing-js.lighthouseapp.com/
_ add to build.xml
@@ -925,6 +929,10 @@ _ fonts were showing up with very different fatness
_ check on new JDK and how it works on OS X
_ http://jdk7.java.net/macportpreview/
_ retina support
_ also this?
<key>NSHighResolutionCapable</key>
<string>true</string>
_ someone else:
Have you added an NSPrincipalClass to your Info.plist, and are using a JavaApplicationStub with 64-bit?
<key>NSPrincipalClass</key>
<string>NSApplication</string>