Skip to content

Commit

Permalink
Merge pull request #27 from processing/update_java_minor
Browse files Browse the repository at this point in the history
[fork] Update java minor
  • Loading branch information
sampottinger authored Nov 30, 2019
2 parents 1c215f7 + d0a092f commit f3fcb43
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@

<property name="jdk.train" value="11" />
<property name="jdk.version" value="0" />
<property name="jdk.update" value="1" />
<property name="jdk.build" value="13" />
<property name="jdk.update" value="5" />
<property name="jdk.build" value="10" />

<property name="jfx.train" value="11" />
<property name="jfx.version" value="0" />
Expand Down
15 changes: 15 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ X https://github.com/processing/processing4/pull/20
X implement 'import static'
X https://github.com/processing/processing4/pull/18
X https://github.com/processing/processing/issues/5577
X problems with windows ui scaling
X https://github.com/processing/processing4/issues/21
X https://github.com/processing/processing4/pull/30
X introduces regression that makes things uglier
X Fix display density detection and use GraphicsConfiguration
X https://github.com/processing/processing4/issues/32
X https://github.com/processing/processing4/issues/35
X Replace mac specific fullscreen option for setResizable
X https://github.com/processing/processing4/issues/36
X Fixed Table's use of deprecated isAccessible
X https://github.com/processing/processing4/pull/33
X https://github.com/processing/processing4/issues/3
X Moved tests to separate target, and defaults to dist
X https://github.com/processing/processing4/pull/38
X https://github.com/processing/processing4/issues/8


_ selecting a sketch in the Sketch menu no longer opens its window
Expand Down

0 comments on commit f3fcb43

Please sign in to comment.