From 2ff017cf5b2e65769a2e0d34c650f8e60af0fbf4 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 13 Feb 2016 20:34:31 -0500 Subject: [PATCH] more notes from recent patches --- core/todo.txt | 2 -- todo.txt | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index f7e271396..fce827b27 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -127,8 +127,6 @@ _ https://www.linkedin.com/pulse/oracle-just-removed-javafx-support-arm-jan-sn opengl questions _ hard crash at 1920x1080, mirrored, Casey's GT 650M 1GB -_ issues with how JOGL handles window layout/sizing -_ https://github.com/processing/processing/issues/3401 _ exitCalled() and exitActual made public by Andres, breaks Python _ also not API we want to expose, so sort this out _ or maybe we're fine b/c now FX2D needs it as well diff --git a/todo.txt b/todo.txt index f65611837..2984395f6 100644 --- a/todo.txt +++ b/todo.txt @@ -40,6 +40,23 @@ X better handling of quotes in command line args X https://github.com/processing/processing/pull/4145 X https://github.com/processing/processing/issues/3996 X https://github.com/processing/processing/issues/4119 +X fix crashing bugs when user's name has non-ASCII characters +X https://github.com/processing/processing/pull/4204 +X ARM updates to include GPIO numbers and images of wiring diagrams +X https://github.com/processing/processing/pull/4297 +X https://github.com/processing/processing/pull/4298 +X Icon instead of an "X" for the "could not connect" message +X https://github.com/processing/processing/issues/3706 +X https://github.com/processing/processing/pull/4096 +X https://github.com/processing/processing/pull/4055 +X Several fixes for Chinese/Japanese/Korean InputMethod support +X https://github.com/processing/processing/pull/4293 +X https://github.com/processing/processing/issues/2968 +X https://github.com/processing/processing/issues/3475 +X https://github.com/processing/processing/issues/3860 +X Add download indicator to the Contribution Manager +X https://github.com/processing/processing/pull/4154 +X https://github.com/processing/processing/issues/4105 jakub X Workaround for JRE bug freezing the PDE during code completion @@ -60,6 +77,13 @@ X https://github.com/processing/processing/issues/3286 X "String index out of range" error with bracket handling in the editor X https://github.com/processing/processing/issues/1940 + +_ tabs aren't working properly (several bugs?) +_ https://github.com/processing/processing/issues/3975 + +_ possible infinite loop on modified externally +_ https://github.com/processing/processing/issues/3965 + _ spacing of the updates number/circle in the lower right is off _ https://github.com/processing/processing/issues/4094 _ https://github.com/processing/processing/pull/4097