starting revision 0100

This commit is contained in:
benfry
2005-12-18 22:08:37 +00:00
parent 5455b52905
commit 045b0da2fd
6 changed files with 68 additions and 68 deletions
+14
View File
@@ -1,3 +1,17 @@
0099 core
X removed playing() method from PSound
X integrate destroy() method from shiffman as dispose() in PSound2
X ComponentListener is probably what's needed for resize()
X make sure that components can be resized properly via size()
X http://dev.processing.org/bugs/show_bug.cgi?id=209
X or that it properly responds to a setBounds() call
X calling size() elsewhere in the app doesn't quite work
X A second call to size almost works.
X The buffer apparently gets allocated and saveFrame saves the
X new size but drawing appears to be disabled.
X http://dev.processing.org/bugs/show_bug.cgi?id=243
0098 core
X change recordShapes() to just record() and recordRaw()
X width, height set to zero in static mode
+1 -18
View File
@@ -1,15 +1,4 @@
0099 core
X removed playing() method from PSound
X integrate destroy() method from shiffman as dispose() in PSound2
X ComponentListener is probably what's needed for resize()
X make sure that components can be resized properly via size()
X http://dev.processing.org/bugs/show_bug.cgi?id=209
X or that it properly responds to a setBounds() call
X calling size() elsewhere in the app doesn't quite work
X A second call to size almost works.
X The buffer apparently gets allocated and saveFrame saves the
X new size but drawing appears to be disabled.
X http://dev.processing.org/bugs/show_bug.cgi?id=243
0100 core
_ make dxf writer that'll work with recordRaw()
_ enable PGraphicsPDF for inclusion
@@ -48,12 +37,6 @@ _ 404 error because first searches applet directory in isometricblocks
_ "this file is named" errors don't like subdirectories
_ need to strip off past the file separator or something
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
0100 or later
threading issues
_ sketches often freeze when stop is hit on an HT machine
_ need to test the examples cited on pardis' machine