From d8480cda7ea029281160b183daf89e32caa186b8 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 8 Jun 2009 01:45:12 +0000 Subject: [PATCH] starting rev 0168 (maybe 1.0.6) --- app/src/processing/app/Base.java | 6 +++--- core/done.txt | 4 ++++ core/todo.txt | 3 +-- done.txt | 9 +++++++++ todo.txt | 8 +------- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index a5751073a..fe85b19a7 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -7,7 +7,7 @@ Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 + it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, @@ -40,8 +40,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int REVISION = 167; - static String VERSION_NAME = "0167"; + static final int REVISION = 168; + static String VERSION_NAME = "0168"; static HashMap platformNames = new HashMap(); static { diff --git a/core/done.txt b/core/done.txt index 2abb7da60..63b90b62f 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0167 core (1.0.5) +X changed text layout methods from private to protected + + 0166 core (1.0.4) X disable point() going to set() from PGraphicsJava2D X set() doesn't honor alpha consistently diff --git a/core/todo.txt b/core/todo.txt index cc2056fc8..3c3f11dfc 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,4 @@ -0167 core (1.0.5) -X changed text layout methods from private to protected +0168 core (1.0.6?) _ what's the difference with ascent on loadFont vs. createFont? diff --git a/done.txt b/done.txt index f543d3a06..7162e1709 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,12 @@ +0167 pde (1.0.5) +X fix tab key and focus issue in the editor +X http://dev.processing.org/bugs/show_bug.cgi?id=1267 +X Support for smooth text in the PDE editor +X http://dev.processing.org/bugs/show_bug.cgi?id=1266 +X duplicate entries for sketchbook in the file menu +X http://dev.processing.org/bugs/show_bug.cgi?id=1260 + + 0166 pde (1.0.4) X try adding a space to the name of the help menu for beachball problems X this works, might be useful to make the switch (done) diff --git a/todo.txt b/todo.txt index e21ccd663..e46f6be10 100644 --- a/todo.txt +++ b/todo.txt @@ -1,10 +1,4 @@ -0167 pde (1.0.5) -X fix tab key and focus issue in the editor -X http://dev.processing.org/bugs/show_bug.cgi?id=1267 -X Support for smooth text in the PDE editor -X http://dev.processing.org/bugs/show_bug.cgi?id=1266 -X duplicate entries for sketchbook in the file menu -X http://dev.processing.org/bugs/show_bug.cgi?id=1260 +0168 pde (1.0.6?) _ add code for setting the l&f from the prefs file for linux