organize already finished todo items

This commit is contained in:
Ben Fry
2022-01-16 16:06:22 -05:00
parent 99182c7dae
commit 53d6874738
2 changed files with 14 additions and 11 deletions
+11 -8
View File
@@ -1,5 +1,16 @@
1279 (4.0b4)
api changes (in previous releases)
X static versions of selectInput/selectOutput/selectFolder removed from PApplet
X noted in the README
X java.awt.Frame object "frame" removed from PApplet (been warning since 2015)
X https://github.com/processing/processing4/issues/54
X protected PImage.checkAlpha() now public
X all AWT calls have been moved out of PImage
X this may be a problem for anything that was relying on those internals
X removed MouseEvent.getClickCount() and MouseEvent.getAmount()
X these had been deprecated, not clear they were used anywhere
_ how to handle fallback fonts
_ could implement this for the default, but also, SansSerif sucks
@@ -41,14 +52,6 @@ _ https://github.com/processing/processing/issues/4897
api changes
_ 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
_ all AWT calls have been moved out of PImage
_ this may be a problem for anything that was relying on those internals
_ removed MouseEvent.getClickCount() and MouseEvent.getAmount()
_ these had been deprecated, not clear they were used anywhere
_ add callbacks to requestImage() and others
_ new FloatList(float...)
+3 -3
View File
@@ -20,15 +20,15 @@ X https://github.com/processing/processing4/pull/100
known issues
_ Resolve scaling issues with Windows
_ Editor cursor position offset to the right with fractional Windows scaling
_ https://github.com/processing/processing4/issues/342
_ IDE cursor position is wrong if font size is changed in preferences on macOS
_ probably related to second displays, need to hook one up and test
_ https://github.com/processing/processing4/issues/194
_ Export to Application not working with the current video library
_ https://github.com/processing/processing-video/issues/188
_ docs are 3.x not 4.x
_ Resolve scaling issues with Windows
_ Editor cursor position offset to the right with fractional Windows scaling
_ https://github.com/processing/processing4/issues/342
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .