recent updates, merges, and notes

This commit is contained in:
Ben Fry
2020-08-15 11:09:38 -04:00
parent e89d5d6a5c
commit 50d14477ba
2 changed files with 21 additions and 10 deletions
+5 -4
View File
@@ -21,23 +21,24 @@ X though they aren't even being stored, so what's the point?
X https://github.com/processing/processing4/issues/4
X Remove all usage of AWT from PApplet
X https://github.com/processing/processing4/issues/55
X PDF broken in getImage()
_ https://github.com/processing/processing4/issues/62
X https://github.com/processing/processing4/issues/62
X https://github.com/processing/processing4/commit/624e9074aeb1d9e2e6b2943e35ffd97a90b8b737
contribs
X remove redundant boxing and casting
X https://github.com/processing/processing4/pull/51
_ use PImageAWT where needed
critical
_ Saving to PNG broken
_ https://github.com/processing/processing4/issues/80
_ https://github.com/processing/processing4/pull/97
_ https://github.com/processing/processing4/pull/98
_ moving loadImage() into Surface
_ https://github.com/processing/processing4/issues/56
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)
+16 -6
View File
@@ -4,16 +4,10 @@ X https://github.com/processing/processing4/issues/73
X macOS build broken
X https://github.com/processing/processing4/issues/83
_ save() mostly broken due to AWT refactor
_ https://github.com/processing/processing4/issues/80
review
_ use vaqua
_ https://github.com/processing/processing4/pull/88
sam
X Resolve rewrite of pixelDensity to settings in preproc
X https://github.com/processing/processing4/pull/60
@@ -43,6 +37,22 @@ X https://github.com/processing/processing4/pull/75
X Rewrite size call for all renderers
X https://github.com/processing/processing4/issues/90
X https://github.com/processing/processing4/pull/91
X Switch to JFileChooser on Mac with VAqua
X https://github.com/processing/processing4/pull/88
X cut/copy/paste while saving a sketch on OS X goes to the editor, not the save dialog
X https://github.com/processing/processing4/issues/77
X implement the basics of dark mode for the Mac
X https://github.com/processing/processing4/issues/89
X Color as return type is broken
X https://github.com/processing/processing4/issues/104
X https://github.com/processing/processing4/pull/105
X Automated (jenkins) build broken because ant 1.10.7 download no longer available
X https://github.com/processing/processing4/issues/106
X https://github.com/processing/processing4/pull/107
X Processing IDE interface too small on high-res Windows displays
X https://github.com/processing/processing4/issues/102
X Ensure not trying to use Toolkit zoom before ready
X https://github.com/processing/processing4/pull/103
before final release