Commit Graph

779 Commits

Author SHA1 Message Date
Cristian Maglie 68ab3ea6a6 Merge branch 'master' of github.com:arduino/Arduino 2016-03-24 18:32:23 +01:00
Cristian Maglie 5fdb149d62 Update revision log 2016-03-17 12:59:40 +01:00
Sandeep Mistry 8385aedc64 Update revision log 2016-03-15 09:34:03 -04:00
Paolo P eab75d9f65 Update ReadASCIIString.ino
Fix typo.
2016-03-14 12:50:39 +01:00
agdl 05dccd2a0e Fixed description according to #4260 2016-03-14 09:10:14 +01:00
Martino Facchin 9a8dd2a4a2 starting version 1.6.9 2016-03-09 17:14:24 +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
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 1dae92e0f7 Revert "Modified SD library to use pin definitions from pins_arduino.h rather than redefining everything."
This reverts commit 05a9750747.
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 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 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 870171a69e Fix bug in serial plotter for negative values
Fix #4365
Fix #4292
2016-01-08 12:16:09 +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 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
agdl ef25a2b308 Revert "Fix for serialEvent example"
This reverts commit 4648330a7f.
2015-12-15 12:20:45 +01:00
Federico Fissore de5ef66c6f Update revisions.txt 2015-12-14 15:41:46 +01:00
Martino Facchin e89bb8efce releasing 1.6.7 2015-12-14 14:59:38 +01:00
agdl 309c8c1fe8 Added missing keyword analogWriteResolution 2015-12-02 09:34:43 +01:00
Martino Facchin 47bcf07f5e fix StringIndexOf example logic and wording 2015-11-30 13:23:57 +01:00
agdl 53af4a7dea Removed old example 2015-11-27 14:40:31 +01:00
agdl c009ac6e4c Modified example to not generate confusion
Only Arduino Mega was mentioned, but actually many boards have more than one Serial port
2015-11-27 14:36:48 +01:00
agdl 3229e422a2 run autoformat in the example 2015-11-26 11:44:05 +01:00
agdl 2f00c938a7 Fixed processing code for Processing 3
As pointed out in #4214 I changed the processing code to make it working wit Processing 3
2015-11-26 11:33:27 +01:00
Cristian Maglie 8f2514f7c1 Merge remote-tracking branch 'arduino/master' 2015-11-24 16:45:33 +01:00
Cristian Maglie 4c2af08bb2 Merge branch 'led_fix' of https://github.com/NicoHood/Arduino 2015-11-24 16:44:51 +01:00
Federico Fissore 7bd4c8ec41 Update revisions.txt 2015-11-24 16:38:54 +01:00
Cristian Maglie 1da7979984 Merge branch 'leonardo-usbserial' of https://github.com/cmaglie/Arduino 2015-11-24 16:34:27 +01:00
Sandeep Mistry e7d5a19c7c Update revisions.txt for #3337 2015-11-23 15:58:59 -05:00
Christian Fiebig 05654ba0aa Replaced/improved Linux install and uninstall scripts.
Install script adds menu item, desktop icon, file association for
the current user - even if the Arduino installation was placed
outside of the user's home dir (such as in /opt or /usr/local).

Added three more icon resolutions (64px, 72px, 96px) - by using
the 256px file - maybe there is a better source available for this...

Modified build.xml for copying the existing icons and mime.xml file,
both scripts and adjusted file permissions (ugo+x) for *.sh files to
be executable by others by default.
2015-11-23 16:31:25 +01:00
Federico Fissore 0da3251def Update revisions.txt 2015-11-20 17:31:51 +01:00