Commit Graph

173 Commits

Author SHA1 Message Date
benfry 0f2e2c8c02 fixed image downloading code 2003-02-24 05:51:31 +00:00
REAS a3ba1faf30 Altering the HTML output to read Processid 2003-02-18 11:14:49 +00:00
benfry 2c94fd7719 dumb bug found with quotes missing 2003-01-27 15:12:22 +00:00
benfry aa70acea2f X framerate() and framerate(15)
X delay() should sleep the thread [glen murphy]
X   it's sucking cpu and won't open a window until the delay is up
X   also don't delay on the first time through
X   add framerate to colored things list
2003-01-26 19:59:59 +00:00
benfry e51dbb6bad X new html for export 2003-01-26 17:50:01 +00:00
benfry 389c62fb8d X add http url support for loadImage and loadStream
X ceil/floor/round
2003-01-26 17:08:08 +00:00
benfry c116a581a2 cleaning up the todo list 2003-01-26 16:18:37 +00:00
benfry d996f2d08f people, todos, and tweak for os9 2003-01-06 22:10:09 +00:00
benfry 2211251fe4 oops 2003-01-06 02:00:30 +00:00
benfry 99988430fc final tidbits, closing in on 47 2003-01-06 01:51:40 +00:00
benfry 3fa24c43de new text editor coming along nicely 2003-01-05 23:35:30 +00:00
benfry f0e4a5642a working on editor and fixing colors 2003-01-05 20:45:46 +00:00
benfry e7360b2360 working on editor 2003-01-05 16:01:02 +00:00
benfry 9f7161e895 making versions specific to their implementations 2003-01-05 08:02:17 +00:00
benfry 8952ecbfcb moving to jedit editor 2003-01-05 07:48:38 +00:00
benfry c896b6d7df more people 2002-12-28 13:55:13 +00:00
benfry 0b23e67756 additions to people list 2002-12-24 20:28:40 +00:00
benfry 86f35e5b39 finishing up 46 and fixing urldecoder bug when trying to write sketch
props
2002-11-20 18:46:10 +00:00
benfry 1dded5e6bf tweaks for finishing 46 2002-11-20 17:36:38 +00:00
benfry 3b24e96dfe 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 1b18e66229 working on a standard style based on old font stuff 2002-11-19 23:05:37 +00:00
benfry d53bdc5c4a tweaking new layout for windows 2002-11-19 22:53:51 +00:00
benfry 49fd358328 tweaks to cleanup work on layout 2002-11-19 22:18:42 +00:00
benfry 7808c75511 may have fixed bug causing weird overlap of the status window 2002-11-19 22:17:44 +00:00
benfry 1307ff446f working on macosx java resize bug 2002-11-19 20:19:29 +00:00
benfry 728a098377 X better default size than 300x300 when starting up first time 2002-11-19 20:16:24 +00:00
benfry 0ad1b80994 more 2002-11-19 09:05:26 +00:00
benfry 4fa553d250 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 f12b2b45c3 message when running p5 for the first time and serial port sucks 2002-11-19 08:03:38 +00:00
benfry d293ae2c62 serial port message.. in progress 2002-11-19 07:05:09 +00:00
benfry ccb1c9b1f8 X added 'rename' command
X   also the default for clicking on the sketch's title
2002-11-19 06:33:16 +00:00
benfry d0ad011dfd 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 c98782b051 attempt to fix syntax coloring a bit 2002-11-19 04:37:39 +00:00
benfry df7d10ebee added imports for 1.3 and 1.4 stuff 2002-11-19 03:17:23 +00:00
benfry c680c59fbf 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 8a1f6e53bb ironed out several problems with text editor 2002-11-18 21:48:14 +00:00
benfry ad8d541d63 recursive sketch folders now work
but coloring seems to be pretty flakey
2002-10-23 01:45:43 +00:00
benfry 3b300df5f1 X rectangles were drawing 1 pixel too large
X re-implemented sketchModified
2002-10-22 19:19:09 +00:00
benfry e0ac753c8c undo/redo and edit menu implementation 2002-10-22 06:33:57 +00:00
benfry 33f91aca0b stopped flicker in PdeEditorTextPane loading.. yeowchh 2002-10-22 02:48:30 +00:00
benfry f0beb47a49 first sighting of syntax coloring working inside p5 2002-10-21 06:41:46 +00:00
benfry 3e96229b66 working on integration of new text editor with coloring 2002-10-21 05:49:10 +00:00
benfry 534ca955cd X switch to swing editor
X moved build dirs in cvs
2002-10-21 03:37:49 +00:00
benfry c5e07561c2 tweaks 2002-09-05 22:07:18 +00:00
benfry 38fa6901d4 X major: fix error message stream mid-compile
X   ClassCastException on startup (or not found?)
2002-09-05 20:27:07 +00:00
benfry cb02a5fb9e 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 fda38056a0 more tidbits for macosx 2002-09-02 16:09:29 +00:00
benfry ea7811d012 text swapper for save as under osx.. event.consume() wasn't working 2002-09-02 15:41:55 +00:00
benfry 10d7ce8a57 hokey arrow key support for macosx 2002-09-02 15:20:58 +00:00
benfry 785efd188e working on hokey arrow key stuff 2002-09-02 05:12:28 +00:00