From 2a8691218bcc6ebd885157fd63f8ff3660b23e55 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 23 Mar 2006 01:40:24 +0000 Subject: [PATCH] starting rev 111 --- app/Base.java | 4 ++-- core/done.txt | 6 ++++++ core/todo.txt | 6 +----- done.txt | 4 ++++ todo.txt | 4 +--- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/app/Base.java b/app/Base.java index c301918bf..1e53f8c35 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 = 110; - static final String VERSION_NAME = "0110 Beta"; + static final int VERSION = 111; + static final String VERSION_NAME = "0111 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index c193cbfe0..8eb93a0f2 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,9 @@ +0110 core +X finish updates for osx and opengl +X http://developer.apple.com/qa/qa2005/qa1295.html +X find/build universal version of jogl + + 0109 core X loadImage("") produces weird error message X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1136487954 diff --git a/core/todo.txt b/core/todo.txt index 4cb93a652..b55c8c301 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,8 +1,4 @@ -0110 core -X finish updates for osx and opengl -X http://developer.apple.com/qa/qa2005/qa1295.html -X find/build universal version of jogl - +0111 core . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/done.txt b/done.txt index f703c640f..1928da3f1 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0110 pde +X no changes to the pde, only fixes for jogl + + 0109 pde X turn off resizing of the color picker window X new set of windows quicktime issues introduced in 102+ diff --git a/todo.txt b/todo.txt index f2d43c7d3..c95d5cba2 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,4 @@ -0110 pde -X no changes to the pde, only fixes for jogl - +0111 pde _ svg loader is on the list for 1.0 _ maybe include as part of PApplet (casey thinks so)