-
Update bundled avr core to 1.6.20
facchinm committedAug 18, 2017 -
cmaglie committed
Aug 18, 2017 -
Only reapply serial monitor last location if it fits the screen
There could be a couple of edge cases in this approach (for example, if someone wants to keep the serial monitor window only half visible). However, it should be at least safe (no serial monitors on the second screen) if the Window Manager acts correctly (by moving all the windows on the second monitor to the primary on detach).
-
-
Remove unused file from toneMultiple example
pitches.h is not used by this sketch so its presence will only cause confusion.
-
cmaglie committed
Aug 18, 2017
-
Merge pull request #6623 from per1234/fix-toneMultiple
Fix incorrect comment in toneMultiple example
facchinm committed on GitHubAug 17, 2017
-
Fix incorrect comment in toneMultiple example
The comment about the note duration didn't match the code.
per1234 committedAug 16, 2017 -
cmaglie committed
Aug 16, 2017
-
facchinm committed
Aug 10, 2017
-
facchinm committed
Aug 1, 2017 -
Merge pull request #6130 from facchinm/allow_resizing_console_to_zero
Allow setting low values as minimum console size
facchinm committed on GitHubAug 1, 2017 -
Merge pull request #6459 from facchinm/smaller_preference_panel
Remove gaps on confirmation button to fit 600px height
facchinm committed on GitHubAug 1, 2017 -
Merge pull request #6388 from matthijskooijman/fix-renaming-new-files
Fix renaming of newly added files
facchinm committed on GitHubAug 1, 2017 -
Merge pull request #6551 from facchinm/test_pr6394
Add font size shortcuts (menu, keyboard and mouse)
facchinm committed on GitHubAug 1, 2017 -
Merge pull request #6411 from facchinm/huge_serialportlist_scrollable
Add scroller for serial port list menu
facchinm committed on GitHubAug 1, 2017 -
Merge pull request #6558 from herrold/master
XFCE's Launcher wants the .desktop file to be +x as well
facchinm committed on GitHubAug 1, 2017
-
reverse attempt to do permission bits inside the install phase, and
add this to the build specification /.xml instead
herrold committedJul 27, 2017 -
CLI: fixed missing "runtime.platform.path"
This happens when the CLI is runned without the `--board` option. Fix #6463
-
Merge pull request #6556 from per1234/start-184
Starting IDE 1.8.4
facchinm committed on GitHubJul 27, 2017
-
XFCE's Launcher wants the .desktop file to be +x as well
-- add a --mode 755 for it
herrold committedJul 26, 2017
-
Implement font increse/decrease with CTRL+MouseWheel
facchinm committedJul 25, 2017 -
Use CTRL+"+" as Increase Font shortcut
facchinm committedJul 25, 2017 -
Fixed Serial Port Argument That May Include Spaces
Other paths in avrdude.upload.pattern are wrapped in double quotes, and this -P{serial.port} causes issues with some platforms. This allows serial port devices which include spaces and other characters. Without this fix a /dev/tty* or /dev/cu* device that includes a space in its name gets truncated when passed to avrdude. Error messages returned from avrdude are cryptic, and workarounds (symlinks) are prone to failure. Fixes #3693
-
Remove LiquidCrystal from main repo
Since there are no pending PRs or Issues, remove the folder and use https://github.com/arduino-libraries/LiquidCrystal as reference repo
facchinm committedJul 25, 2017
-
Forget checksum for an archive... oopps
cmaglie committedJul 19, 2017 -
Fixed wrong folder name for Adafruit Circuit Playground library
Fix #6462
cmaglie committedJul 19, 2017
-
cmaglie committed
Jul 18, 2017 -
code makeup: use String.isEmpty() method
cmaglie committedJul 18, 2017 -
Fix simple java error in LIBRARY_INDEX_URL_GZ assignment
Being a final variable it must be assigned only once.
cmaglie committedJul 18, 2017