From ff3fe5918d1815e337fea06a5ce339206b9d8d4d Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 18 Jan 2020 19:42:39 -0500 Subject: [PATCH] remove JOGL from the repo, switch it to auto-download --- core/.gitignore | 3 +++ core/build.xml | 41 ++++++++++++++++++++++++++++++++++++++++- todo.txt | 3 +++ 3 files changed, 46 insertions(+), 1 deletion(-) diff --git a/core/.gitignore b/core/.gitignore index bc2b2d6cf..88ed66d40 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -1,3 +1,6 @@ bin bin-test .idea + +/library/gluegen-rt*.jar +/library/jogl-all*.jar diff --git a/core/build.xml b/core/build.xml index d1aa0e9cb..a0281ced1 100644 --- a/core/build.xml +++ b/core/build.xml @@ -7,6 +7,11 @@ + + + + + @@ -17,6 +22,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -112,7 +150,8 @@ - + diff --git a/todo.txt b/todo.txt index c9bef4630..e811e3885 100755 --- a/todo.txt +++ b/todo.txt @@ -14,6 +14,7 @@ X selecting a sketch in the Sketch menu no longer opens its window X https://github.com/processing/processing/issues/5882 X streamlining the jdk downloader X https://github.com/processing/processing4/issues/47 +X remove JOGL from the repo, switch it to auto-download cross-ported from 3.5.4 X don't remove entries from Recent menu on Save As @@ -117,6 +118,8 @@ X https://github.com/processing/processing-docs/issues/766 X was just an issue with https vs http before final release +_ Update graphics and visual design elements for 4.x +_ https://github.com/processing/processing4/issues/48 _ Welcome screen or not? _ change help menu links to go to newer FAQ and the rest