From 50d14477bacb3eb57f94053c348d3b332967f8a4 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 15 Aug 2020 11:09:38 -0400 Subject: [PATCH] recent updates, merges, and notes --- core/todo.txt | 9 +++++---- todo.txt | 22 ++++++++++++++++------ 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 773072000..9814c0390 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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) diff --git a/todo.txt b/todo.txt index 847718b02..2c1c37d6d 100755 --- a/todo.txt +++ b/todo.txt @@ -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