mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
starting revision 0190
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
0189 android (1.2.1)
|
||||
X no changes
|
||||
|
||||
|
||||
0188 android (1.2)
|
||||
X no changes (and android features hidden)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
0189 android
|
||||
0190 android
|
||||
|
||||
|
||||
_ fix mouseX/Y mapping when using smaller screen sizes
|
||||
|
||||
@@ -41,9 +41,9 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int REVISION = 189;
|
||||
static final int REVISION = 190;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static public String VERSION_NAME = "0189";
|
||||
static public String VERSION_NAME = "0190";
|
||||
/** Set true if this a proper release rather than a numbered revision. */
|
||||
static public boolean RELEASE = false;
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0189 core (1.2.1)
|
||||
X no changes, just the preproc issue
|
||||
|
||||
|
||||
0188 core (1.2)
|
||||
X no changes, just the version number
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
0189 core
|
||||
0190 core
|
||||
|
||||
|
||||
LIBRARIES / XML
|
||||
|
||||
5
done.txt
5
done.txt
@@ -1,3 +1,8 @@
|
||||
0189 pde (1.2.1)
|
||||
X error with variable declarations
|
||||
X http://code.google.com/p/processing/issues/detail?id=315
|
||||
|
||||
|
||||
0188 pde (1.2)
|
||||
X no changes, just the version number
|
||||
X update the about screens (about.jpg and about.bmp)
|
||||
|
||||
7
todo.txt
7
todo.txt
@@ -1,8 +1,9 @@
|
||||
0189 pde
|
||||
X error with variable declarations
|
||||
X http://code.google.com/p/processing/issues/detail?id=315
|
||||
0190
|
||||
|
||||
|
||||
_ disappearing horizontal scroll bar
|
||||
_ http://code.google.com/p/processing/issues/detail?id=316
|
||||
|
||||
_ launch4j problem
|
||||
_ no crash when double-clicking a sketch and loading it
|
||||
_ http://code.google.com/p/processing/issues/detail?id=231
|
||||
|
||||
Reference in New Issue
Block a user