starting rev 111

This commit is contained in:
benfry
2006-03-23 01:40:24 +00:00
parent cc8f2ea6cc
commit 2a8691218b
5 changed files with 14 additions and 10 deletions
+2 -2
View File
@@ -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,
+6
View File
@@ -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
+1 -5
View File
@@ -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
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
+4
View File
@@ -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+
+1 -3
View File
@@ -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)