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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-21[Ide] Properly dispose WizardDialog on completionVsevolod Kukol
2020-01-21[Ide] Delay InformationPopoverWidget popup hidingVsevolod Kukol
2020-01-14Merge remote-tracking branch 'origin/release-8.4' into release-8.4-a11yVsevolod Kukol
2020-01-10[Ide] Fix crash in main toolbar after project is reloadedMatt Ward
2020-01-09Merge remote-tracking branch 'origin/release-8.4' into release-8.4-a11yVsevolod Kukol
2019-12-19[Debugger] Added missing live iconsJeffrey Stedfast
2019-12-19[Debugger] Improved Refresh icon contrast/usabilityJeffrey Stedfast
2019-12-13[947006][NewProjectController] added announcement of project creation statusMykyta Bondarenko
2019-12-13[947006][PlatformService] moved 'MakeAccessibilityAnnouncement' to `PlatformS...Mykyta Bondarenko
2019-12-10Improve FileNesting performance by avoiding costly IOIan Toal
2019-12-04[Ide] Type system updates file information less oftenMatt Ward
2019-12-04Merge pull request #9414 from mono/backport-pr-9391-to-release-8.4Lluis Sanchez
2019-12-04Merge pull request #9377 from mono/backport-pr-9376-to-release-8.4Sandy Armstrong
2019-12-03Use Runtime.RunInMainThreadtherzok
2019-12-03Add back accidentally removed checktherzok
2019-12-03Try a different fixtherzok
2019-12-03We need to throw if we query on the UI thread before composition loaded the r...therzok
2019-12-03[Ide] Load AddinManager data on the UI thread.therzok
2019-12-02Apply suggestions from code reviewAnže Vodovnik
2019-12-02Fixes 1026106 - in some cases, NSEvent seems to have been null.Anže Vodovnik
2019-11-27Merge pull request #9246 from mono/backport-pr-6926-to-release-8.4Vsevolod Kukol
2019-11-26[Ide][AtkCocoa] Add support for Subroles and Value objectsVsevolod Kukol
2019-11-26Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1012526Kirill Osenkov
2019-11-25[Ide] Remove key press filter that breaks focus chainCody Russell
2019-11-25[Ide] Don't set entry to default focus.Cody Russell
2019-11-25[Ide] Let the references search be a child of the notebookVsevolod Kukol
2019-11-15Ensures don't close autohide window if focus are in embedded panels Fixes VST...Jose Medrano
2019-11-15Revert "First pass to fix solution pad not regaining focus on shortcut press."Jose Medrano
2019-11-15Merge pull request #9311 from mono/backport-pr-9298-to-release-8.4Sandy Armstrong
2019-11-14Fixes to WithDynamicDocuments()Kirill Osenkov
2019-11-14Refactor how virtual and dynamic documents are added to the workspace.Kirill Osenkov
2019-11-14Implement Go To Definition for RazorKirill Osenkov
2019-11-14[Ide][Mac] Default button label must be white with dark themeVsevolod Kukol
2019-11-14[Ide][Mac] Make link label focus more visibleVsevolod Kukol
2019-11-14[Ide][Mac] Fix default button color to match nativeVsevolod Kukol
2019-11-14[Ide][Gtkrc] Change the style of the Gtk.Button focusVsevolod Kukol
2019-11-14[Ide] Allow to unfocus the Keybinding entry with keyboardVsevolod Kukol
2019-11-13Revert "Implement Go To Definition for Razor"Sandy Armstrong
2019-11-13Implement Go To Definition for RazorKirill Osenkov
2019-11-11Merge branch 'release-8.4' into backport-pr-9251-to-release-8.4Jeffrey Stedfast
2019-11-08[Debugger] Fix UX glitches in the Locals & Watch padsJeffrey Stedfast
2019-11-08[Icons] Add new high contrast icons to project filesVsevolod Kukol
2019-11-08[Icons][Shell] High contrast iconsVáclav Vančura
2019-11-08[Mac] Add initial High Contrast theme supportVsevolod Kukol
2019-11-08Switch from `string` to `TextReader` overloadDavid Karlaš
2019-11-07CommandManager: Add missing null checkSandy Armstrong
2019-11-07Merge pull request #9245 from mono/backport-pr-9235-to-release-8.4Lluis Sanchez
2019-11-07Merge pull request #9219 from mono/backport-pr-9218-to-release-8.4Sandy Armstrong
2019-11-07[Ide] Work around bug in Xamarin.Forms multi project templatesRodrigo Moya
2019-11-06First pass to fix solution pad not regaining focus on shortcut press.Anže Vodovnik