notes about changes due to workaround for #124

This commit is contained in:
Ben Fry
2020-09-15 16:27:40 -04:00
parent 5c85264b09
commit b004ca5ce4
3 changed files with 20 additions and 6 deletions
+9 -3
View File
@@ -33,11 +33,14 @@ critical
X PImage save() mostly broken due to AWT refactor
X Saving to PNG broken in anything but the default renderer
X https://github.com/processing/processing4/issues/80
_ pixelDensity() throws error in setup()
_ https://github.com/processing/processing4/issues/127
_ JDK 11.0.7 not working with JOGL
X Rendering broken with P2D/P3D, fixed with temporary hack
X https://github.com/processing/processing4/issues/124
_ JDK 11.0.7+ workarounds/hacks in place, fix them
_ https://github.com/processing/processing4/issues/124
load/save image
_ https://github.com/processing/processing4/wiki/Exorcising-AWT
_ moving loadImage() into Surface
@@ -48,6 +51,8 @@ _ https://github.com/processing/processing4/pull/98
noted by Casey
_ pixelDensity() throws error in setup() (Sam couldn't reproduce)
_ https://github.com/processing/processing4/issues/127
_ Export Application broken in Processing 3.5.4 when using P2D or P3D renderers
_ may be a JOGL bug, fixed by the 2.4 RC (therefore fixed in 4.x already?)
_ https://github.com/processing/processing/issues/5983
@@ -56,6 +61,7 @@ _ https://github.com/processing/processing/issues/4894
_ https://github.com/processing/processing/issues/4895
_ https://github.com/processing/processing/issues/4897
api changes
_ static versions of selectInput/selectOutput/selectFolder in PApplet have been removed
_ java.awt.Frame object "frame" removed from PApplet (been warning since 2015)