From deff8343546f1ac799185b2a165803e46392b0bc Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 15 Mar 2006 14:07:42 +0000 Subject: [PATCH] starting rev 0109 --- app/Base.java | 4 ++-- core/done.txt | 8 ++++++++ core/todo.txt | 7 +------ done.txt | 12 ++++++++++++ todo.txt | 12 +----------- 5 files changed, 24 insertions(+), 19 deletions(-) diff --git a/app/Base.java b/app/Base.java index 9c43b1971..350fc832a 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 = 108; - static final String VERSION_NAME = "0108 Beta"; + static final int VERSION = 109; + static final String VERSION_NAME = "0109 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index 1a73de56d..90858e153 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,11 @@ +0108 core +X image(String filename, ...) and textFont(String filename, ...) implemented +X add notes to faq about video fix +X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1134871549 +X look into code that fixes crash on camera.settings() +X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1139376484 + + 0107 core X no changes, only fixes for "save" bugs diff --git a/core/todo.txt b/core/todo.txt index 1f4ab4a3a..034423ed0 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,9 +1,4 @@ -0108 core -X image(String filename, ...) and textFont(String filename, ...) implemented -X add notes to faq about video fix -X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1134871549 -X look into code that fixes crash on camera.settings() -X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1139376484 +0109 core _ still having strokeCap() problems _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134011764 diff --git a/done.txt b/done.txt index 398ae8c52..f6b9d0638 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,15 @@ +0108 pde +X internal color picker +X could be a separate window that's always around if needed +o why was i allowed to save changes to the rgbcube example? +o wasn't, just that the error didn't come through. yay osx! +X adding dxf library to distribution +X fix bug with drag & drop of files to sketch on macosx +X need space between bullet points in faq css +X also need the absolute url stuff to work +X add discourse formatter tool + + 0107 pde X fix yet another save bug, context menu paste/cut not setting modified X undoing to the code's original state won't unset it as "modified" diff --git a/todo.txt b/todo.txt index ddd08f2ff..7d49fb701 100644 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,4 @@ -0108 pde -X internal color picker -X could be a separate window that's always around if needed -o why was i allowed to save changes to the rgbcube example? -o wasn't, just that the error didn't come through. yay osx! -X adding dxf library to distribution -X fix bug with drag & drop of files to sketch on macosx -X need space between bullet points in faq css -X also need the absolute url stuff to work -X add discourse formatter tool - +0109 pde _ svg loader is on the list for 1.0 _ maybe include as part of PApplet (casey thinks so)