todo notes, trying to get android moved

This commit is contained in:
Ben Fry
2013-04-19 11:51:46 -04:00
parent 8cc9a6b16f
commit 73bebaf2a0
2 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ A image caches not being properly disposed (weak references broken?)
X http://code.google.com/p/processing/issues/detail?id=1353
A https://github.com/processing/processing/issues/1391
_ tint() with JAVA2D does not automatically refresh (with possible fix)
_ https://github.com/processing/processing/issues/1730
_ implement content specifiers
getIntContent()

View File

@@ -10,6 +10,9 @@ X http://code.google.com/p/processing/issues/detail?id=325
X https://github.com/processing/processing/issues/364
X fix problem with retina checking on Java 7
_ table writing twice when .csv is added
_ https://github.com/processing/processing/issues/1734
_ / breaks syntax highlighting
_ https://github.com/processing/processing/issues/1681
@@ -879,9 +882,15 @@ _ In regedit: Navigate to Computer\HKEY_CLASSES_ROOT\Applications and find you
DIST / Mac OS X
_ waiting on retina support for JDK 7
_ http://bugs.sun.com/view_bug.do?bug_id=8009754
_ b86 supposed to have some support (not available yet)
_ http://jdk8.java.net/download.html
_ keep an eye on the Java 8 builds, since all the effort goes there
_ https://wikis.oracle.com/display/OpenJDK/Mac+OS+X+Port
_ ./jdk8/build/macosx-x86_64-normal-server-release/jdk/bin/java
_ LWJGL forum discussion
_ http://lwjgl.org/forum/index.php/topic,4711.225.html
_ change cmd line for OS X to use symlink?
_ otherwise updates are going to require reinstall..
_ or that it's gonna need to parse and say "update command line?"