File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959
6060 <!-- Switching to 8 because updates for 7 ended April 2015 -->
6161 <property name =" jdk.version" value =" 8" />
62- <property name =" jdk.update" value =" 77 " />
63- <property name =" jdk.build" value =" 3 " />
62+ <property name =" jdk.update" value =" 92 " />
63+ <property name =" jdk.build" value =" 14 " />
6464
6565 <property name =" jdk.short" value =" ${ jdk.version } u${ jdk.update } " />
6666 <property name =" jdk.esoteric" value =" 1.${ jdk.version } .0_${ jdk.update } " />
Original file line number Diff line number Diff line change @@ -22,6 +22,19 @@ X https://github.com/processing/processing/pull/4412
2222andres
2323X Change convention for directional lights in OpenGL-Binding for GLSL
2424X https://github.com/processing/processing/issues/4275
25+ X internal texture copy does not update immediately
26+ X https://github.com/processing/processing/issues/4404
27+ X Font corruption issue in OpenGL
28+ X https://github.com/processing/processing/issues/4392
29+ X setStroke() does not work with imported OBJ Pshapes
30+ X https://github.com/processing/processing/issues/4377
31+
32+ contribs
33+ X blendMode() resetting with getGraphics()
34+ X https://github.com/processing/processing/issues/4019
35+ X https://github.com/processing/processing/pull/4341
36+ X https://github.com/processing/processing/issues/4376
37+
2538
2639_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
2740_ https://github.com/processing/processing/issues/4020
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ X https://github.com/processing/processing/pull/4325
1010X Fix non-ARM Linux deb build process
1111X https://github.com/processing/processing/issues/4308
1212X https://github.com/processing/processing/pull/4309
13+ _ processing-java output as UTF-8 makes Windows unhappy
14+ _ https://github.com/processing/processing/issues/1633
15+ _ includes possible fix for Windows
1316
1417jakub
1518X Update app to Java 8
@@ -872,8 +875,6 @@ DIST / Windows
872875
873876_ PDE and sketches are 2x smaller on high-res Windows 8 machines
874877_ https://github.com/processing/processing/issues/2411
875- _ processing-java output as UTF-8 makes Windows unhappy
876- _ https://github.com/processing/processing/issues/1633
877878_ does launching p5 from inside the .zip folder cause it to quit immediately?
878879_ how can we provide an error message here?
879880_ how to handle double-clicked files on windows?
You can’t perform that action at this time.
0 commit comments