changes to prepare for release

This commit is contained in:
benfry
2003-09-22 05:41:26 +00:00
parent 2e078f3f87
commit 9e70b9e4a4
4 changed files with 39 additions and 9 deletions
+12
View File
@@ -73,9 +73,15 @@ glance through them should help clear things up.
- font.stringWidth(String s) -> font.width(String s)
font.charWidth(char c) -> font.width(char c)
- removed control key 'F' for 'reference', gave it to 'find'.
also set cmd-shift-f as 'find in reference'.
[ additions ]
- good god, an implementation of find & replace, which means we've
caught up to 1984.
- BImage.save(String filename) has been implemented. the filename
should be something and a .tif or .tga at the end to determine how
the file should be saved.
@@ -173,6 +179,12 @@ glance through them should help clear things up.
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display;num=1064166777;start=0
http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1044438078;start=0
- fixed bug where the 'open' button would get stuck if no sketch was
selected for opening.
- fixed a bug where the caret would show up even though processing
processing's window was not active.
- removed ugly white borders around gui elements that show up on
macosx (workaround for a bug in apple's java 1.3 implementation).