Skip to content

Commit dfca4e4

Browse files
committed
move to Java 8u162, additional todo updates
1 parent 4aa30ed commit dfca4e4

3 files changed

Lines changed: 23 additions & 4 deletions

File tree

build/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
value="../../processing-docs/content/examples" />
7171

7272
<property name="jdk.version" value="8" />
73-
<property name="jdk.update" value="152" />
74-
<property name="jdk.build" value="16" />
73+
<property name="jdk.update" value="162" />
74+
<property name="jdk.build" value="12" />
7575
<!-- See https://gist.github.com/P7h/9741922
7676
or http://stackoverflow.com/q/10268583 -->
77-
<property name="jdk.hash" value="aa0333dd3019491ca4f6ddbe78cdb6d0" />
77+
<property name="jdk.hash" value="0da788060d494f5095bf8624735fa2f1" />
7878

7979
<property name="jdk.short" value="${jdk.version}u${jdk.update}" />
8080
<property name="jdk.esoteric" value="1.${jdk.version}.0_${jdk.update}" />

core/todo.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,23 @@ X fix entries() Iterator in IntDict, FloatDict, StringDict
1414
contrib
1515
X minor bezierPoint() rewrite for performance
1616
X https://github.com/processing/processing/pull/5251
17+
X void cursor() don't work after void noCursor() in P2D and P3D
18+
X https://github.com/processing/processing/issues/5330
19+
X https://github.com/processing/processing/pull/5340
1720

1821
andres
1922
X textureWrap() not updating when changed during draw()
2023
X https://github.com/processing/processing/issues/5322
2124

25+
gohai
26+
X ARM tweaks for shaders on the RPi
27+
X https://github.com/processing/processing/pull/5297
28+
29+
jakub
30+
X fix line joins on triangles
31+
X https://github.com/processing/processing/issues/5353
32+
X https://github.com/processing/processing/pull/5354
33+
2234
_ make setting the window icon automatic, based on files in local dirs
2335
X https://github.com/processing/processing/issues/5123
2436
X https://github.com/processing/processing/pull/5202

todo.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ X https://github.com/processing/processing/issues/5284
44
X the old 144 link must have been removed
55
X NullPointerException in ContributionManager.deleteFlagged()
66
X https://github.com/processing/processing/issues/5342
7+
X move to Java 8u162
8+
_ Rename dialog is unusable on high density screen
9+
_ https://github.com/processing/processing/issues/5368
710
_ change up the newline handling
811
_ https://github.com/processing/processing/issues/5327
912
_ Contributions manager fails to complete install of PythonMode when no windows open
@@ -16,8 +19,10 @@ _ -Djava.io.tmpdir=Z:\temp
1619
_ add pyde as a supported extension?
1720
_ https://github.com/jdf/processing.py/issues/284
1821

19-
_ an incompatible Mode prevents the PDE from quitting after the last window is closed
22+
_ an incompatible Mode prevents the PDE from quitting after last window is closed
2023
_ https://github.com/processing/processing/issues/5112
24+
_ processing.net.client not working properly after a few hours
25+
_ https://github.com/processing/processing/issues/5360
2126

2227
jakub
2328
X Fix scrub comments for empty block comment /**/
@@ -34,6 +39,8 @@ X Refactor to use a few Java 8 features
3439
X https://github.com/processing/processing/pull/5134
3540
X Remove "Pipe Organ" from exec javadoc
3641
X https://github.com/processing/processing/pull/5282
42+
X typo in Italian translation
43+
X https://github.com/processing/processing/issues/5365
3744
_ Welcome dialog rewritten in Swing
3845
_ https://github.com/processing/processing/pull/5210
3946

0 commit comments

Comments
 (0)