more notes about changes and closing/opening more bugs

This commit is contained in:
Ben Fry
2015-09-11 16:13:07 -04:00
parent b9d44a243f
commit 17fc18b09c
2 changed files with 26 additions and 20 deletions

View File

@@ -91,6 +91,16 @@ X textFont() and textSize() are each calling one another
X move createFont() to PGraphics
X Fix PShape creation in P3D
X https://github.com/processing/processing/pull/3781
X keyTyped() not firing with P2D and P3D
X https://github.com/processing/processing/issues/3582
X https://github.com/processing/processing/pull/3652
X Implement a way to disable automatic key repeat
X implemented for OpenGL, where key repeat is now disabled by default
X hint(ENABLE_KEY_REPEAT) will turn it back on
X https://github.com/processing/processing/issues/1622
X non-standard cursor images used for OpenGL
X https://github.com/processing/processing/issues/3791
X closed as cannot fix, but notes made in Wiki and in the repo
3.0 final
@@ -613,8 +623,6 @@ _ -Xdock:icon=<path to icon file>
CORE / Events
_ Implement a way to disable automatic key repeat
_ https://github.com/processing/processing/issues/1622
_ touch events.. can't do MouseEvent et al with Android
_ http://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html
_ http://www.html5rocks.com/en/mobile/touch.html
@@ -749,9 +757,6 @@ _ before rewriting all of createInput()
LATER (post 2.0)
_ handle repeat key events
_ and/or holding keys down and discerning repeats
_ https://github.com/processing/processing/issues/1622
_ fillMode(NONZERO) and fillMode(ODD) to replace solid(boolean)?
_ create PVec2D and PVec3D as separate classes
_ gui priorities

View File

@@ -61,6 +61,12 @@ X https://github.com/processing/processing/pull/3684
X Ready to add contributed example packages?
X https://github.com/processing/processing/issues/2953
earlier
X EXC_BAD_ACCESS inside AppleIntelHD5000GraphicsGLDriver when starting 3.0a8+
X https://github.com/processing/processing/issues/3359
X Hard crash on startup inside strlen call when using 3.0a8+ on OS X
X https://github.com/processing/processing/issues/3360
known issues
_ launch4j doesn't work from folders with non-native charsets
@@ -70,7 +76,6 @@ _ https://github.com/processing/processing/issues/3543
_ move to javapackager or another option?
_ http://www.excelsiorjet.com/kb/35/howto-create-a-single-exe-from-your-java-application
_ mouse events (i.e. toggle breakpoint) seem to be firing twice
_ non-standard cursor images used for OpenGL
3.0 final
@@ -205,20 +210,6 @@ _ update license info to state gplv2 not v3
_ run through that online license checker
crashing
_ fix appbundler problems due to rollback
_ appbundler is no longer being developed by Oracle, switch to "packager"
_ this re-introduces two bugs (serial export and scrolling)
_ and any other changes later than 16 November 2014:
_ https://github.com/processing/processing/commits/master/build/macosx/appbundler.jar
_ https://github.com/processing/processing/commits/master/build/macosx/appbundler/native/main.m
_ another possible culprit
_ https://github.com/processing/processing/commit/fa27b983e76fdbc5c4c1451a1f0d854c652b1639
_ EXC_BAD_ACCESS inside AppleIntelHD5000GraphicsGLDriver when starting 3.0a8+
_ https://github.com/processing/processing/issues/3359
_ Hard crash on startup inside strlen call when using 3.0a8+ on OS X
_ https://github.com/processing/processing/issues/3360
breakage
_ remove deprecated methods
@@ -937,6 +928,16 @@ _ this may already work with SingleInstance stuff
DIST / Mac OS X
_ replace appbundler with the Java 8 packager
_ https://github.com/processing/processing/issues/3071
_ fix appbundler problems due to rollback
_ https://github.com/processing/processing/issues/3790
_ appbundler is no longer being developed by Oracle, switch to "packager"
_ this re-introduces two bugs (serial export and scrolling)
_ and any other changes later than 16 November 2014:
_ https://github.com/processing/processing/commits/master/build/macosx/appbundler.jar
_ https://github.com/processing/processing/commits/master/build/macosx/appbundler/native/main.m
_ https://github.com/processing/processing/commit/fa27b983e76fdbc5c4c1451a1f0d854c652b1639
_ Update QuickLook plugin for Processing 3
_ https://github.com/processing/processing/issues/3261
_ Find a long-term solution for OS X bundler to address signing/symlink issues