diff --git a/app/Base.java b/app/Base.java index 643fdb113..ee28dfcae 100644 --- a/app/Base.java +++ b/app/Base.java @@ -50,8 +50,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 100; - static final String VERSION_NAME = "0100 Beta"; + static final int VERSION = 101; + static final String VERSION_NAME = "0101 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index c5d1b940d..34e47f1b9 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,25 @@ +0100 core +X user.dir wasn't getting set properly +X when graphics can be resized, resize rather than creating new context +X change savePath() et al a great deal, include better docs +X http://dev.processing.org/bugs/show_bug.cgi?id=199 + +get initial version of pdf working +X get rid of beginFrame/endFrame echo to recorders? +X that way begin/end can just be where the recorder starts/stops? +X recordRaw is really confusing.. +X when to use beginFrame/endFrame +X is beginRaw/endRaw really needed? +X seems to be a problem that it's an applet method +X but then it's called on the g of the applet +X but then it's the recorderRaw of that g that gets it called.. +X how to flush when the sketch is done +X inside dispose method? explicit close? +X call exit() at end of pdf apps? exit calls dispose on gfx? +X beginRecord() and endRecord() so that record doesn't stop after frame? +X enable PGraphicsPDF for inclusion + + 0099 core X removed playing() method from PSound X integrate destroy() method from shiffman as dispose() in PSound2 diff --git a/core/todo.txt b/core/todo.txt index 123959279..f316a0dd5 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,23 +1,4 @@ -0100 core -X user.dir wasn't getting set properly -X when graphics can be resized, resize rather than creating new context -X change savePath() et al a great deal, include better docs -X http://dev.processing.org/bugs/show_bug.cgi?id=199 - -get initial version of pdf working -X get rid of beginFrame/endFrame echo to recorders? -X that way begin/end can just be where the recorder starts/stops? -X recordRaw is really confusing.. -X when to use beginFrame/endFrame -X is beginRaw/endRaw really needed? -X seems to be a problem that it's an applet method -X but then it's called on the g of the applet -X but then it's the recorderRaw of that g that gets it called.. -X how to flush when the sketch is done -X inside dispose method? explicit close? -X call exit() at end of pdf apps? exit calls dispose on gfx? -X beginRecord() and endRecord() so that record doesn't stop after frame? -X enable PGraphicsPDF for inclusion +0101 core more pdf stuff for 0101 _ don't open a window the size of the pdf if in pdf mode diff --git a/done.txt b/done.txt index cb9ed8232..dca3ccd7f 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,9 @@ +0100 pde +X missing import PApplet in library howto.txt +X http://dev.processing.org/bugs/show_bug.cgi?id=263 +X switch to using date as default for archive sketch + + 0099 pde X make buttons for editor status taller on macosx X also fix the editor text field placement a bit diff --git a/todo.txt b/todo.txt index 910f08791..454a91686 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,4 @@ -0100 pde -X missing import PApplet in library howto.txt -X http://dev.processing.org/bugs/show_bug.cgi?id=263 -X switch to using date as default for archive sketch - +0101 pde _ need method for showing prefs for the tools _ add pref to handle date vs. increment on archive sketch