From 9d9fc0ccfee23077e8f3161eaa4f89d72a88b160 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 19 Oct 2003 20:08:48 +0000 Subject: [PATCH] starting 67 --- done.txt | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/done.txt b/done.txt index 2f4ff8229..e8f19f078 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,56 @@ +0066 +X BImage.replicate for straight 1:1 copy, blend() for blended version +X remove the blendMode function because it's confusing +X big changes to image code from toxi +X repaired smoothing so that it doesn't crush the last line +X bresenham ellipses/circle ignore alpha +X strokeWeight != 1 then shouldn't use flat_rect or flat_ellipse +X alpha didn't work either b/c some pixels seem to draw more than once +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066499939;start=0 +X fixed bug where font wouldn't create if data dir exists +X font builder: changes to font selection don't always update properly +X more toxi image fixes to make things more stable/idiot-proof +X is this a p5 bug? or his bug? +X http://www.cs.uml.edu/~jzhou/previous/91.541/hw1_applet/my_cellular_automata_2.pde +X new code from toxi for changes to how image api functions are laid out +X runtime exceptions are killing the environment +X play button stays stuck on runtime exceptions +X rewrote pieces of the codProbleme +X also the thread wasn't exiting properly, could cause slowdowns +X rename bug is destroying files +X if saveas/rename names match, use renameTo +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066495952;start=0 +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.. +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 +X semicolons bug in preproc +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066499812;start=0 +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066498153;start=0 +X placement in the history menu of new items doesn't work +X the clear history thing gets in the way +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1066501376;start=0 +X stroke on smoothed polygons was drawing at 8x +X macosx open sketch folder problems.. spaces in filename problem? +X also was a problem for reference +X help->reference and find in reference don't work on some machines +X complaints from osx and windows.. +X after hitting replace, dim the replace button +X otherwise it causes another replace to happen +X quicktime 6.4 update breaks p5 on the mac? +X http://docs.info.apple.com/article.html?artnum=93414&sessionID=anonymous%7C26893096&kbhost=kbase.info.apple.com%3a80%2f +X "Type quicktime.std.stdQTConstants was not found" +X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1066358763 +X http://docs.info.apple.com/article.html?artnum=120255 +X ignore dotfiles on export, both from code and data folder +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 + + 0065 X fix SMOOTH_IMAGES problem with how text had been modified X include version number in the about box