a couple todo item updates

This commit is contained in:
Ben Fry
2018-01-05 15:55:30 -05:00
parent ae50380272
commit 4248c4b838
2 changed files with 19 additions and 0 deletions
+8
View File
@@ -15,12 +15,19 @@ contrib
X minor bezierPoint() rewrite for performance
X https://github.com/processing/processing/pull/5251
andres
X textureWrap() not updating when changed during draw()
X https://github.com/processing/processing/issues/5322
_ 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
_ many shift- keys not working properly in FX2D (added a test sketch)
_ https://github.com/processing/processing/issues/5317
_ Switch to getModifiersEx() and fix the AWT modifiers used in PSurfaceAWT
_ this is an easy fix, but need to check impact elsewhere
_ does anything else rely on these modifiers?
@@ -48,6 +55,7 @@ _ Sketches on Windows don't take UI sizing into account
_ https://github.com/processing/processing/issues/4894
_ Sketches on Linux don't take UI scaling into account
_ https://github.com/processing/processing/issues/4895
_ gohai says "xrdb -query" or "xdpyinfo" might work
_ TRIANGLE_STRIP not working correctly with createShape() and default renderer
_ https://github.com/processing/processing/issues/4678
+11
View File
@@ -2,6 +2,10 @@
X downloading the jre broken again
X https://github.com/processing/processing/issues/5284
X the old 144 link must have been removed
X NullPointerException in ContributionManager.deleteFlagged()
X https://github.com/processing/processing/issues/5342
_ change up the newline handling
_ https://github.com/processing/processing/issues/5327
_ Contributions manager fails to complete install of PythonMode when no windows open
_ https://github.com/processing/processing/issues/5309
_ update to launch4j 3.11?
@@ -9,6 +13,11 @@ _ http://launch4j.sourceforge.net/changelog.html
_ add a note about temp dir to the bug on windows temp dirs
_ move away from using a temp dir at all for sketches
_ -Djava.io.tmpdir=Z:\temp
_ add pyde as a supported extension?
_ https://github.com/jdf/processing.py/issues/284
_ an incompatible Mode prevents the PDE from quitting after the last window is closed
_ https://github.com/processing/processing/issues/5112
jakub
X Fix scrub comments for empty block comment /**/
@@ -34,6 +43,8 @@ _ https://github.com/processing/processing/issues/5272
_ add select/copy to the status bar
_ https://github.com/processing/processing/issues/5271
_ possible fix (just copies on click)
_ https://github.com/processing/processing/pull/5345
_ untitled folders are stored in temp folder
_ clean up /tmp folders used during build