starting rev 106

This commit is contained in:
benfry
2006-02-28 02:38:35 +00:00
parent bb045c1cd8
commit 84797445d0
5 changed files with 15 additions and 6 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 = 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,
+4
View File
@@ -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
+3 -2
View File
@@ -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
+4
View File
@@ -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'
+2 -2
View File
@@ -1,5 +1,5 @@
0105 pde
X no changes, only fixes for opengl
0106 pde
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .