other notes

This commit is contained in:
Ben Fry
2014-01-21 21:52:45 -05:00
parent f8f76ca156
commit b9a0ee3064
2 changed files with 13 additions and 11 deletions
+2
View File
@@ -26,6 +26,8 @@ A rounded rect broken with Processing 2.1 P3D renderer
A https://github.com/processing/processing/issues/2193
X Clear the global PGL on dispose() (from JDF)
X https://github.com/processing/processing/pull/2279
A pie arcs have stroke between endpoints in P2D/P3D
A https://github.com/processing/processing/issues/2233
video
A get() + video requires loadPixels in P2D/P3D
+11 -11
View File
@@ -7,6 +7,13 @@ X minor change to bracket handling
X https://github.com/processing/processing/pull/2313
X app is called procesing.app.Base
X https://github.com/processing/processing/issues/2217
X noJavaArg set to --export
X https://github.com/processing/processing/issues/2182
_ export not working on Windows
_ https://github.com/processing/processing/issues/2219
_ jnilib not loading on OS X because Contents/Java needs to be added to path
_ https://github.com/processing/processing/pull/2269 (from gohai)
_ right-click on selection is a problem on Windows
_ https://github.com/processing/processing/issues/2210
@@ -28,17 +35,8 @@ G Add a debug() method to Serial
G https://github.com/processing/processing/pull/2237
G Switch the examples over to printArray()
G https://github.com/processing/processing/pull/2226
_ noJavaArg set to --export
_ https://github.com/processing/processing/issues/2182
_ jnilib not loading on OS X because Contents/Java needs to be added to path
_ https://github.com/processing/processing/pull/2269 (from gohai)
_ export not working on Windows
_ https://github.com/processing/processing/issues/2219
_ exported apps reporting as "damaged"
_ https://github.com/processing/processing/issues/2095
G Handle the UnsatisfiedLinkError when loading the native library fails
G https://github.com/processing/processing/pull/2266
fixed in 2.1
X init() not called on tools until later
@@ -48,6 +46,8 @@ X https://github.com/processing/processing/issues/1840
high
_ exported apps reporting as "damaged" on OS X
_ https://github.com/processing/processing/issues/2095
_ sketchPath() returns user.home in exported apps on OSX
_ https://github.com/processing/processing/issues/2181
_ QuickReference tool was able to bring down the environment