diff --git a/core/todo.txt b/core/todo.txt index a671645e7..496be7412 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -7,6 +7,10 @@ X added setIndex() method to IntDict, FloatDict, StringDict X added resize() to IntDict, FloatDict, StringDict X fix entries() Iterator in IntDict, FloatDict, StringDict +contrib +X minor bezierPoint() rewrite for performance +X https://github.com/processing/processing/pull/5251 + _ make setting the window icon automatic, based on files in local dirs X https://github.com/processing/processing/issues/5123 X https://github.com/processing/processing/pull/5202 diff --git a/todo.txt b/todo.txt index 8b42493c5..209b52c2d 100755 --- a/todo.txt +++ b/todo.txt @@ -12,8 +12,12 @@ contrib X detect errors from curved quotation marks X https://github.com/processing/processing/issues/5133 X https://github.com/processing/processing/pull/5152 -_ Remove "Pipe Organ" from exec javadoc -_ https://github.com/processing/processing/pull/5282 +X Refactor to use a few Java 8 features +X https://github.com/processing/processing/pull/5134 +X Remove "Pipe Organ" from exec javadoc +X https://github.com/processing/processing/pull/5282 +_ Welcome dialog rewritten in Swing +_ https://github.com/processing/processing/pull/5210 high _ menu bars broken in High Sierra