Commit Graph

19 Commits

Author SHA1 Message Date
David A. Mellis 9ecb7ac8f1 Updating version number in todo.txt. 2009-12-24 21:34:53 +00:00
David A. Mellis 4a220ef09c Updating reference for Arduino 0017. 2009-08-11 21:22:19 +00:00
David A. Mellis b72521d35b Updating todo. 2009-07-21 06:08:37 +00:00
David A. Mellis f93aa6cd11 Updating todo. 2009-07-14 21:18:25 +00:00
David A. Mellis 71806a16d4 Updating todo list. 2009-07-12 00:40:50 +00:00
David A. Mellis 15cff82214 Removing unused preferences. Fixing upload when not deleting applet/ directory. Treating examples in the sketchbook/libraries folder as read-only. 2009-06-18 19:22:43 +00:00
David A. Mellis bb9525ad24 Disabling the serial monitor during uploads. 2009-06-18 18:29:53 +00:00
David A. Mellis 250bce0f34 Adding keyboard shortcut (command or ctrl w) for closing the serial monitor window. 2009-06-16 20:21:39 +00:00
David A. Mellis 672ad5648e Allowing (and fixing) uploading of unsaved sketches. 2009-06-16 19:49:28 +00:00
David A. Mellis 3b09a2ad1d Fixing Client::connected() and Client::status() to return reasonable values when the Client isn't associated with a valid socket: issue #34. 2009-06-15 20:11:13 +00:00
David A. Mellis 678e09896f Moving serial error messages into the serial monitor (out of the editor). 2009-06-13 20:42:43 +00:00
David A. Mellis cdf0095e70 Modifying compilation for libraries:
- now compiled to their own sub-directory of the build directory
 - only can see #include's in their own utility/ folders
and the core (building core.a again).

Also changed the APIs of the compilation functions somewhat (e.g. execAsynchronously no longer returns anything; it just throws a RunnerException on any error).

Still need to better handle errors in #include files; right now, the error is interpreted as being at the line where the #include happens, not within the header file.
2009-06-13 11:41:16 +00:00
David A. Mellis 82c3d1fe16 Removing Processing information from the Info.plist; updating todo. 2009-06-07 11:57:38 +00:00
David A. Mellis 309358962a Copying over the scripts for downloading the reference; updating the reference. 2009-06-07 11:48:06 +00:00
David A. Mellis cbcbc5c4d5 Removing extra nested "examples" menu. 2009-06-07 11:28:53 +00:00
David A. Mellis 1f838c0ae0 Creating the Arduino .dmg template and modifying the Mac OS X dist.sh for Arduino. 2009-06-07 11:16:40 +00:00
David A. Mellis 60a3f29abf Removing files for Processing's export to applet feature. 2009-06-02 16:13:08 +00:00
David A. Mellis 24b5abc79d Replacing Processing's text files with Arduino's (e.g. todo.txt) 2009-06-01 21:06:59 +00:00
David A. Mellis 22ed6cdb73 Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00