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
2019-06-05Merge pull request #7791 from mono/pr-david-fix901091Lluis Sanchez
2019-06-05Fix 901424: After click in the document navigation bar and select any method ...David Karlaš
2019-06-05Fixes VSTS Bug 901464: Copy/paste is broken in "authors" tab (wrongMike Krüger
2019-06-05Fixes VSTS Bug 901463: Copy and paste is broken or copies wrong textMike Krüger
2019-06-05Merge pull request #7708 from mono/master-DisposedTokenMike Krüger
2019-06-05Merge pull request #7786 from mono/jstedfast-async-competion-data-api-fixupJeffrey Stedfast
2019-06-05Fixes VSTS #789402: TfsSmartSession - should use HttpClientProvider (#7777)Mike Krüger
2019-06-04[Debugger] Fix the async GetCodeCompletionData API to have an Async method su...Jeffrey Stedfast
2019-06-04Merge pull request #7774 from mono/pr-david-fixSnippetsAaron Bockover
2019-06-04Merge pull request #7513 from mono/fix-823695Vsevolod Kukol
2019-06-04[Ide] Added a disposed token to the document controller API.Mike Krüger
2019-06-03Fix 901093: Completing a snippet adds a newlineDavid Karlaš
2019-05-31Merge pull request #7707 from mono/pr-david-fix895583Aaron Bockover
2019-05-31Merge pull request #7605 from mono/master-vsts866898Lluis Sanchez
2019-05-31Fix the binding definition of the ProcessSerialNumber struct (#7666)Marius Ungureanu
2019-05-31Fix 895583: Breakpoints not visible after renaming fileDavid Karlaš
2019-05-31[Mac] ObjCMarshalledException is still not reported rightMarius Ungureanu
2019-05-30Merge pull request #7739 from mono/pr-david-changeMarginAaron Bockover
2019-05-30Merge pull request #7694 from mono/nuget-5.1Marius Ungureanu
2019-05-30Merge pull request #7733 from mono/exception-handling-betterLluis Sanchez
2019-05-30Merge pull request #7734 from mono/stray-processLluis Sanchez
2019-05-30Merge pull request #7595 from mono/vsdbg-exceptionsJeffrey Stedfast
2019-05-30Fix build error on Windows in AccessibilityElementProxy (#7726)monojenkins
2019-05-30[Mac] Use the main DispatchQueue when processing memory pressure eventstherzok
2019-05-30Apply the same fix for objc exceptions.therzok
2019-05-30Integrate Changed lines margin and map used colorsDavid Karlaš
2019-05-30[Debugger] Don't call Show() in the DebugApplicationDialog constructorVsevolod Kukol
2019-05-30Merge pull request #7714 from mono/pr-anvod-gotolineAaron Bockover
2019-05-30Merge pull request #7650 from mono/fix-780731Lluis Sanchez
2019-05-29Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/861121 - "System...Kirill Osenkov
2019-05-29Lighting up Go To LineAnže Vodovnik
2019-05-29Merge pull request #7701 from mono/pr-sandy-suggestions-vs-nuget-round-2Aaron Bockover
2019-05-29Fixes VSTS Bug 897623: Unable to save changes after undoing changesMike Krüger
2019-05-29Merge pull request #7679 from mono/master-vsts895926Vsevolod Kukol
2019-05-29Packaging: More thread-safety in NuGetPackageServicesProxySandy Armstrong
2019-05-28Merge pull request #7671 from mono/fix-slow-document-loadLluis Sanchez
2019-05-28Merge pull request #7692 from mono/FixExternalConsoleIssueInAspDotNetCoreProj...Ian Toal
2019-05-28Break if the condition fails to executenosami
2019-05-28Fix buildnosami
2019-05-28Fix condition evaluation in case of external codeMichael Belyaev
2019-05-28[VSCodeDebugProtocol] stylistic fixesJeffrey Stedfast
2019-05-28Refactor long condition to local functionMichael Belyaev
2019-05-28Support "Include subclasses" not only for System.Exception; get rid ofMichael Belyaev
2019-05-28Support exception catchpoint conditionsMichael Belyaev
2019-05-28Add support for breakpoint conditions in VSCodeDebuggerSessionMichael Belyaev
2019-05-28Support System.Exception with subclassesMichael Belyaev
2019-05-28Workaround for .NET Core debugger which doesn't support exception type filteringMichael Belyaev
2019-05-28[NuGet] Update to NuGet 5.1Matt Ward
2019-05-28Merge pull request #7653 from mono/enable-new-propertypadLluis Sanchez
2019-05-28Derive AspNetCoreExecutionCommand from DotNetCoreExecutionCommand as they are...Ian Toal