mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
starting rev 103
This commit is contained in:
@@ -50,8 +50,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 102;
|
||||
static final String VERSION_NAME = "0102 Beta";
|
||||
static final int VERSION = 103;
|
||||
static final String VERSION_NAME = "0103 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0102 core
|
||||
X no changes, windows-only release to deal with processing.exe
|
||||
|
||||
|
||||
0101 core
|
||||
X add dispose() call to the shutdown part of PApplet
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
0102 core
|
||||
X no changes, windows-only release to deal with processing.exe
|
||||
0103 core
|
||||
|
||||
|
||||
more pdf/recording stuff
|
||||
_ don't open a window the size of the pdf if in pdf mode
|
||||
|
||||
10
done.txt
10
done.txt
@@ -1,3 +1,13 @@
|
||||
0102 pde
|
||||
X p5's exe has trouble when PATH has quotes (or spaces?)
|
||||
X detect bad classpath or path settings
|
||||
X some sort of path/classpath tester/fixer app for windows
|
||||
X that " norton" thing in the path makes things a mess
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=112
|
||||
X CLASSPATH figured out what to do with quotes, but not PATH
|
||||
X quotes has issues on win2k vpc.. useful testbed
|
||||
|
||||
|
||||
0101 pde
|
||||
X no changes, only dipose() method fix for pdf
|
||||
|
||||
|
||||
9
todo.txt
9
todo.txt
@@ -1,11 +1,4 @@
|
||||
0102 pde
|
||||
X p5's exe has trouble when PATH has quotes (or spaces?)
|
||||
X detect bad classpath or path settings
|
||||
X some sort of path/classpath tester/fixer app for windows
|
||||
X that " norton" thing in the path makes things a mess
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=112
|
||||
X CLASSPATH figured out what to do with quotes, but not PATH
|
||||
X quotes has issues on win2k vpc.. useful testbed
|
||||
0103 pde
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
Reference in New Issue
Block a user