mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
organizing todo list, update link on license page
This commit is contained in:
@@ -11,6 +11,9 @@ X getIntContent()
|
||||
X getFloatContent()
|
||||
X getContent() or getStringContent()?
|
||||
|
||||
_ draw() called again before finishing on OS X
|
||||
_ https://github.com/processing/processing/issues/1709
|
||||
|
||||
_ tint() with JAVA2D does not automatically refresh (with possible fix)
|
||||
_ https://github.com/processing/processing/issues/1730
|
||||
|
||||
|
||||
+3
-2
@@ -3,8 +3,9 @@ For the 'core' library, it's LGPL, for everything else, it's GPL.
|
||||
|
||||
Over the course of many years of development, files being moved around,
|
||||
and other code being added and removed, the license information has become
|
||||
quite a mess. Please help us clean this up:
|
||||
http://code.google.com/p/processing/issues/detail?id=185
|
||||
quite a mess. Please help us clean this up so that others are properly
|
||||
credited and licenses are consistently/correctly noted:
|
||||
https://github.com/processing/processing/issues/224
|
||||
|
||||
|
||||
.....................................................................
|
||||
|
||||
@@ -13,21 +13,22 @@ X fix NPE problem with retina checking on Java 7
|
||||
_ / breaks syntax highlighting
|
||||
_ https://github.com/processing/processing/issues/1681
|
||||
|
||||
_ draw() called again before finishing on OS X
|
||||
_ https://github.com/processing/processing/issues/1709
|
||||
|
||||
_ how does new JDI affect Experimental? duplicate libs? loader issues?
|
||||
_ move Android mode out to its own repo
|
||||
_ change line endings on Windows to only be replaced during dist
|
||||
_ otherwise marks revisions.txt as changed
|
||||
|
||||
_ should be able to build p5 without a JDK install, just a JRE
|
||||
_ need to have ecj.jar accessible to ant, then modify build.xml to use this:
|
||||
<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
||||
|
||||
library changes (site only?)
|
||||
_ remove netscape.javascript stuff
|
||||
_ move minim out to its own contrib section
|
||||
_ move arduino out to its own library
|
||||
|
||||
_ remove sketch.properties when moving back to the default?
|
||||
_ or can we not do this, because the next mode needs this?
|
||||
_ or can we not do this, because it's used to set the 'next' mode
|
||||
|
||||
_ change error message for serial re: 64-bit
|
||||
_ "To use this library, switch to 32-bit mode in Preferences." (OS X)
|
||||
|
||||
Reference in New Issue
Block a user