Commit Graph

280 Commits

Author SHA1 Message Date
benfry fcef8a9880 adding people and bugs 2002-12-03 05:16:33 +00:00
benfry 3f90992442 finishing up 46 and fixing urldecoder bug when trying to write sketch
props
2002-11-20 18:46:10 +00:00
benfry c2602228c4 updated for new locations, finishing release 46 2002-11-20 18:45:04 +00:00
benfry b7d24b27d3 tweaks for finishing 46 2002-11-20 17:36:38 +00:00
benfry f889bc370d notes in readme and revisions for the final 2002-11-20 16:57:52 +00:00
benfry 921c6f9af3 trying to post the new jre 2002-11-20 15:36:23 +00:00
benfry 8fabf06a46 updating make and build dirs 2002-11-20 05:05:19 +00:00
benfry 6762cb9e08 say it with me "46" "46" fooooooorty six! 2002-11-20 04:44:45 +00:00
benfry b39a1f1d1b added individual readme for the serial stuff 2002-11-20 04:42:23 +00:00
benfry e7c444b3a2 polishing for 46 2002-11-20 04:18:26 +00:00
benfry 9e583f7b90 finishing up for 46
X fix default fonts, font size on mac
X fix lots of annoying crap about highlighting lines on errors
X re-enable console, add synchronized (hrmph)
2002-11-20 04:12:46 +00:00
benfry d8ba8ddc9e working on a standard style based on old font stuff 2002-11-19 23:05:37 +00:00
benfry 195696ac1f tweaking new layout for windows 2002-11-19 22:53:51 +00:00
benfry 1d9cf76fe2 tweaks to cleanup work on layout 2002-11-19 22:18:42 +00:00
benfry 3080d6aa2e may have fixed bug causing weird overlap of the status window 2002-11-19 22:17:44 +00:00
benfry e2bf2092c6 working on macosx java resize bug 2002-11-19 20:19:29 +00:00
benfry 90e78f3c1b X better default size than 300x300 when starting up first time 2002-11-19 20:16:24 +00:00
benfry 6ee807a88f more 2002-11-19 09:05:26 +00:00
benfry be3649ca35 X serial port
X   better message for PortInUseException (full explanation)
X   better message for when serial port code not available/not installed
2002-11-19 08:44:37 +00:00
benfry 0c21be63dc message when running p5 for the first time and serial port sucks 2002-11-19 08:03:38 +00:00
benfry 3d41b6d3a9 fixes for new directory layout and building under osx 2002-11-19 07:44:30 +00:00
benfry 74a4369561 serial port message.. in progress 2002-11-19 07:05:09 +00:00
benfry d6e903658a X added 'rename' command
X   also the default for clicking on the sketch's title
2002-11-19 06:33:16 +00:00
benfry 21a744060d X preprocessor tweaks
X   "http://acg.media.mit.edu" doesn't work because of //
X   "color.jpg" -> "int.jpg" causes trouble
X why does this line cause an error?
// String url = "http:\u002f\u002fwww.Proce55ing.net";
X   it's not in the preprocessor, but kopi seems to be having trouble
2002-11-19 05:43:10 +00:00
benfry ab0142a319 attempt to fix syntax coloring a bit 2002-11-19 04:37:39 +00:00
benfry ea37af0fda X pmouseX should be set at the end of loop(), not on mouse movement
X allow 3d curves
X   curveVertex and bezierVertex that take 3 args
X   3d versions of bezier() and curve()
2002-11-19 03:46:45 +00:00
benfry b894918b83 added imports for 1.3 and 1.4 stuff 2002-11-19 03:17:23 +00:00
benfry 190a826750 spew out compiler error message when kopi dies
fixes a freezing bug in more complicated code
2002-11-19 01:27:21 +00:00
benfry cb3ff22ca0 ironed out several problems with text editor 2002-11-18 21:48:14 +00:00
benfry 665ce6f7cb more people and more todo 2002-11-17 23:54:18 +00:00
benfry fa10b78e59 recursive sketch folders now work
but coloring seems to be pretty flakey
2002-10-23 01:45:43 +00:00
benfry 0b59252e90 X rectangles were drawing 1 pixel too large
X re-implemented sketchModified
2002-10-22 19:19:09 +00:00
benfry 479188790e undo/redo and edit menu implementation 2002-10-22 06:33:57 +00:00
benfry 5a03802244 stopped flicker in PdeEditorTextPane loading.. yeowchh 2002-10-22 02:48:30 +00:00
benfry cc8dae959b more people and java 1.4 (gulp) 2002-10-22 00:56:09 +00:00
benfry d3702db620 first sighting of syntax coloring working inside p5 2002-10-21 06:41:46 +00:00
benfry c0ac72e903 working on integration of new text editor with coloring 2002-10-21 05:49:10 +00:00
benfry bbb78b21a4 X switch to swing editor
X moved build dirs in cvs
2002-10-21 03:37:49 +00:00
benfry 903b0b5a30 last bits for 45 2002-10-21 00:14:20 +00:00
benfry 00c51442fb prep for non-release 45, just before moving to swing 2002-10-21 00:11:01 +00:00
benfry d7de733e3b haven't checked in for a bit 2002-10-12 02:10:30 +00:00
benfry 03754a8c53 tweaks 2002-09-05 22:07:18 +00:00
benfry ea3efb3c9c X major: fix error message stream mid-compile
X   ClassCastException on startup (or not found?)
2002-09-05 20:27:07 +00:00
benfry 0d6a22d1b3 working on illustrator support 2002-09-05 14:55:34 +00:00
benfry 0f33f6e5de X no more CVS and .cvsignore entries in sketchbook menu
X only put things in the menu if in proper structure
2002-09-04 23:20:11 +00:00
benfry ea3b6fdaab last tidbits of 0044 2002-09-02 18:07:59 +00:00
benfry 0d05ff575b added date stamp 2002-09-02 16:37:31 +00:00
benfry e44d718411 tweak tweak 2002-09-02 16:35:25 +00:00
benfry 86cd6556b9 tweaks towards 44 2002-09-02 16:34:03 +00:00
benfry cf3746576c more tidbits for macosx 2002-09-02 16:09:29 +00:00