From 5a77f931575c1a3b7bdf59315b7ddcac0dfb65ad Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 22 Sep 2003 19:26:53 +0000 Subject: [PATCH] misc notes --- processing/build/shared/revisions.txt | 4 +++- processing/todo.txt | 20 ++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index d61122cdf..182886549 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -196,7 +196,9 @@ glance through them should help clear things up. [ known problems, pardon our dust ] -- stroke widths that aren't 1 are probably broken. +- lines with stroke weights that aren't 1 are probably broken. + +- single pixel lines still have some problems with drawing over things. - the size of exported applets has jumped in this release. this will get smaller again in a future release. we're in the middle of diff --git a/processing/todo.txt b/processing/todo.txt index 09364973d..322b2d475 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -239,7 +239,7 @@ X set a better ctrl-key for reference (anything but 'F') X probably need to use mac or pc specific keys? X nope, it doesn't really need a command key X instead, cmd-shift-f is now 'find in reference' - +X windows fixes for run.bat, and another expert version of the same assigned to dan haskovec, completed by fry dh X find/replace @@ -250,11 +250,28 @@ dh X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;a .................................................................. +0060c3 + +X notify user when size() is bad +X need to use oro matcher when trying to grab the applet size (export?) +_ open button getting stuck on windows +_ macosx doesn't listen if 'cancel' is selected for save changes on quit +_ but windows works fine, so it's a macosx problem + +fixes from toxi +X BImage.get() was only grabbing a single line of pixels + + +.................................................................. + + 0060 _ make sure no CVS folders or .DS_Store files in the distribution MEDIUM +_ include version number in the about box +_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242 _ adding files to sketch.. menu item _ also do drag & drop implementation to pull in files _ light(x, y, z, c1, c2, c3, TYPE) @@ -278,7 +295,6 @@ _ in general, things are way simpler on the pc _ better 1.3/1.4 support.. properly detect vm _ use when deciding which classes to import _ if size() not found in export/compile, ask the user -_ need to use oro matcher when trying to grab the applet size (export?) _ size(myWidth, myHeight) -> set static var in BGraphics _ for the last size that was used, use as default for fill-in field _ better support for running locally