From 4c2896c2feb5b87e97484a027e9de78e4b955f47 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 10 Oct 2004 17:26:33 +0000 Subject: [PATCH] removed grow box for applet --- processing/core/PApplet.java | 1 + processing/core/todo.txt | 1 + processing/todo.txt | 12 ++++++------ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/processing/core/PApplet.java b/processing/core/PApplet.java index fc9e23fd2..e77ca8340 100644 --- a/processing/core/PApplet.java +++ b/processing/core/PApplet.java @@ -4011,6 +4011,7 @@ public class PApplet extends Applet } Frame frame = new Frame(); + frame.setResizable(false); // remove the grow box frame.pack(); // get insets. get more. Class c = Class.forName(name); PApplet applet = (PApplet) c.newInstance(); diff --git a/processing/core/todo.txt b/processing/core/todo.txt index 1b2afb1d7..d219c0aa8 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -24,6 +24,7 @@ X that way other font types can properly extend PFont o font char widths from orator were not fixed width o may just need to regenerate. if not, widths may be set wrong. + _ depth testing of lines vs text is problematic _ use depth()/noDepth() to handle depth test diff --git a/processing/todo.txt b/processing/todo.txt index 9a356771f..4a0c4aa5c 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -15,7 +15,6 @@ o or do we make people use dreamweaver? o nixed by casey, we're not dreamweaver X macosx not exporting core.jar X the jar is buried Contents/Resources/Java -_ verify that this is working X don't enable externalRuntime with multiple code files that are pde X no longer separate classes X remove "file" from "new file".. maybe just "new tab"? @@ -28,6 +27,12 @@ X "save as" not properly updating the tab header X also include the name of the previous sketch for "save as" X prevent folks from saving a sketch inside its own folder X will cause bizarro recursive folder action +X remove grow box from applet frame + +macosx +_ verify that export is working from processing.app +_ check into ryan's macosx java bug.. +_ see why coords are going negative _ allow to use doubles on casting -- particularly for Math.cos() et al @@ -43,11 +48,6 @@ _ round() is not colored _ add serial.last() to api _ also bring back serial event via reflection -_ check into ryan's macosx java bug.. -_ see why coords are going negative - -_ remove grow box from applet frame on macosx - _ "save as" shouldn't show save as dialog for sketches _ unless that's the current mode that's being used