From 40a59da4c3445aaf8583bef6595be2a5d1297d73 Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 27 Sep 2003 18:08:43 +0000 Subject: [PATCH] starting rev 64 --- done.txt | 38 ++++++++++++++++++++++++++++++++++++++ todo.txt | 39 +-------------------------------------- 2 files changed, 39 insertions(+), 38 deletions(-) diff --git a/done.txt b/done.txt index b6c131058..42a3ef74a 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,41 @@ +0063 +X beautify menu became disabled when moved +X BImage(int width, int height) constructor +X trying to track down sluggishness with applets.. +X beginShape/endShape.. 3D scenes with boxes.. +X newPixels is in BGraphics.endFrame, +X screen.drawImage is in BApplet.paint +X need to move both to BApplet.paint() +X external applet stuff +X set initial position of external applets via BApplet +X closing window doesn't disable the stop button +X hitting 'stop' should freeze applet, not close window +o what was the random NullPointerException +X send messages for window location +X remove 'wanna move' msg, and actually record the position +X 'add files' for .class, .jar should drop the stuff into 'code' +o external classes using loadStream, etc have trouble +X bug in CLASSPATH setup inside processing.exe, had quotes +X was breaking the load of javax.comm.properties + +assigned to dan haskovec, completed by fry +X for 'java' mode, try run using external vm +X would need to get error output stream from app.. argh +X only allow under win/osx/linux +X not clear how to kill the process.. does that work w/ 1.3? +X support 'classes' folder, through the use of a classloader +X could also be done by launching external java app +X all .jar files etc are added from this folder automatically +X 'public class' thing to make things available to all sketches +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050571290 +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055355089 +X class unloading not happening in java mode +X need to add randomizer to even non-self gen'd classes +X or figure out how to unload old classes.. grr +X lockup when something missing from classpath on dynamic load +X but makes no error.. peditorconsole probably swallowing it + + 0062 X modify build instructions for the many changes X i.e. buzz.pl requires jdk13+ set for JDK13 flag, used by p5 diff --git a/todo.txt b/todo.txt index bf7bd8e25..c1a0d589c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,41 +1,3 @@ -0063 -X beautify menu became disabled when moved -X BImage(int width, int height) constructor -X trying to track down sluggishness with applets.. -X beginShape/endShape.. 3D scenes with boxes.. -X newPixels is in BGraphics.endFrame, -X screen.drawImage is in BApplet.paint -X need to move both to BApplet.paint() -X external applet stuff -X set initial position of external applets via BApplet -X closing window doesn't disable the stop button -X hitting 'stop' should freeze applet, not close window -o what was the random NullPointerException -X send messages for window location -X remove 'wanna move' msg, and actually record the position -X 'add files' for .class, .jar should drop the stuff into 'code' -o external classes using loadStream, etc have trouble -X bug in CLASSPATH setup inside processing.exe, had quotes -X was breaking the load of javax.comm.properties - -assigned to dan haskovec, completed by fry -X for 'java' mode, try run using external vm -X would need to get error output stream from app.. argh -X only allow under win/osx/linux -X not clear how to kill the process.. does that work w/ 1.3? -X support 'classes' folder, through the use of a classloader -X could also be done by launching external java app -X all .jar files etc are added from this folder automatically -X 'public class' thing to make things available to all sketches -X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050571290 -X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055355089 -X class unloading not happening in java mode -X need to add randomizer to even non-self gen'd classes -X or figure out how to unload old classes.. grr -X lockup when something missing from classpath on dynamic load -X but makes no error.. peditorconsole probably swallowing it - - 0064 _ set PATH to include java (!) _ history could be gzipped and appended to history.dat @@ -49,6 +11,7 @@ _ network/shared_canvas, network/value has old code _ write script to remove .DS_Store and CVS folders from dist _ include version number in the about box _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242 +_ set default filename for the font MEDIUM