Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2020-05-11CommandLineTest: Add runArduino helperMatthijs Kooijman
2020-05-11CommandLineTest: Run findBuildPaths only onceMatthijs Kooijman
2020-05-11CI: Publish HTML report of tests as an artifactMatthijs Kooijman
2020-05-11ant: Improve running of testsuiteMatthijs Kooijman
2020-04-27Tests: Fix TargetPlatformStub implementationMartino Facchin
2020-04-27Boards Menu: add hint if core lives in sketchbookMartino Facchin
2020-03-25Removed some trivial warningsCristian Maglie
2020-03-25Do not translate labels of boards submenusCristian Maglie
2020-03-25Sort board submenus alphabeticallyMatthijs Kooijman
2020-03-25Do not use a boards submenu with just one platformMatthijs Kooijman
2020-03-25Separate the boards menu per platformMatthijs Kooijman
2020-03-25Handle nested submenus of the Tools menuMatthijs Kooijman
2020-03-24Never leave programmers menu emptyMatthijs Kooijman
2020-03-24Added unit testing for UTF8 decoder in SerialCristian Maglie
2020-03-23Silenced function deprecated warningCristian Maglie
2020-03-23Wait a bit before resuming serial monitorMartino Facchin
2020-03-23Merge pull request #9873 from matthijskooijman/allow-serial-change-when-disabledMartino Facchin
2020-03-23Don't restore sketch if last.sketch.location is out of displayMartino Facchin
2020-03-23Merge pull request #9843 from cmaglie/fix-proxy-prefsMartino Facchin
2020-03-23Only show programmers for current boardMatthijs Kooijman
2020-03-14Set foreground color on board/library titles in managersMatthijs Kooijman
2020-03-13Allow config changes and clear in disabled serial monitor and plotterMatthijs Kooijman
2020-03-06Fixed user/pass preferences save for "manual" proxy settings.Cristian Maglie
2020-02-19Remove "MrBean" dependencyThomas L. Kjeldsen
2020-02-12Removed some debugging leftovers...Cristian Maglie
2020-02-12Do not clear serial monitor when disabled for upload (@PaulStoffregen)Cristian Maglie
2020-02-12fixed some warningsCristian Maglie
2020-02-12Fix libraries comparator logicCristian Maglie
2020-02-11Revert "Replaced JFileChooser with FileDialog in 'Add .zip library'"Cristian Maglie
2020-02-07Print log4j store directory only when operating in GUI mode (#9695)Thomas
2020-02-06Fixed failures in download testsCristian Maglie
2020-02-06Merge branch 'tlk/fail-on-test-errors' of https://github.com/tlk/Arduino into...Cristian Maglie
2020-02-05Replaced JFileChooser with FileDialog in 'Add .zip library'1.8.11-ms-store-1Cristian Maglie
2020-01-31Treat JUnit errors as failures to increase visibilityThomas L. Kjeldsen
2020-01-20Fix wrong bracket match rectangle on auto formatMaged Ahmed Rifaat
2020-01-16Removed reference for retired Edison and Galileo boardsCristian Maglie
2020-01-08Changing URLs from HTTP to HTTPSLuigi
2020-01-08macosx notarization: signed libjtouchbarCristian Maglie
2019-10-29Add serial input text field to plotterKelvin Ly
2019-10-16Set foreground color in library/board managerMatthijs Kooijman
2019-10-16In the board/library manager, create the description component only onceMatthijs Kooijman
2019-10-16Remove unneeded color-setting code in the boards and library managerMatthijs Kooijman
2019-10-01Remove the board name from the cell, only in the title.Joe Wegner
2019-09-27Add boarders to the teble items so screen readers will read while walking thr...Joe Wegner
2019-09-27Merge remote-tracking branch 'upstream/master'Joe Wegner
2019-09-18Serial Plotter: Don't try to parse line containing only trimmable charactersSandeep Mistry
2019-09-18Add a TitledBorder to panels in bord manager. This really helps the screen r...Joe Wegner
2019-09-16UpdateCheck microoptimizationIván Pérez
2019-08-26Merge pull request #9168 from joew46167/scrollMenuMartino Facchin
2019-08-26When deleting set modal to false so editor can resumeJoe Wegner