Martino Facchin
03b08c36e2
update arduino-builder to 1.3.14
2016-03-09 16:01:15 +01:00
Cristian Maglie
dd73973d8d
Fixed revision-check regexp in build.xml
2016-03-08 18:14:16 +01:00
Cristian Maglie
d17151c11f
Factored out index urls in build script
2016-03-08 17:53:46 +01:00
Martino Facchin
dacfb566d4
update bundled libraries sha
2016-03-08 17:43:43 +01:00
Martino Facchin
911250fd9c
update bundled libraries
2016-03-08 17:13:57 +01:00
Martino Facchin
60ba8661d8
update arduino-builder to 1.3.13
2016-03-08 11:13:50 +01:00
Cristian Maglie
8d995d73f3
Show board name on generic "Error compiling" message
...
Close #4658
2016-03-07 19:26:32 +01:00
Sandeep Mistry
3704f30e90
update revision log
2016-03-07 13:17:54 -05:00
Sandeep Mistry
8f58a22e62
update revision log
2016-03-07 13:15:57 -05:00
Cristian Maglie
fd2dce3644
update revision log
2016-03-07 18:43:33 +01:00
Cristian Maglie
eafbe71a9a
Added check for mismatching core release (AVR bundle)
...
Now adding a "-Drevision.check=enforce" to the "dist" task of ant will
cause the build script to fail if the bundled AVR core doesn't match
the latest available from library manager.
Fix #4633
2016-03-04 15:01:27 +01:00
agdl
057bf6391d
This fixes #4572
2016-02-29 09:26:40 +01:00
agdl
06e9981e6b
Changed strings color
2016-02-26 11:46:31 +01:00
agdl
8035f24498
Fixed pigmentation
2016-02-22 10:05:51 +01:00
agdl
88650b65a6
Modified colors highlight according to Create
2016-02-19 10:22:59 +01:00
Cristian Maglie
0496b0d92b
Merge branch 'hi-res-display'
2016-02-09 17:21:44 +01:00
Cristian Maglie
3f27ab4026
Update arduino-builder to 1.3.11
2016-02-09 12:58:35 +01:00
Cristian Maglie
0cdc53cbda
Fixed download urls for libraries in build.xml
2016-01-27 15:27:12 +01:00
Cristian Maglie
1dae92e0f7
Revert "Modified SD library to use pin definitions from pins_arduino.h rather than redefining everything."
...
This reverts commit 05a9750747fcc3d5218acba8ae6a4fdacc6d017a.
2016-01-27 11:29:38 +01:00
Cristian Maglie
328d3b6354
Added hi-resolution "about" image
2016-01-26 17:11:53 +01:00
Cristian Maglie
885a517099
Fixed the "double" splash screen with high-DPI monitors.
2016-01-26 12:10:12 +01:00
Cristian Maglie
409f3161c8
Added GUI scaling in preference panel.
2016-01-26 12:09:57 +01:00
Cristian Maglie
ce3679d7e7
Added vectorial version of toolbars icons
2016-01-26 12:09:57 +01:00
Cristian Maglie
b1964bc7e7
Added Batik 1.8 java library
2016-01-26 12:09:56 +01:00
Cristian Maglie
f1fc862575
Added hi-res toolbar images
...
Hi-resolution images are saved with the "@2x.png" suffix, the image
loader will select the best image available based on the user selected
scaling.
Missing hi-res images can be added later together with lo-res images.
2016-01-26 12:09:56 +01:00
Cristian Maglie
5637130818
Converted toolbar icons to png
2016-01-26 12:09:55 +01:00
Cristian Maglie
08d35106c2
Add scaling for themed fonts and graphics (hires displays) (Paul Stoffregen)
2016-01-26 12:09:55 +01:00
Cristian Maglie
c3d2bbdb86
Merge branch 'save-on-close'
2016-01-25 17:57:21 +01:00
Cristian Maglie
65af0ef963
Update revision log
2016-01-25 10:42:50 +01:00
Cristian Maglie
19a9e4d5e0
Fixed upgrade to ctags in build.xml (oops..)
2016-01-21 16:01:27 +01:00
Cristian Maglie
f0bb008922
Upgrade arduino-builder to 1.3.10
2016-01-21 15:08:31 +01:00
Cristian Maglie
dd95dd6be6
update to .gitignore and some cleanup
2016-01-19 13:52:57 +01:00
Cristian Maglie
c71004fdc8
Added xml appdata to linux distribution
...
Fix #4406
2016-01-12 12:28:43 +01:00
Cristian Maglie
870171a69e
Fix bug in serial plotter for negative values
...
Fix #4365
Fix #4292
2016-01-08 12:16:09 +01:00
Martino Facchin
d3f96c6143
update libListSerials to 1.0.5
2016-01-07 15:11:12 +01:00
Martino Facchin
a1c79ce188
Merge pull request #4211 from facchinm/iserial_field
...
cross-platform jni implementation for serial port details discovery
2016-01-07 12:25:10 +00:00
Cristian Maglie
4100eadd20
Added drivers for MKR1000
2016-01-07 13:06:24 +01:00
Martino Facchin
7e17b5c318
Move vid/pid resolving to cross platform jni lib
2016-01-07 12:41:51 +01:00
Cristian Maglie
f187df9c10
Merge branch 'ide-1.5.x'
2016-01-07 12:25:12 +01:00
SATOH Fumiyasu
ad65e53888
Use "$@" instead of bare $@ to protect arguments
...
Bash expands bare $@, and then do word-splitting and file-globing. It breaks command-line arguments
for arduino if command-line arguments for the wrapper script contains $IFS, '*', '?' and etc. characters.
Use "$@" in this case.
2016-01-06 22:09:04 +09:00
Cristian Maglie
5d9e0c5f45
Removed no more used link to ecj.jar
2016-01-05 14:50:48 +01:00
Cristian Maglie
209f66ed1c
update revision log
2015-12-30 11:21:33 +01:00
Cristian Maglie
a6e36fac9d
update revisions log
2015-12-28 12:32:10 +01:00
Cristian Maglie
d893aa0b65
Merge NicoHood's fix for USB_SendControl with len>64
...
Fix #4325
2015-12-23 15:35:08 +01:00
Cristian Maglie
480f2fa0d3
Merge branch 'issue3502-indent' of https://github.com/damellis/Arduino
...
Fix #3502
2015-12-23 12:14:28 +01:00
Cristian Maglie
733a6d0821
update revision log
2015-12-23 11:59:56 +01:00
Martino Facchin
376cb56fc0
Starting version 1.6.8
2015-12-21 12:05:04 +00:00
Cristian Maglie
0b97e57b2c
Updated revision log
2015-12-17 15:36:35 +01:00
Martino Facchin
767867bacb
Revert "Moved -Dawt.useSystemAAFontSettings=on out of java code, where, apparently,"
...
Fonts on Windows became ugly, reverting whole the commit since it brings no visible changes to Linux and OSX
This reverts commit 6c5e58445402597f0472fbf4da9e518ff38b399b.
2015-12-16 10:02:37 +01:00
agdl
ef25a2b308
Revert "Fix for serialEvent example"
...
This reverts commit 4648330a7febbd7b7f4d28b75a0256b25b751532.
2015-12-15 12:20:45 +01:00