Skip to content

Commit f0eca21

Browse files
committed
organizing todo list, update link on license page
1 parent 7c7c17c commit f0eca21

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

core/todo.txt

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ X getIntContent()
1111
X getFloatContent()
1212
X getContent() or getStringContent()?
1313

14+
_ draw() called again before finishing on OS X
15+
_ https://github.com/processing/processing/issues/1709
16+
1417
_ tint() with JAVA2D does not automatically refresh (with possible fix)
1518
_ https://github.com/processing/processing/issues/1730
1619

license.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ For the 'core' library, it's LGPL, for everything else, it's GPL.
33

44
Over the course of many years of development, files being moved around,
55
and other code being added and removed, the license information has become
6-
quite a mess. Please help us clean this up:
7-
http://code.google.com/p/processing/issues/detail?id=185
6+
quite a mess. Please help us clean this up so that others are properly
7+
credited and licenses are consistently/correctly noted:
8+
https://github.com/processing/processing/issues/224
89

910

1011
.....................................................................

todo.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,22 @@ X fix NPE problem with retina checking on Java 7
1313
_ / breaks syntax highlighting
1414
_ https://github.com/processing/processing/issues/1681
1515

16-
_ draw() called again before finishing on OS X
17-
_ https://github.com/processing/processing/issues/1709
18-
1916
_ how does new JDI affect Experimental? duplicate libs? loader issues?
2017
_ move Android mode out to its own repo
2118
_ change line endings on Windows to only be replaced during dist
2219
_ otherwise marks revisions.txt as changed
2320

21+
_ should be able to build p5 without a JDK install, just a JRE
22+
_ need to have ecj.jar accessible to ant, then modify build.xml to use this:
23+
<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
24+
2425
library changes (site only?)
2526
_ remove netscape.javascript stuff
2627
_ move minim out to its own contrib section
2728
_ move arduino out to its own library
2829

2930
_ remove sketch.properties when moving back to the default?
30-
_ or can we not do this, because the next mode needs this?
31+
_ or can we not do this, because it's used to set the 'next' mode
3132

3233
_ change error message for serial re: 64-bit
3334
_ "To use this library, switch to 32-bit mode in Preferences." (OS X)

0 commit comments

Comments
 (0)