diff --git a/app/Base.java b/app/Base.java index f4d7bda9f..98bdd6525 100644 --- a/app/Base.java +++ b/app/Base.java @@ -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, diff --git a/core/todo.txt b/core/todo.txt index 3d5b46d12..185c53d6c 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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! diff --git a/todo.txt b/todo.txt index 9e3af9da8..37dd9ddf5 100644 --- a/todo.txt +++ b/todo.txt @@ -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,