starting rev 0168 (maybe 1.0.6)

This commit is contained in:
benfry
2009-06-08 01:45:12 +00:00
parent fc19100ffc
commit d8480cda7e
5 changed files with 18 additions and 12 deletions

View File

@@ -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<Integer, String> platformNames = new HashMap();
static {

View File

@@ -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

View File

@@ -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?

View File

@@ -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)

View File

@@ -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