notes about recent updates

This commit is contained in:
Ben Fry
2017-01-09 15:42:00 -05:00
parent 043eaa96c2
commit 8cf1b56997
2 changed files with 14 additions and 3 deletions
+5
View File
@@ -24,6 +24,8 @@ X or compile against 1.8 and force it?
andres
X PShape array index out of bounds when using P3D
X https://github.com/processing/processing/issues/4773
X modelX/Y/Z() should be disabled in P2D
X https://github.com/processing/processing/issues/4813
jakub
X FX: Prevent matrix stack overflow
@@ -43,6 +45,9 @@ X https://github.com/processing/processing/issues/4339
X Unify mouse pressed/released events across renderers
X https://github.com/processing/processing/issues/4361
X https://github.com/processing/processing/pull/4797
X Fix typo in GLSL preprocessor
X https://github.com/processing/processing/issues/4810
X https://github.com/processing/processing/pull/4816
_ no prompt shows with selectInput() on 10.11 and 10.12
+9 -3
View File
@@ -24,6 +24,15 @@ _ this may be fixed (removed invokeLater() on startup), unconfirmed
_ "error during export" message, but no error message contents come through
_ e.g. https://github.com/processing/processing/issues/4792
_ report of a library or tool (probably includes 2.x? 1.x?) breaking things
_ NoSuchFieldError: useNativeSelect
_ https://github.com/processing/processing/issues/4821
_ allow modes to specify their own base file name
_ need to move "is this a sketch?" handling into Mode
_ fix extension check for other modes
_ https://github.com/processing/processing/issues/3980
_ Spaces not handled correctly in when installing "processing-java" on macOS
_ https://github.com/processing/processing/issues/4779
@@ -116,9 +125,6 @@ _ https://github.com/processing/processing/issues/4630
_ editor windows always open on display 1
_ https://github.com/processing/processing/issues/1566
_ allow modes to specify their own base file name
_ need to move "is this a sketch?" handling into Mode
_ modify line number color when no lines extend that far?
_ https://github.com/processing/processing/pull/4560
_ text gutter doesn't seem to be hidpi