Arduino/app
David A. Mellis 628b18674f Fixing bug in copy for forum (checking array bounds before access instead of after). 2009-03-22 12:34:56 +00:00
..
preproc Moving #include WProgram.h to after other preprocessor directives in the main sketch file. 2008-05-07 18:25:40 +00:00
syntax Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc. 2007-09-25 14:04:01 +00:00
tools Fixing bug in copy for forum (checking array bounds before access instead of after). 2009-03-22 12:34:56 +00:00
ArduinoMessageSiphon.java added ArduinoMessageSiphon, updated message siphon written by david 2005-08-29 18:37:40 +00:00
AvrdudeUploader.java Adding a one-second delay between the two steps in burning the bootloader. This fixes bootloader burning with an AVRISP mkII on my Windows Vista machine. 2009-03-13 14:37:44 +00:00
Base.java Upping version to 0015 and going back to use of core.a in build process. 2009-03-12 16:13:35 +00:00
Command.java added command class written by david cuartielles 2005-08-30 11:48:09 +00:00
Compiler.java Upping version to 0015 and going back to use of core.a in build process. 2009-03-12 16:13:35 +00:00
Editor.java Applying some Mac build / project patches by Wim Lewis. Simplifying Compiler.java. Removing the preprocessor since it's not actually used for anything. Bumping the version number to 0011. 2008-01-19 16:37:19 +00:00
EditorButtons.java Applying some Mac build / project patches by Wim Lewis. Simplifying Compiler.java. Removing the preprocessor since it's not actually used for anything. Bumping the version number to 0011. 2008-01-19 16:37:19 +00:00
EditorConsole.java Resynced with Processing/Wiring IDE code: improved auto-format, better performance for EditorConsole, etc... 2006-03-26 19:12:53 +00:00
EditorHeader.java Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc. 2007-09-25 14:04:01 +00:00
EditorLineStatus.java Blue! color scheme changed (and hardcoded in source code to ensure consistency with image files). 2005-12-06 11:08:25 +00:00
EditorListener.java Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc. 2007-09-25 14:04:01 +00:00
EditorStatus.java Now have uploading working with the Boards menu. Improved serial port error messages. 2007-10-06 20:26:45 +00:00
FindReplace.java Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc. 2007-09-25 14:04:01 +00:00
Library.java Stripping unused functions and data from compiled sketches (.hex files) using -ffunctions-sections, -fdata-sections, and -Wl,--gc-sections. 2008-10-26 14:02:15 +00:00
LibraryManager.java Now have uploading working with the Boards menu. Improved serial port error messages. 2007-10-06 20:26:45 +00:00
MessageConsumer.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
MessageSiphon.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
MessageStream.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Preferences.java Switched to new burn bootloader menu system, dynamically generated from the programmers.txt file. 2007-10-07 18:39:14 +00:00
PresentMode.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Runner.java Merging r327:r331 of the branches/processing-sync into the trunk. This adds the Processing core, and some new features including printing, copy for discourse, better auto-format, improved keyboard shortcuts, etc. 2007-09-25 14:04:01 +00:00
RunnerClassLoader.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
RunnerException.java Adding some error checking code related to the launching of avr-size because some people were having trouble on Windows. 2006-12-25 18:00:00 +00:00
Serial.java Now have uploading working with the Boards menu. Improved serial port error messages. 2007-10-06 20:26:45 +00:00
SerialException.java Now have uploading working with the Boards menu. Improved serial port error messages. 2007-10-06 20:26:45 +00:00
Sizer.java Updating code for the new folder organization. This version should be able to compile and upload sketches, including libraries, but burning bootloaders won't work. 2007-10-06 14:27:42 +00:00
Sketch.java Now have uploading working with the Boards menu. Improved serial port error messages. 2007-10-06 20:26:45 +00:00
SketchCode.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
SketchHistory.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Sketchbook.java Updating code for the new folder organization. This version should be able to compile and upload sketches, including libraries, but burning bootloaders won't work. 2007-10-06 14:27:42 +00:00
SwingWorker.java Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00
Target.java svn merge -r 72:HEAD svn+ssh://mellis@svn.berlios.de/svnroot/repos/arduino/tags/0004 - used Base.java from tags/0004 but changed version back to 0003. 2006-01-12 23:24:12 +00:00
UpdateCheck.java Applying some Mac build / project patches by Wim Lewis. Simplifying Compiler.java. Removing the preprocessor since it's not actually used for anything. Bumping the version number to 0011. 2008-01-19 16:37:19 +00:00
Uploader.java On Linux, explicitly pointing to included avrdude (instead of just using the path). 2007-10-22 17:47:05 +00:00