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
2022-02-23Moving asciilogo.txt to a different domainstevisco-asciilogoStefano Visconti
2021-12-20Removed log4jCristian Maglie
2021-12-14Updated log4j to version 2.16.0Cristian Maglie
2021-12-11Upgrade log4j to 2.15.0 - CVE-2021-44228Russell Howe
2021-08-23Merge pull request #11650 from cmaglie/fix_font_resize_hide_tabsCristian Maglie
2021-08-18Removed bundled offline docsCristian Maglie
2021-08-18Removed (apparently never activated) DocLinkGeneratorCristian Maglie
2021-08-18makeup: factor call to tabs.get(index)Cristian Maglie
2021-08-18Force font metrics recalculation when changing tabsCristian Maglie
2021-05-19Removed unused importsCristian Maglie
2021-05-11Filter ContributedPlatformReleases after fully building themCristian Maglie
2021-05-11Board Manager: searching returns also near matchesMartino Facchin
2021-05-10Merge pull request #11508 from cmaglie/deprecation_fieldCristian Maglie
2021-05-10Typo in SerialPlotter.javaQuocViet Le
2021-05-10Show maintainer instead of author in lib managerCristian Maglie
2021-05-10Added 'deprecated' labelCristian Maglie
2021-05-10Deprioritize deprecated contributionsCristian Maglie
2021-05-10Propagate deprecated flag in ContributedPlatformReleasesCristian Maglie
2021-05-06Do not delete unused 3rd party index filesCristian Maglie
2021-04-26Preserve all menu items for restoring when the menu is closedCristian Maglie
2021-04-12Make Custom menus scrollableMartino Facchin
2021-04-09Merge pull request #11414 from cmaglie/i18n-updateCristian Maglie
2021-04-09Optimize applyFilter() to Avoid Redundant String Operations (#11284)Adrian Hughes
2021-04-08Removed translation and updated some URLsCristian Maglie
2021-01-24Fix status bar custom board preferences disappearingmaged
2020-12-03Add shift+click to serial monitor button on the toolbar to open serial plotterNicola Elia
2020-11-05rebuildProgrammerMenu: Handle no current boardMatthijs Kooijman
2020-09-07Move built-in examples to dedicated repositoryper1234
2020-07-23Lib manager: added getContribModel() as in Boards managerCristian Maglie
2020-07-23Lib manager GUI is updated after installing/upgrading libraryCristian Maglie
2020-07-23Boards Manager: update UI after an install/removeCristian Maglie
2020-07-23Board manager: Update filters UI only if categories changesCristian Maglie
2020-07-23Fixed NPE in buildProgrammersMenuCristian Maglie
2020-06-29LibraryManager: correctly apply "type" and "category" filters togetherCristian Maglie
2020-06-29Removed unused include and clueless whitespacesCristian Maglie
2020-06-29Library manager: update filters combo box only if there are changesCristian Maglie
2020-06-03Update jmdns to 3.5.5Martino Facchin
2020-05-25Avoid usueless double calls to rescanLibraries()Ricardo JL Rufino
2020-05-20[IDE] Title of sketch is misaligned on Linux (#10210)Ricardo JL Rufino
2020-05-12Handle CR without NL printed in EditorConsoleMatthijs Kooijman
2020-05-12EditorConsole: Set up System.out/err redirection in setCurrentEditorConsoleMatthijs Kooijman
2020-05-12EditorConsole: Allow base to be nullMatthijs Kooijman
2020-05-12EditorConsole: Do not trim getText() resultMatthijs Kooijman
2020-05-11AbstractWithPreferencesTest: Disable update checksMatthijs Kooijman
2020-05-11HittingEscapeOnCloseConfirmationDialogTest: Match dialog by titleMatthijs Kooijman
2020-05-11Tests: Do not read system user's dataMatthijs Kooijman
2020-05-11AbstractWithPreferencesTest: Clean up files after every testMatthijs Kooijman
2020-05-11AbstractGUITest: Make a subclass of AbstractWithPreferencesTestMatthijs Kooijman
2020-05-11CommandLineTest: Print commands being ranMatthijs Kooijman
2020-05-11CommandLineTest: Produce less verbose outputMatthijs Kooijman