finalizing p3

This commit is contained in:
benfry
2007-06-20 23:20:08 +00:00
parent ee23cb10db
commit 28e10a0ba7
2 changed files with 10 additions and 5 deletions
+6 -3
View File
@@ -40,9 +40,9 @@ _ also add notes about parseInt/Float(blah, otherwise)
X deal with targa upside-down and non-rle encoding for tga images
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1171576234
X change println(array) to be useful
_ document using join() for old method
o document using join() for old method
X remove print(array) since it's silly?
_ make sure it's not in the reference
X make sure it's not in the reference
[0] "potato"
[1] "tomato"
[2] "apple"
@@ -64,7 +64,7 @@ X or textAlign(LEFT, MIDDLE); -> this one seems best
X add reference for new param, and update keywords.txt
X given to andy
0125p3 (in progress)
0125p3
X PImage.save() method is not working with get()
X http://dev.processing.org/bugs/show_bug.cgi?id=558
X NullPointerException in Create Font with "All Characters" enabled
@@ -87,6 +87,9 @@ X set modified to true on endDraw() so that image updates properly
X http://dev.processing.org/bugs/show_bug.cgi?id=526
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1171574044
0125p4 (in progress)
_ PGraphics problem with fillColor
_ http://dev.processing.org/bugs/show_bug.cgi?id=468
+4 -2
View File
@@ -25,8 +25,7 @@ X re-architect svg to properly inherit fill/stroke/etc from parents
X <g> object can specify fill/stroke for everyone below
X need to discern between having a fill specified and one not being present
0125p3 (in progress)
0125p3
_ moviemaker
X moved around constructors (to be on par with other video lib stuff)
X cleaned up constant names (i.e. MSVideo -> MS_VIDEO)
@@ -54,6 +53,9 @@ o but the applet craps out after a few seconds (pinwheel spin)
X can't confirm this one
X no longer default to sketchbook folder on open
0125p4 (in progress)
new bugs
_ huge jar files from 0124 export
_ http://dev.processing.org/bugs/show_bug.cgi?id=541