Commit Graph

793 Commits

Author SHA1 Message Date
David A. Mellis f2010ebd2b Fixing whitespace in Compiler.java. 2009-09-25 19:05:09 +00:00
David A. Mellis 3dc7fc0781 Syncing with Processing 1.0.7 (5692); needs testing.
Also, the Sketchbook and Examples menus are currently disabled on the Mac to work-around a bug in Apple's implementation of Java.  I think this bug may have been solved, so I should try re-enabling the menus and see what happens (on 10.4 and 10.5 and 10.6).  Also, I may still need to update the jre / jdk on Linux.
2009-09-24 03:16:00 +00:00
David A. Mellis 240607a4a6 Holding shift when pressing run or upload buttons give verbose output.
The upload.verbose and build.verbose preferences are still respected.

You don't get verbose output with Command-Shift-R or Command-Shift-U, unlike Processing in which the shift modifier switches from Run to Present.  Mostly this is because I didn't think verbose output deserved its own menu items, and that's how Processing implements the other shortcut.

Holding shift while pressing upload doesn't show the compilation command lines.  This matches the functionality of the upload.verbose preference, but may imply that the upload button doesn't also compile the code.

Also, in Snow Leopard, the temp directory is in some crazy folder in /var.  Luckily, everything still seems to work okay.
2009-09-23 23:40:59 +00:00
David A. Mellis 3febe7ce42 Adding a serial monitor menu item and keyboard shortcut (control-shift-m / command-shift-m). 2009-09-23 22:59:55 +00:00
David A. Mellis 66e4b9c0cd One more time. 2009-09-23 22:21:24 +00:00
David A. Mellis e6f674cc3f Fixing capitalization of "pin". 2009-09-23 22:21:15 +00:00
David A. Mellis 8ced792ee5 Adding double-quotes around the $0 in the Mac OS X tools scripts. Should fix compilation when Arduino is in a directory with spaces in its name. 2009-09-13 18:01:35 +00:00
David A. Mellis e884bb7ca8 Updating ARDUINO to 0018 (in wiring.h). 2009-09-13 17:57:17 +00:00
David A. Mellis 8f4b24492f Updating version to 0018. 2009-09-13 17:56:43 +00:00
David A. Mellis e272a8bcc0 Adding guihead.o and head.o from launch4j (these apparently have some custom modifications from Processing). 2009-09-07 16:42:14 +00:00
David A. Mellis f5ffd44e77 Undoing revision 628 because it broke analogRead() on analog inputs 8 to 15 of the Arduino Mega. 2009-08-23 20:59:47 +00:00
David A. Mellis e0d0e22eda Removing obsolete wiring_serial.c from Makefile. Adding - to beginning of dependcy lines to avoid unnecessary warnings. 2009-08-16 10:21:16 +00:00
David A. Mellis da353933e5 Moving the processing-5503 branch (used for Arduino 0017) into the trunk. 2009-08-15 14:48:42 +00:00
David A. Mellis 018ff13d8b Moving setting of Linux look and feel from linux/Platform.java to arduino script. 2009-08-11 23:05:18 +00:00
David A. Mellis 4a220ef09c Updating reference for Arduino 0017. 2009-08-11 21:22:19 +00:00
Tom Igoe 66c454f2e6 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:27 +00:00
Tom Igoe 5a3da0155c Checked and updated all LiquidCrystal examples 2009-08-05 14:41:24 +00:00
Tom Igoe 96c3621047 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:23 +00:00
Tom Igoe e04a52b733 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:17 +00:00
Tom Igoe ba362ebe72 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:14 +00:00
Tom Igoe 47f3f70851 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:11 +00:00
Tom Igoe cb51697237 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:08 +00:00
Tom Igoe fd51ab33b5 Checked and updated all LiquidCrystal examples 2009-08-05 14:41:03 +00:00
Tom Igoe 15eaa600fb Checked and updated all LiquidCrystal examples 2009-08-05 14:40:55 +00:00
David A. Mellis c7b70fce3a Updating linux build scripts, etc for Arduino 0017. 2009-08-03 20:57:46 +00:00
David A. Mellis 777e7cd30d Removing check for JDK (as opposed to JRE) in Base.java. This is because on Linux, it's tricky to automatically include tools.jar in the classpath (which is necessary for the Processing code to think that the JDK is present). (For example, Ubuntu doesn't set the JAVA_HOME variable.) As far as I know, Arduino doesn't actually need the JDK, but I could be wrong. 2009-08-03 20:53:31 +00:00
Tom Igoe df1b7f787c Changed begin() in LiquidCrystal examples 2009-08-02 18:45:13 +00:00
Tom Igoe afc4948495 Changed begin() in LiquidCrystal examples 2009-08-02 18:45:08 +00:00
Tom Igoe 69e25cef45 Changed begin() in LiquidCrystal examples 2009-08-02 18:45:04 +00:00
Tom Igoe ced413c4d3 Changed begin() in LiquidCrystal examples 2009-08-02 18:44:59 +00:00
Tom Igoe 9c872e1fbf Changed begin() in LiquidCrystal examples 2009-08-02 18:44:54 +00:00
Tom Igoe 63c09f6495 Changed begin() in LiquidCrystal examples 2009-08-02 18:44:52 +00:00
Tom Igoe 59109d6322 Changed begin() in LiquidCrystal examples 2009-08-02 18:44:30 +00:00
Tom Igoe 21cc6be265 Changed begin() in LiquidCrystal examples 2009-08-02 18:41:40 +00:00
David A. Mellis 47fd6c3066 New about.bmp. Apparently the ones you make in Mac OS X don't work with launch4j. 2009-07-31 23:14:55 +00:00
David A. Mellis b423fc4102 Updating readme. 2009-07-31 22:00:51 +00:00
David A. Mellis d50988f991 New icons and about image by Thomas Glaser (envis precisely). 2009-07-31 21:59:53 +00:00
David A. Mellis 46f5a9f540 Defaulting to the standard Apple (Mac) menu bar at the top of the screen instead of the in-window menus that Processing uses. 2009-07-31 21:48:14 +00:00
David A. Mellis b16871c2db Updating to rev. 27 of Firmata. 2009-07-30 20:48:59 +00:00
David A. Mellis b6c2ce3585 Updating readme for version 0017. 2009-07-25 18:57:02 +00:00
David A. Mellis fc9c2815d5 Updating keywords.txt for LiquidCrystal library. 2009-07-25 18:56:46 +00:00
David A. Mellis c536dccd92 Renaming LiquidCrystal example .pde files to correspond to new function names. 2009-07-25 18:29:53 +00:00
David A. Mellis 71085b5e18 Renaming LiquidCrystal example directories to correspond to new function names. 2009-07-25 18:28:35 +00:00
David A. Mellis 97706deda0 Updating LiquidCrystal API and examples. 2009-07-25 18:26:29 +00:00
David A. Mellis b72521d35b Updating todo. 2009-07-21 06:08:37 +00:00
David A. Mellis 4ee94a1800 Fixing Servo library on the ATmega8 by changing assignments to TIMSK and TIFR into bitwise-or's. Otherwise, this broke millis() by disabling the timer 0 overflow interrupt. 2009-07-21 06:05:02 +00:00
David A. Mellis 262400962f Renaming the 328 and 168 boards. 2009-07-21 05:22:22 +00:00
David A. Mellis 69740fcfb4 Updating to revision 25 of firmata (slightly post version 2.1beta2). 2009-07-21 05:18:50 +00:00
David A. Mellis a0d608e946 Fixing default sketchbook path (Processing -> Arduino). Not setting the Windows window icon to the Processing icon (it stays as the Java icon instead). 2009-07-14 22:24:20 +00:00
David A. Mellis 20ebdc9d30 Spaces -> tabs in keywords.txt (should fix highlighting of bit related functions). 2009-07-14 22:07:37 +00:00