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 (Collapse)Author
2020-01-10Changes NSWindow to use a NSPanel + NSAccessibilityRoles.PopoverRoleJose Medrano
2020-01-10Fix 822175: Exception adornment scrolled outside of view Only reasonable fix ↵David Karlaš
is to follow VS Windows way of displaying it as window because things get tricky with wrapped view where you can't just expand text view scrollable width...
2020-01-10Updated reference to xamarin/md-addins@bf3c72dgreg.munn
2020-01-09[VsCodeDebugger] Use PresentationHint to get ObjectValueFlagsJeffrey Stedfast
2020-01-09[VsCodeDebugger] code refactoring & performance improvementsJeffrey Stedfast
Cache IsEnum checks and do more validation that a variable/expression evaluation result is an enum before making an expensive debugger query to find out if the type is indeed an enum type. Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1032065/
2020-01-09[VsCodeDebugger] Added more logging and simplified codeJeffrey Stedfast
Also added caching of Scopes and implemented GetParameters()
2020-01-09[VsCodeDebugger] Log errors for GetAllLocalsJeffrey Stedfast
Needed for https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1042237/
2020-01-09Updated reference to xamarin/md-addins@4a9c115greg.munn
2020-01-09Merge pull request #9520 from mono/backport-pr-9509-to-release-8.4-a11yVsevolod Kukol
[release-8.4-a11y] Fixes VSTS Bug 1042154: Wrong accessibility translations
2020-01-09Merge pull request #9530 from mono/slluis-patch-1Lluis Sanchez
Bump version
2020-01-09Bump versionLluis Sanchez
2020-01-09[VCS] Add a11y titles to Diff viewVsevolod Kukol
Fixes VSTS #810330
2020-01-09Fixes VSTS Bug 1042154: Wrong accessibility translationsMike Krüger
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1042154
2020-01-09Updated reference to xwt, md-addinsVsevolod Kukol
2020-01-09Merge remote-tracking branch 'origin/release-8.4' into release-8.4-a11yVsevolod Kukol
2020-01-06Merge pull request #9461 from mono/sgmunn-vsts-1034532monodevelop-8.4.0.2657Greg Munn
Remove preview branding
2020-01-04[DesignerSupport] Support CustomTypeDescriptors in new property editorMatt Ward
An object that derives from CustomTypeDescriptor would not show the custom properties in the new native property editor but would with the old property editor. The problem was that the type was being passed to the TypeDescriptor's GetProperties method instead of the object providing the properties. Fixes VSTS #1047889 - New Property Editor does not support CustomTypeDescriptors
2019-12-26[AspNetCore] Move Worker template to general sectionRodrigo Moya
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1036884
2019-12-23Updated reference to xamarin/md-addins@0f572casandy
2019-12-23Updated reference to xamarin/md-addins@522c556sandy
2019-12-20Merge pull request #9482 from mono/backport-pr-9410-to-release-8.4-a11yVsevolod Kukol
[release-8.4-a11y] [Debugger] Various fixes to improve a11y
2019-12-20Merge pull request #9484 from mono/backport-pr-9483-to-release-8.4-a11yVsevolod Kukol
[release-8.4-a11y] [NuGet] Native project selection dialog
2019-12-19[NuGet] Native project selection dialogVsevolod Kukol
Fixes VSTS #1021688
2019-12-19[Debugger] Use Stock.PinUp/PinDown/Empty constantsJeffrey Stedfast
2019-12-19[Debugger] Added missing live iconsJeffrey Stedfast
2019-12-19[Debugger] Improved Refresh icon contrast/usabilityJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1022231/
2019-12-19[Debugger] Fixed HexEditor visualizer to not grab focus in weird waysJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1027825/
2019-12-19[Debugger] Always show Pin and Eyeball icons when a11y is in useJeffrey Stedfast
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1027799/
2019-12-17Merge pull request #9473 from mono/backport-pr-9416-to-release-8.4-a11yVsevolod Kukol
[release-8.4-a11y] [947006][NewProjectController] added announcement of project creation status
2019-12-16Merge pull request #9476 from mono/backport-pr-9475-to-release-8.4monodevelop-8.4.0.2653Greg Munn
[release-8.4] Don't select Scaffolder dropdown lists to first item
2019-12-14Don't select Scaffolder dropdown lists to first itemnosami
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1020849 Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1036179
2019-12-13Updated reference to xamarin/md-addins@e247cfflluis
2019-12-13Updated reference to xamarin/md-addins@7e88654lluis
2019-12-13Merge pull request #9472 from mono/bump-8444599Lluis Sanchez
Fixes BinaryCompatBaseline.txt for Archive publishing fix
2019-12-13Merge pull request #9471 from mono/backport-pr-9470-to-release-8.4Lluis Sanchez
[release-8.4] Fix dialog parenting issue
2019-12-13[947006][NewProjectController] added announcement of project creation statusMykyta Bondarenko
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/947006 - added `OnProjectCreating` method to announce an information about the process has begun - added `OnProjectCreated` method to announce an information about the process has completed - added `OnProjectCreationFailed` method to announce an information about the process has failed
2019-12-13[947006][PlatformService] moved 'MakeAccessibilityAnnouncement' to ↵Mykyta Bondarenko
`PlatformService `
2019-12-13Merge pull request #9459 from mono/backport-pr-9401-to-release-8.4-a11yVsevolod Kukol
[release-8.4-a11y] [753577][StatusBar] announce changed status
2019-12-13Merge pull request #9469 from mono/backport-pr-9468-to-release-8.4Lluis Sanchez
[release-8.4] Remove blank entry from Scaffolder Model dropdown
2019-12-13Fix dialog parenting issueLluis Sanchez
When a message dialog is shown, we try to get the currently focused top level window if no parent is provided. This is done by the GetFocusedTopLevelWindow() method that is implemented in MacPlatform. This method should not return auto-hide pads as top level windows, and there is a check for that, but the check doesn't work when the auto-hide pad is implemented with Cocoa, since the pad may have the Cocoa focus but not the GTK focus. It may happen then that an auto-hide pad is used for parenting a message dialog, and if the pad is auto-hidden, the modal dialog will also be hidden and will block the whole IDE. The patch adds an additional check to the condition for detecting if a top level is focused or not. Fixes bug #1027840
2019-12-13Remove blank entry from Scaffolder Model dropdownnosami
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1036179
2019-12-13Merge pull request #9466 from mono/bump-16e5373Lluis Sanchez
Updated reference to mono/debugger-libs@71f0a9f
2019-12-13Updated reference to mono/debugger-libs@71f0a9flluis
2019-12-13Updated reference to xamarin/md-addins@e0a8e11lluis
2019-12-13Fixes BinaryCompatBaseline.txtjoe
Removes System.Net.Http.Primitives and Google.Apis.Core error lines. Needed by https://github.com/xamarin/md-addins/pull/6088
2019-12-12Remove preview brandingGreg Munn
Fixes VSTS 1034532
2019-12-12Updated reference to xamarin/md-addins@4958d9elluis
2019-12-12Merge pull request #9454 from mono/backport-pr-9451-to-release-8.4Lluis Sanchez
[release-8.4] Improve FileNesting performance by avoiding costly IO
2019-12-12[753577][StatusBar] announce changed statusMykyta Bondarenko
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/753577
2019-12-10Improve FileNesting performance by avoiding costly IOIan Toal
Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1034938 Given the current FileNesting logic, we check for a potential parent which matches a filepath spec. We filter out these parents if they are directories using FilePath.IsDirectory, which causes IO via Directory.Exists. As we already know whether a filepath in the project filelist is a directory, we should delay this filtering and avoid the IO. Testing: This change has a 2x speedup (~2.5mins to ~1.1min) for a React.js & Redux Asp.Net Core project which has a node_modules folder added to the project.