recent updates

This commit is contained in:
Ben Fry
2021-01-17 18:04:44 -05:00
parent 3cefef8278
commit 853d8221cc
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ X update Batik to 1.13 (from 1.8)
X download it via direct link (don't check into repo)
X fixes incompatibilities with org.w3c.dom and Java 11
fixed in 4.x (close/lock these with final 4.0 release)
fixed in 4.x (close/lock these 3.x issues with final 4.0 release)
_ AppKit errors from P2D/P3D
_ https://github.com/processing/processing/issues/5880
X Export Application broken in Processing 3.5.4 when using P2D or P3D renderers
@@ -31,7 +31,7 @@ _ Linux: https://github.com/processing/processing/issues/5912
_ why does GL flash red when resizing?
_ JDK 11.0.7+ workarounds/hacks in place, fix them
_ JDK 11.0.7+ blank screen issue... workarounds/hacks in place, fix them:
_ https://github.com/processing/processing4/issues/124
_ Skija bindings
+6 -2
View File
@@ -47,11 +47,15 @@ X https://github.com/processing/processing4/pull/138
X Move PdePreprocessIssueException to the test package
X https://github.com/processing/processing4/issues/130
X https://github.com/processing/processing4/pull/139
X Regression: smooth(4) shows “smooth() can only be used inside settings()” error
X https://github.com/processing/processing4/issues/149
X https://github.com/processing/processing4/pull/152
4.0a2
X automate notarization in the build process
X https://github.com/processing/processing4/issues/24
_ disable "notifications" prompt on startup for macOS
_ (we're not posting any notifications, at least for now)
_ https://developer.apple.com/documentation/usernotifications
@@ -65,7 +69,7 @@ _ https://www.azul.com/downloads/zulu-community/?version=java-11-lts&os=macos&
_ OpenGL available but deprecated on Apple Si
_ https://developer.apple.com/documentation/xcode/porting_your_macos_apps_to_apple_silicon
_ Movie maker .mov not compatible with quicktime player
_ MovieMaker .mov not compatible with QuicktTime Player
_ adding -pix_fmt yuv420p
_ https://github.com/processing/processing/issues/6110
@@ -80,7 +84,7 @@ _ HDPI support GNOME desktop
_ https://github.com/processing/processing/issues/6059
decisions before release
decisions before final 4.0 release
X Shutting off VAqua due to interface ugliness and Contribution Manager freezing
_ https://github.com/processing/processing4/issues/129
_ Some 3.x Tools not working because JavaFX isn't on the classpath