From 6f076b84cfe288056d95de167fb643d1bdf86a9b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 21 Apr 2017 16:59:55 -0400 Subject: [PATCH] add notes about the recent merges --- core/todo.txt | 9 ++++++++- todo.txt | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/core/todo.txt b/core/todo.txt index 62ba1004e..43f732d67 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -13,6 +13,10 @@ X wasn't handling gzip output properly X also could have problems w/ names under length 3 +jakub +X major work on window placement and pixel density +X https://github.com/processing/processing/pull/5011 + gohai X Fix MeshTweening vertex shader X https://github.com/processing/processing-docs/issues/523 @@ -26,6 +30,10 @@ X because of INCOMPLETE_MULTISAMPLE X https://github.com/processing/processing/pull/4921 X Report more error conditions in validateFramebuffer X https://github.com/processing/processing/pull/4920 +X Add more Raspberry Pi related fixes to JOGL +X https://github.com/processing/processing/pull/4911 +X Unblock hardware-accelerated P3D on ARM Mali devices +X https://github.com/processing/processing/pull/5014 high @@ -36,7 +44,6 @@ _ https://github.com/processing/processing/issues/4894 _ Sketches on Linux don't take UI scaling into account _ https://github.com/processing/processing/issues/4895 - _ TRIANGLE_STRIP not working correctly with createShape() and default renderer _ https://github.com/processing/processing/issues/4678 diff --git a/todo.txt b/todo.txt index 7d0dede53..cbd672ce9 100755 --- a/todo.txt +++ b/todo.txt @@ -11,6 +11,10 @@ _ already reported? _ swap font smoothing for tab size? _ implement simple table for prefs? +_ fix the JRE downloader +_ https://gist.github.com/P7h/9741922 +_ http://stackoverflow.com/q/10268583 + jakub X Fix preprocessing of code with double backslash in string or char literal X https://github.com/processing/processing/issues/4903 @@ -27,6 +31,13 @@ X https://github.com/processing/processing/pull/4999 X Synchronize input event processing X https://github.com/processing/processing/pull/4998 +gohai +X Add support for 64-bit ARM boards +X https://github.com/processing/processing/pull/5002 +X Hardware I/O updates for ARM +X https://github.com/processing/processing/pull/4931 + + contrib _ redo console handling to not use Timer, fixing freeze-up problems _ https://github.com/processing/processing/pull/4935