recent todo items

This commit is contained in:
Ben Fry
2017-09-04 11:33:25 -04:00
parent f163b1d8f3
commit 7ebb633271
2 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ _ https://github.com/processing/processing/issues/4584
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
_ https://github.com/processing/processing/issues/4020
_ calling textSize() fixes it
_ calling textSize() fixes it, only hpapens with the default font
_ should fullScreen() set width and height to displayWidth/Height
_ or is that being set/unset used for any state info?
+12 -6
View File
@@ -5,11 +5,6 @@ X this was only in the code used by the command line mode loader
o data folder not exporting on macOS?
o https://github.com/processing/processing/issues/5207
X confirmed working with LoadDisplayImage example
_ 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
_ need to make this work behind the scenes instead
_ create icon.png or have an 'icons' folder with multiple sizes
contrib
X add Italian translation
@@ -25,6 +20,9 @@ X https://github.com/processing/processing/issues/5168
X https://github.com/processing/processing/pull/5230
X Add more build products to linux/.gitignore
X https://github.com/processing/processing/pull/5229
X add issue template to the repo
X https://github.com/processing/processing/issues/5239
X https://github.com/processing/processing/pull/5245
jakub
X Fix comment/uncomment adding slashes at wrong indent
@@ -33,6 +31,13 @@ X https://github.com/processing/processing/pull/5185
X Add JavaFX runtime to error checker class path
X https://github.com/processing/processing/pull/5186
high
_ 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
_ need to make this work behind the scenes instead
_ create icon.png or have an 'icons' folder with multiple sizes
contrib
_ console hiding button?
_ https://github.com/processing/processing/pull/5115
@@ -44,7 +49,6 @@ _ https://github.com/processing/processing/pull/5152
_ alternate handling of duplicate library conflicts
_ https://github.com/processing/processing/pull/5126
_ sketch.properties not being written if initial mode is p5.js?
_ when creating a sketch within non-Java mode, should write the settings file
_ so that it re-loads in the proper environment
@@ -69,6 +73,8 @@ _ super easy given current code implementation, might help usability
_ EventQueue problems with "could not find sketch size" message
_ https://github.com/processing/processing/issues/4893
_ https://github.com/processing/processing/issues/5030
_ size(0, 0) just freezes instead of showing an error (as a result)
_ https://github.com/processing/processing/issues/5233
_ put the reference (and examples?) into .zip files
_ unzipping the app takes forever