mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting rev 111
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user