From 8c082293af4a2e35957eb467c1dca986bef2dcbe Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 3 Dec 2019 12:07:25 -0500 Subject: [PATCH] recent updates and contribs --- core/todo.txt | 6 ++++++ todo.txt | 3 +++ 2 files changed, 9 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index ae16703c6..73e275efe 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -3,6 +3,12 @@ X check for disabling FBO code (fixes Intel HD 3000) X https://github.com/processing/processing/issues/4104 X https://github.com/processing/processing/pull/5881 +contrib +X rotateZ() is breaking in PShapeOpenGL +X https://github.com/processing/processing4/issues/28 +X https://github.com/processing/processing4/pull/41 + + _ make edits to core so that awt can be flagged off, and lwjgl can run _ https://github.com/codeanticode/processing-openjdk/commit/ac9abc18655daaa538ef16945687177334f3596e _ removing AWT from core diff --git a/todo.txt b/todo.txt index 3ba8592b2..c96657f83 100755 --- a/todo.txt +++ b/todo.txt @@ -56,6 +56,9 @@ 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 +X update to Java 11.0.5 from 11.0.2 +X https://github.com/processing/processing4/pull/40 +X https://github.com/processing/processing4/issues/39 _ selecting a sketch in the Sketch menu no longer opens its window