todo updates based on recent PRs and bug reports

This commit is contained in:
Ben Fry
2017-10-18 17:08:50 -04:00
parent 6dc1879611
commit bd5146d018
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -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
+6 -2
View File
@@ -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