starting rev 0120

This commit is contained in:
benfry
2006-10-13 03:18:39 +00:00
parent 680d2fb440
commit 945c8af00b
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -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,
+6
View File
@@ -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 -6
View File
@@ -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,