From 84797445d05709870e9ca0d135e450cc181e56a2 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 28 Feb 2006 02:38:35 +0000 Subject: [PATCH] starting rev 106 --- app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 5 +++-- done.txt | 4 ++++ todo.txt | 4 ++-- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/app/Base.java b/app/Base.java index 4acc444a8..4b77722e5 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 = 105; - static final String VERSION_NAME = "0105 Beta"; + static final int VERSION = 106; + static final String VERSION_NAME = "0106 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index bb5ca351e..b6781d21f 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0105 core +X fix some issues with beginRaw and opengl + + 0104 core X don't open a window the size of the pdf if in pdf mode X need to have some sort of flag in the gfx context that it's visible or not diff --git a/core/todo.txt b/core/todo.txt index 8f9aa7380..7b60132e6 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,8 +1,9 @@ -0105 core -X fix some issues with beginRaw and opengl +0106 core + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + _ registerSize() in arcball is causing trouble _ loadImage(url) broken on windows diff --git a/done.txt b/done.txt index a5fe4314a..a3164c534 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0105 pde +X no changes, only fixes for opengl + + 0104 pde X removed "yep yep yep" when using "Create Font" X p5 not saving changes on quit, even if you say 'yes' diff --git a/todo.txt b/todo.txt index 56512f6d9..acb181463 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,5 @@ -0105 pde -X no changes, only fixes for opengl +0106 pde + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .