From f20516a649989bdf1d4b9d1c3c33d82c63da00da Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 19 Jan 2006 03:52:55 +0000 Subject: [PATCH] starting rev 104 --- app/Base.java | 4 ++-- core/done.txt | 14 ++++++++++++++ core/todo.txt | 13 +------------ done.txt | 4 ++++ todo.txt | 7 ++++++- 5 files changed, 27 insertions(+), 15 deletions(-) diff --git a/app/Base.java b/app/Base.java index dfa9f9736..3cec7e45a 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 = 103; - static final String VERSION_NAME = "0103 Beta"; + static final int VERSION = 104; + static final String VERSION_NAME = "0104 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index 8b9755201..5550e1e5a 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,17 @@ +0103 core +X fix stack overflow problem +X bug in itext implementation on osx (10.4 only?) +X http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg20234.html + +in previous releases +X recordFrame() and beginFile()/endFile() +X how to deal with triangles/lines and triangleCount and lineCount +X maybe just need a triangleImpl and lineImpl +X because it's too messy to retain the triangle objects and info +X calling recordFrame() from mousePressed is important +X dangerous tho because mouse fxn called just before endFrame + + 0102 core X no changes, windows-only release to deal with processing.exe diff --git a/core/todo.txt b/core/todo.txt index 2f9aad52c..7e18bee5c 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,15 +1,4 @@ -0103 core -X fix stack overflow problem -X bug in itext implementation on osx (10.4 only?) -X http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg20234.html - -in previous releases -X recordFrame() and beginFile()/endFile() -X how to deal with triangles/lines and triangleCount and lineCount -X maybe just need a triangleImpl and lineImpl -X because it's too messy to retain the triangle objects and info -X calling recordFrame() from mousePressed is important -X dangerous tho because mouse fxn called just before endFrame +0104 core more pdf/recording stuff diff --git a/done.txt b/done.txt index 88dac62b6..7cb516333 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0103 pde +X no changes, only pdf fixes + + 0102 pde X p5's exe has trouble when PATH has quotes (or spaces?) X detect bad classpath or path settings diff --git a/todo.txt b/todo.txt index d238e8089..9c13cb4da 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0103 pde +0104 pde . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @@ -35,6 +35,11 @@ _ (i.e. we really need those replacements for JOptionPane) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +# tag current as the final +svn copy svn://processing.org/trunk/processing svn://processing.org/tags/processing-009X +# tag revision 1666 as the final +svn copy -r 1666 svn://processing.org/trunk/processing svn://processing.org/tags/processing-0093 + the biggies _ bring back P2D with proper stuff _ it's something we had and we lost