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