Skip to content

Commit

Permalink
notes from late April
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Aug 15, 2020
1 parent 3cd8898 commit 12205d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,14 @@

<property name="jdk.train" value="11" />
<property name="jdk.version" value="0" />
<property name="jdk.update" value="6" />
<property name="jdk.update" value="7" />
<property name="jdk.build" value="10" />

<property name="jdk.prefix" value="jdk" />
<property name="jdk.esoteric" value="${jdk.train}.${jdk.version}.${jdk.update}" />

<!-- as of 200427, gluon is currently working on 14.0, and has 11.0.7 available for
commercial clients as an LTS release, but 11.0.2 is the latest public version -->
<property name="jfx.train" value="11" />
<property name="jfx.version" value="0" />
<property name="jfx.update" value="2" />
Expand Down
8 changes: 8 additions & 0 deletions core/todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ contribs
X remove redundant boxing and casting
X https://github.com/processing/processing4/pull/51


_ use PImageAWT where needed
_ 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)
Expand Down

0 comments on commit 12205d4

Please sign in to comment.