mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting rev 0120
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 = 119;
|
||||
static final String VERSION_NAME = "0119 Beta";
|
||||
static final int VERSION = 120;
|
||||
static final String VERSION_NAME = "0120 Beta";
|
||||
|
||||
/**
|
||||
* Path of filename opened on the command line,
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
X fixed error when using hint(ENABLE_NATIVE_FONTS) with JAVA2D
|
||||
X java.lang.IllegalArgumentException:
|
||||
X null incompatible with Global antialiasing enable key
|
||||
X fix issue where ambientLight(r, g, b) was instead ambientLight(r, g, r)
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=412
|
||||
X createFont() should always use native fonts
|
||||
_ need to warn that fonts may not be installed
|
||||
_ recommend that people include the ttf if that's the thing
|
||||
_ or rather, that this is only recommended for offline use
|
||||
|
||||
_ loadBytes() and saveStream() functions badly need optimization!
|
||||
_ don't bother using a buffering stream, just handle internally. gah!
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
0120 pde
|
||||
X add a note saying that changing the font size requires restart
|
||||
X add quaqua look and feel on the mac, improve how things look
|
||||
|
||||
_ createFont() should always use native fonts
|
||||
_ need to warn that fonts may not be installed
|
||||
_ recommend that people include the ttf if that's the thing
|
||||
_ or rather, that this is only recommended for offline use
|
||||
X trying out quaqua look and feel on the mac, improve how things look
|
||||
|
||||
_ macosx having trouble finding monaco
|
||||
_ changing font size,
|
||||
|
||||
Reference in New Issue
Block a user