mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
update Java version, other notes from bug reports
This commit is contained in:
+2
-2
@@ -59,8 +59,8 @@
|
||||
|
||||
<!-- Switching to 8 because updates for 7 ended April 2015 -->
|
||||
<property name="jdk.version" value="8" />
|
||||
<property name="jdk.update" value="77" />
|
||||
<property name="jdk.build" value="3" />
|
||||
<property name="jdk.update" value="92" />
|
||||
<property name="jdk.build" value="14" />
|
||||
|
||||
<property name="jdk.short" value="${jdk.version}u${jdk.update}" />
|
||||
<property name="jdk.esoteric" value="1.${jdk.version}.0_${jdk.update}" />
|
||||
|
||||
@@ -22,6 +22,19 @@ X https://github.com/processing/processing/pull/4412
|
||||
andres
|
||||
X Change convention for directional lights in OpenGL-Binding for GLSL
|
||||
X https://github.com/processing/processing/issues/4275
|
||||
X internal texture copy does not update immediately
|
||||
X https://github.com/processing/processing/issues/4404
|
||||
X Font corruption issue in OpenGL
|
||||
X https://github.com/processing/processing/issues/4392
|
||||
X setStroke() does not work with imported OBJ Pshapes
|
||||
X https://github.com/processing/processing/issues/4377
|
||||
|
||||
contribs
|
||||
X blendMode() resetting with getGraphics()
|
||||
X https://github.com/processing/processing/issues/4019
|
||||
X https://github.com/processing/processing/pull/4341
|
||||
X https://github.com/processing/processing/issues/4376
|
||||
|
||||
|
||||
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
|
||||
_ https://github.com/processing/processing/issues/4020
|
||||
|
||||
@@ -10,6 +10,9 @@ X https://github.com/processing/processing/pull/4325
|
||||
X Fix non-ARM Linux deb build process
|
||||
X https://github.com/processing/processing/issues/4308
|
||||
X https://github.com/processing/processing/pull/4309
|
||||
_ processing-java output as UTF-8 makes Windows unhappy
|
||||
_ https://github.com/processing/processing/issues/1633
|
||||
_ includes possible fix for Windows
|
||||
|
||||
jakub
|
||||
X Update app to Java 8
|
||||
@@ -872,8 +875,6 @@ DIST / Windows
|
||||
|
||||
_ PDE and sketches are 2x smaller on high-res Windows 8 machines
|
||||
_ https://github.com/processing/processing/issues/2411
|
||||
_ processing-java output as UTF-8 makes Windows unhappy
|
||||
_ https://github.com/processing/processing/issues/1633
|
||||
_ does launching p5 from inside the .zip folder cause it to quit immediately?
|
||||
_ how can we provide an error message here?
|
||||
_ how to handle double-clicked files on windows?
|
||||
|
||||
Reference in New Issue
Block a user