minor updates and notes

This commit is contained in:
Ben Fry
2021-01-17 19:15:54 -05:00
parent 853d8221cc
commit 78078fd06e
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
*.x
# temporary, until we complete the move to IntelliJ
*.iml
/.idea
#*.iml
#/.idea
# via https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
+1 -1
View File
@@ -54,7 +54,7 @@ _ https://github.com/processing/processing/issues/4897
api changes
_ static versions of selectInput/selectOutput/selectFolder in PApplet have been removed
_ static versions of selectInput/selectOutput/selectFolder removed from PApplet
_ java.awt.Frame object "frame" removed from PApplet (been warning since 2015)
X https://github.com/processing/processing4/issues/54
_ protected PImage.checkAlpha() now public
+6 -5
View File
@@ -55,6 +55,10 @@ X https://github.com/processing/processing4/pull/152
X automate notarization in the build process
X https://github.com/processing/processing4/issues/24
already fixed in 4.x? (confirm/close on release)
_ HDPI support GNOME desktop
_ https://github.com/processing/processing/issues/6059
_ disable "notifications" prompt on startup for macOS
_ (we're not posting any notifications, at least for now)
@@ -79,11 +83,6 @@ _ move all platform code out that doesn't require additional setup?
_ i.e. all the things that rely on preferences can be inited separately (later)
already fixed in 4.x? (confirm/close on release)
_ HDPI support GNOME desktop
_ https://github.com/processing/processing/issues/6059
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
@@ -151,6 +150,8 @@ _ put the reference (and examples?) into .zip files
_ unzipping the app takes forever
_ see the 'examples' section below
_ how are file associations handled in Linux? (for .pde, .psk)
_ command line complaints
_ https://github.com/processing/processing/issues/6129
before final release