mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
starting rev 0168 (maybe 1.0.6)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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?
|
||||
|
||||
9
done.txt
9
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)
|
||||
|
||||
8
todo.txt
8
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
|
||||
|
||||
Reference in New Issue
Block a user