Arduino/app
David A. Mellis 4c0ce78357 Moving selection of Linux look-and-feel (GTK) from Base.java to arduino.sh, so that it can be changed more easily by a user. (In particular, the GTK theme is apparently broken on KDE.) 2009-05-30 09:45:13 +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
tools Adding a "Copy as HTML" item to the Tools menu. 2009-05-24 15:04:18 +00:00
ArduinoMessageSiphon.java
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 Moving selection of Linux look-and-feel (GTK) from Base.java to arduino.sh, so that it can be changed more easily by a user. (In particular, the GTK theme is apparently broken on KDE.) 2009-05-30 09:45:13 +00:00
Command.java
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 Adding a "Copy as HTML" item to the Tools menu. 2009-05-24 15:04:18 +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
EditorHeader.java
EditorLineStatus.java
EditorListener.java
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
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 Rolling back changes that added support for libraries in the user's directory, as it wasn't properly implemented. svn merge -c -589 2009-05-30 09:06:19 +00:00
MessageConsumer.java
MessageSiphon.java
MessageStream.java
Preferences.java Adding support for ordering the Tools > Boards menu by using LinkedHashMap to store the keys for the prefixed sub-maps. Re-ordering the boards in the boards.txt file. Adding an entry for the LilyPad Arduino w/ ATmega328. Updating readme. 2009-05-30 08:56:03 +00:00
PresentMode.java
Runner.java
RunnerClassLoader.java
RunnerException.java
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 Fixing (I hope) race condition in Sizer.java that was preventing the file size from being determined. 2009-05-12 13:37:51 +00:00
Sketch.java Rolling back changes that added support for libraries in the user's directory, as it wasn't properly implemented. svn merge -c -589 2009-05-30 09:06:19 +00:00
SketchCode.java
SketchHistory.java
Sketchbook.java Rolling back changes that added support for libraries in the user's directory, as it wasn't properly implemented. svn merge -c -589 2009-05-30 09:06:19 +00:00
SwingWorker.java
Target.java
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