From f0125fea0eaa9c8dc38f7e8efdc2caee1f707169 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 15 Nov 2019 14:04:04 -0500 Subject: [PATCH] making note of recent updates and merges --- core/todo.txt | 1 + todo.txt | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index d18c7e6fd..ae16703c6 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -7,6 +7,7 @@ _ 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 _ https://github.com/codeanticode/processing-lwjgl/wiki#making-awt-optional-in-papplet +_ move loadImage() into surface _ size() issues on Mojave? (3.4 works, 3.5.3 does not) _ https://github.com/processing/processing/issues/5791 diff --git a/todo.txt b/todo.txt index 30c696c02..41f03cb4f 100755 --- a/todo.txt +++ b/todo.txt @@ -25,10 +25,19 @@ contribs X tweak mode not working X https://github.com/processing/processing/issues/5805 X https://github.com/processing/processing/pull/5909 +X updtes to Ukrainian translation +X https://github.com/processing/processing/pull/5944 sampottinger X Fix JDK naming and cleanup in ant build X https://github.com/processing/processing4/pull/12 +X https://github.com/processing/processing4/issues/6 +X Migrate to JNA 5 compatiable Native.load +X https://github.com/processing/processing4/issues/7 +X https://github.com/processing/processing4/pull/15 +X console font spacing is off +X https://github.com/processing/processing4/issues/19 +X https://github.com/processing/processing4/pull/20 _ selecting a sketch in the Sketch menu no longer opens its window _ https://github.com/processing/processing/issues/5882