From 61e1fd2fd8f6d60190578200c0f799ee40bac0e3 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 19 Oct 2003 19:06:23 +0000 Subject: [PATCH] last bits for 66 --- processing/build/linux/stub.sh | 2 +- processing/build/shared/bugs.txt | 7 +++ processing/build/shared/revisions.txt | 65 +++++++++++++++++++++++++++ processing/todo.txt | 46 +++++++++---------- 4 files changed, 95 insertions(+), 25 deletions(-) diff --git a/processing/build/linux/stub.sh b/processing/build/linux/stub.sh index 9a8acf4e8..33432f842 100644 --- a/processing/build/linux/stub.sh +++ b/processing/build/linux/stub.sh @@ -1,6 +1,6 @@ #!/bin/sh -CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/kjc.jar:lib/antlr.jar:lib/oro.jar:lib/RXTXcomm.jar +CLASSPATH=java/lib/rt.jar:java/lib/jaws.jar:lib:lib/build:lib/pde.jar:lib/kjc.jar:lib/antlr.jar:lib/oro.jar:lib/RXTXcomm.jar export CLASSPATH # put the directory where this file lives in the front of the path, because diff --git a/processing/build/shared/bugs.txt b/processing/build/shared/bugs.txt index 6b13d1466..f2215cc14 100644 --- a/processing/build/shared/bugs.txt +++ b/processing/build/shared/bugs.txt @@ -68,9 +68,16 @@ KNOWN BUGS the real deal, keeping us awake at night +- haven't yet modified the default html to make changes for the eolas + case. we have the code (thanks to toxi) but it won't be in until 67. + - beautify doesn't retain the *exact* position of the caret within the text. +- .dll and .jnilib files only work if they're in the same folder as + the processing app. in the future, they will run properly just from + within your 'code' folder. + - java mode in rev 63 and higher only works if you have java available in your path--meaning that you've installed it yourself under windows or linux, or this will always be the case for macosx. diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index 6ec4ce7f8..4328528cd 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -6,6 +6,71 @@ about to enjoy is extremely hot. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +ABOUT REV 0066 - 19 october 2003 + +several important bug fixes in this release, strongly recommended. +lots of things have been repaired, though this release hasn't been +heavily tested, which might necessitate a 67 sometime later this week. + + +[ bug fixes ] + +- smooth() no longer smooshes the last line of objects. + +- stroke on smoothed polygons was drawing at 8x. no more. + +- runtime exceptions no longer lock up the environment. also fixed + situation that was making the play button stick. + +- files from the 'code' folder are now packaged with applets on export. + http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066586882;start=0 + +- re-capitalizing the name of a file on macosx or windows would + formerly destroy your sketch. this has been fixed. + http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066495952;start=0 + http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066497131;start=0 + +- circles/ellipses do a better job of handling alpha + +- tweaks to the font builder for better updating/better stability + +- curvePoint didn't work when used without curve(), fixed. + http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066499669;start=0 + +- double semicolons bug in preproc, fixed by dan the preproc man + http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066499812;start=0 + http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066498153;start=0 + +- placement of new items in the history menu was incorrect + http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066501376;start=0 + +- fixed bug with "open sketch folder" on macosx + +- fixed bug with help->reference and "find in reference" on macosx + +- dimmed 'replace' button after 'find' to disallow double-replacing. + +- added notes about quicktime 6.4 problems on the mac to bugs.txt + +- modification to ignore dotfiles on export, i.e. so that .DS_Store + files aren't included in your .jar with an exported applet. + + +[ changes ] + +- netscape.javascript is now included in the default imports, no + longer any need to put JSObject et al. into your 'code' folder if + you're using javascript/java integration. + +- many changes to the BImage api by toxi + +- macosx is disabled from running until qtjava is properly + installed. see bugs.txt for info. + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + ABOUT REV 0065 - 30 september 2003 one major bug fix that repairs nastiness in drawing text that showed diff --git a/processing/todo.txt b/processing/todo.txt index f9967d1f9..996bb2416 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -23,7 +23,7 @@ X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display; X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066497131;start=0 X include JSObject with p5's pde.jar X jaws.jar is already included on mac.. -_ check to see if ok on pc (empty project -> new JSObject()) +X check to see if ok on pc (empty project -> new JSObject()) X files are in jaws.jar: JSObject, JSException and JSUtil X curvePoint not initializing X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066499669;start=0 @@ -50,9 +50,30 @@ X no more .DS_Store or other similar files X included code is not packaged in the outgoing jar file on export X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066586882;start=0 + +0067 _ new html code for eolas patent case _ move html to external file in the lib folder +_ BImage.smooth() ? +_ mouse wheel not working on macosx, need to dynamically load 1.4 code +_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1065826758;start=0 +_ simong interested in helping +_ set PATH to include java (!) +_ external classes currently require expert release +_ find/replace.. when hitting 'find', select the text in the field +_ give that field focus explicitly, rather than just for typing +_ right now, typing works, but no caret, no blue highlight +_ and on second find run, should instead select all the find string +_ so that typing will replace it directly + +_ dll and jnilib files have to be in the p5 folder (confirmed by amit) +_ there should be other places that they work.. +_ could even copy the dll to the p5 folder from the code folder + +_ it's possible to write non-1.1 code, even syntax +_ would -source 1.1 help this? +_ 'final int' needs to be 'static final int' in 1.1 ................ @@ -78,29 +99,6 @@ rect(mouseX, mouseY, 200, 200); ................ -0067 -_ BImage.smooth() ? -_ mouse wheel not working on macosx, need to dynamically load 1.4 code -_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1065826758;start=0 -_ simong interested in helping -_ set PATH to include java (!) -_ external classes currently require expert release - -_ find/replace.. when hitting 'find', select the text in the field -_ give that field focus explicitly, rather than just for typing -_ right now, typing works, but no caret, no blue highlight -_ and on second find run, should instead select all the find string -_ so that typing will replace it directly - -_ dll and jnilib files have to be in the p5 folder (confirmed by amit) -_ there should be other places that they work.. -_ could even copy the dll to the p5 folder from the code folder - -_ it's possible to write non-1.1 code, even syntax -_ would -source 1.1 help this? -_ 'final int' needs to be 'static final int' in 1.1 - - PREPROC _ text(String.valueOf(i+1), left + i*20, top); _ unexpected token "String"