From 9e70b9e4a4cf56064ba2518a40da74fe95ca71e6 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 22 Sep 2003 05:41:26 +0000 Subject: [PATCH] changes to prepare for release --- processing/build/macosx/dist.sh | 3 +++ processing/build/macosx/dist/DS_Store | Bin 0 -> 12292 bytes processing/build/shared/revisions.txt | 12 ++++++++++ processing/todo.txt | 33 +++++++++++++++++++------- 4 files changed, 39 insertions(+), 9 deletions(-) create mode 100755 processing/build/macosx/dist/DS_Store diff --git a/processing/build/macosx/dist.sh b/processing/build/macosx/dist.sh index 5a03e817e..434a5bfed 100755 --- a/processing/build/macosx/dist.sh +++ b/processing/build/macosx/dist.sh @@ -47,6 +47,9 @@ chmod a+x processing/serial_setup.command cp ../../bagel/serial/RXTXcomm.jar processing/lib/ cp ../../bagel/serial/libSerial.jnilib processing/ +# get ds_store file (!) +cp dist/DS_Store processing/.DS_Store + # get package from the dist dir cp -r dist/Processing.app processing/ rm -rf processing/Processing.app/CVS diff --git a/processing/build/macosx/dist/DS_Store b/processing/build/macosx/dist/DS_Store new file mode 100755 index 0000000000000000000000000000000000000000..58b26bd63d293bcae1063bf27ef36c960663ffe5 GIT binary patch literal 12292 zcmeI0zityj5XNWhLkdAeE|5q;aZg}DMQepn&>$ouDkSjV_#7u^`5Xs9b8i3@6%@%E z(D4eq2qoePfNypeXYX#eqd+ig-HvZ}zTKVQobS9xM0{{IzDKlAL_0Xdc5a{w6zP|v zQChC$4lF}Y`DnPvhdApre6>LdC;=s)1eAah_&W&TnJr}}^4zz*S}Or1@Lv*;`$LLD zY|q)!T660_WwrpY37Sp8ck|~THkAh0p0lO3XhC5sg|$+4TMTx42exwb_nd!et(6m- znK6!=ncWVB-PVIs<4)YOR%<1o1eye7@7|^d^o;tC7M1<`6ZG8vX^N3uqbcQdN^2^r zp8O8|7h%uod3JaEPN2(2?Wf88$BSYk_XQMh%<1`NR?PAh?kPX2J=v&Ox-tCM5T15X zL_Fq{(J@WxE2i(5;j6deHZ9;etj0w`AmHW4#C!anza>*ICO6hqJoFjkxYkH4t~U}# z$F7e0h-8Iz4shP3IdYMO)@}0PuX_)XtdP5rkiaK{@(3dgXi3Xj%tFS``Yx0cc#i1= zwu|h)qIFFpoSu6$uN%$OtagIAFmFvEv-np`K;cuSPyDuZnan-PLB;PYh`(U`fJcOW zz%!DGo6X3;704In2!vh55_STKiWUrm# zc!@)b_?6Zg2`aN4hc(-A*zG@cd{5yjnx3Nt4;Exjc1;P0)*Z=?k literal 0 HcmV?d00001 diff --git a/processing/build/shared/revisions.txt b/processing/build/shared/revisions.txt index 5c4ac45f3..d61122cdf 100644 --- a/processing/build/shared/revisions.txt +++ b/processing/build/shared/revisions.txt @@ -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). diff --git a/processing/todo.txt b/processing/todo.txt index 01cfde34a..09364973d 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -229,11 +229,34 @@ X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=BugFixes;action=display; .................................................................. +0060c2 + +X jedittextarea caret blinks even w/o focus +X may have been my own hack breaking it +X popup menu for sketches doesn't unhighlight if no sketch selected +X originally assigned to dan haskovec, but implemented by fry +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' + + +assigned to dan haskovec, completed by fry +dh X find/replace +dh X ctrl-f for find, g for find next, h for next occurrence of selected +dh X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055003940 + + +.................................................................. + + 0060 _ make sure no CVS folders or .DS_Store files in the distribution MEDIUM +_ adding files to sketch.. menu item +_ also do drag & drop implementation to pull in files _ light(x, y, z, c1, c2, c3, TYPE) _ also BLight with same constructor, and on() and off() fxn _ mousePressed, keyPressed, others.. queue them all @@ -731,7 +754,7 @@ bf b _ need fast 2D text that's not affected by the transforms bf b _ also needs to look good, not squished from texture weirdness bf b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1051806272 - 1 _ toxi ellipses don't adapt for larger sizes + 1 _ toxi ellipses don't adapt properly with transformations BAGEL / Serial @@ -941,11 +964,6 @@ dh b _ compile entire sketchbook on startup, check for new files on compile? PDE / Editor if you dream it, you can do it. -dh b _ find/replace -dh b _ ctrl-f for find, g for find next, h for next occurrence of selected -dh b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055003940 -_ set a better ctrl-key for reference (anything but 'F') -_ probably need to use mac or pc specific keys? PDE / Details @@ -974,7 +992,6 @@ dh 1 _ is play button properly unhighlighting? dh 1 _ does it unhighlight after compile or runtime errors? dh 1 _ also when using draw() instead of loop() dh 1 _ applet needs to notify runner that it has terminated -dh 1 _ popup menu for sketches doesn't unhighlight if no sketch selected dh 1 _ if export fails (compile error) need deselect dh 1 _ only copy data files into build dir when there are changes dh 1 _ make sure the still relevant files aren't removed @@ -1006,8 +1023,6 @@ dh 1 _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software 1 _ dim edit menus as appropriate during selection/no selection/etc 1 _ switch to newer syntax package from jedit cvs 1 _ is enormous horizontal scroller issue fixed properly - 1 _ jedittextarea caret blinks even w/o focus - 1 _ may have been my own hack breaking it danh couldn't replicate on win2k, but test under osx and others