Commit Graph

218 Commits

Author SHA1 Message Date
benfry dc03221667 removal of PdeBase.frame and switching PdeBase to a JFrame 2003-08-05 01:55:17 +00:00
benfry 6966de1a49 deal with spaces for launching urls for reference 2003-08-05 01:35:11 +00:00
benfry 51c3eed974 working on rev 57 for macosx 2003-08-04 06:30:21 +00:00
benfry 9bcb3f7f2b removed dependency for apps to set their classpath in expert mode (!) 2003-08-04 04:44:56 +00:00
benfry 08ed21925a should work better 2003-08-03 23:08:42 +00:00
benfry 630baf7a8e cleaning and repairing.. heading in towards rev 57 2003-08-03 21:36:15 +00:00
benfry d13e4c57be cleaning out some dead code in PdeEditor 2003-08-03 21:12:42 +00:00
benfry 6ca8802b5e set default size of console 2003-08-03 20:29:27 +00:00
benfry aed9c8dfb0 changes for optionally building with rxtx instead of just javacomm 2003-08-03 18:29:49 +00:00
benfry 151cc290be modifications to export .pde file instead of .java 2003-08-03 18:27:53 +00:00
benfry 4d1772a1f4 cleaning up/removing Thread.stop references.. crossing fingers.. 2003-07-31 17:12:34 +00:00
dmose 3cecfa9bc3 Fix bug where runtime exceptions weren't propagating correctly. 2003-07-31 16:57:19 +00:00
benfry 36c345163f attempts to turn off console antialiasing, fix for cmd-key macosx issues 2003-07-30 04:32:53 +00:00
benfry 9b37db807b tidbits 2003-07-30 00:27:31 +00:00
benfry cc3f11190a fixes to make closing of applets perhaps behave better 2003-07-30 00:27:08 +00:00
benfry 1c5538c3c5 trying to disable text anti-aliasing on macosx 2003-07-30 00:24:59 +00:00
benfry b2444dae51 splash screen 2003-07-30 00:24:31 +00:00
benfry bf9a0b4aa8 help menu, making reference work on windows, prefs menu and handlers 2003-07-29 22:37:54 +00:00
benfry c5cf666b25 save tab pane location, make windows height narrower for prettiness 2003-07-29 18:47:02 +00:00
benfry 0d80bc8d78 moved reference code into PdeBase, tidying readme, cleanup console 2003-07-29 03:11:48 +00:00
benfry 27643b6233 smaller misc stuff, mostly for macosx, hacking on some of danh's changes 2003-07-27 19:35:13 +00:00
benfry c9b0d372e8 attempt to get javac running, especially for macos9 2003-07-25 22:27:53 +00:00
benfry dcdbca5293 licensing and tabs 2003-07-24 22:54:23 +00:00
benfry 692e5ed964 beginnings of javac compiler support 2003-07-24 22:49:48 +00:00
dmose 4ed9ecadd6 Fix constructor error introduced in last checkin 2003-07-24 15:55:13 +00:00
dmose 39cdaa9d86 Hoisting some common preprocessor bits up into the superclass in preparation for the new preproc. 2003-07-24 15:49:17 +00:00
benfry ac1f8acfd1 this feller wasn't even being used 2003-07-23 21:46:39 +00:00
benfry 06e11ffd26 adding licensing information to files, removing some tabs 2003-07-23 21:32:33 +00:00
benfry 250558d92d converting tabs to spaces, adding licensing info 2003-07-23 04:02:12 +00:00
benfry b804b4759b focus fixes from danh 2003-07-21 18:51:58 +00:00
dmose 56f1c29423 Fix bug where some versions of jikes were producing error messages that we didn't know how to handle because we weren't expecting full paths 2003-07-21 17:40:36 +00:00
benfry c8bedc1691 dh 1 X save last-used serial to sketch.properties on quit 2003-07-18 19:57:52 +00:00
benfry 01c65e11a8 resizable console and text area [danh]
beginnings of better error message when void is missing [danh]
2003-07-15 23:53:34 +00:00
dmose 7ecb7ac429 Replace Kjc compiler with jikes 2003-07-13 22:09:50 +00:00
dmose 030c484c04 Set the default rendered to not be OpenGL; patch from Ben. 2003-07-13 22:07:16 +00:00
dmose 45ef583556 Removing, as Ben has gotten rid of KjcApplet entirely 2003-07-13 22:05:56 +00:00
benfry 4bfb8355f5 getting gl4java wired in, removing KjcApplet for simplicity 2003-07-13 18:08:53 +00:00
benfry b917f83bf8 code from danh to get started on evnironment issues 2003-07-07 15:12:59 +00:00
dmose ec38155680 Backend refactoring: KjcEngine has been split up into separate classes for preprocessing, compiling, and running. 2003-07-04 18:43:47 +00:00
benfry c913e55f9f patch from danm for selecting the last line of code properly 2003-06-23 22:11:41 +00:00
benfry ff73b7bbad changes for wheelmouse auto-detect, and incorporating video 2003-04-29 15:52:30 +00:00
benfry c6538994c1 changes for MRJFileUtiles 2003-04-11 20:30:45 +00:00
benfry f3da9dfee7 fixes for 0054 2003-04-11 18:02:34 +00:00
benfry 998e427835 last bits for 53 2003-04-04 16:21:09 +00:00
benfry a16cac29e1 fixed several polygon bugs from creas and the color[] bugs 2003-03-05 03:14:49 +00:00
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