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-09-20[VersionControl] Implemented git fetch command.master-gitclientMike Krüger
2019-09-20[VersionControl] Use new tag api in GitRepository.Mike Krüger
2019-09-20[VersionControl] Added tagging support.Mike Krüger
2019-09-20[VersionControl] Implemented git init & get current branch.Mike Krüger
2019-09-20[VersionControl] Refactored status callback handler to simplify stateMike Krüger
2019-09-20[VersionControl] Fixed merge errors.Mike Krüger
2019-09-20[VersionControl] Implemented git client library.Mike Krüger
2019-09-19Merge pull request #8679 from mono/pr-sandy-blacklistAaron Bockover
2019-09-19Merge pull request #8778 from mono/pr-Move-Azure-CLI-to-version-with-runtimeRodrigo Moya
2019-09-19Force download of 2.1 runtime instead of 2.2nosami
2019-09-18Fix: Allow use of AlwaysUseLegacyEditor feature switchSandy Armstrong
2019-09-18LegacyEditorSupportExtensionNode: Remove 'public' from interfaceSandy Armstrong
2019-09-18Fix: Only support text files; less node-checking workSandy Armstrong
2019-09-18Fix: Remove all users of EnableNewEditor preferencesSandy Armstrong
2019-09-18Fix: Remove support for BOTH editorsSandy Armstrong
2019-09-18Fix: Remove "use legacy editor" pref, move others up to "coding" sectionSandy Armstrong
2019-09-18Editor: New LegacyEditorSupport extension pointSandy Armstrong
2019-09-18New Editor: Improve wording, especially in preferencesSandy Armstrong
2019-09-18Fixes VSTS Bug 984467: SIGABRT when attempting to fetch a branch fromMike Krüger
2019-09-18Merge pull request #8744 from mono/break-vc-compatLluis Sanchez
2019-09-18Merge pull request #8749 from mono/vcs-task-freezeLluis Sanchez
2019-09-17Filter DotNetCore TargetFramework list selection to only include those with s...Ian Toal
2019-09-17[Git] Rewrite RunBlockingOperation so we properly freeze/thaw when using taskstherzok
2019-09-17Merge pull request #8635 from mono/performance-diagnostics-lazyMarius Ungureanu
2019-09-17[Git] Remove paths which don't exist from the file lock dictionarytherzok
2019-09-17Break back compat of version control add-inLluis Sanchez
2019-09-17Merge pull request #8424 from mono/vsts-802586-debug-all-testsKeting Yang
2019-09-17Merge pull request #8707 from mono/vsts-648206-background-colorMatt Ward
2019-09-16TextViewContent: Only handle commands if text view has keyboard focusSandy Armstrong
2019-09-16modify background color for "active" propertiesKeting Yang
2019-09-16Merge pull request #8732 from mono/fix-983425Lluis Sanchez
2019-09-16Merge pull request #8726 from mono/fix-all-hangsLluis Sanchez
2019-09-16Allow relative urls to start with "/"nosami
2019-09-16[AspNetCore] Fix Razor Class Lib file nesting testRodrigo Moya
2019-09-16Enable Browser Selection on Publish Part 1 (#8725)Ian Toal
2019-09-13Don't trigger a status changed notification if nothing is there to processtherzok
2019-09-13[VCS] Add workaround for missing directory/file metadata in FileEventArgstherzok
2019-09-13Revert Task usage here, no async is usedtherzok
2019-09-13[VersionControl] Don't clear cached verison info in the monitor.therzok
2019-09-13[VersionControl] Ignore trying to add items which are ignoredtherzok
2019-09-13Add missing configureawaits in version control. We don't need to run all the ...therzok
2019-09-13Merge pull request #8625 from mono/pr-add-netcore-runtime-componentLluis Sanchez
2019-09-13Do not force download on users who never installed any dotnet clinosami
2019-09-13Change to check for 2.2.xnosami
2019-09-13Force install of 2.2 runtimenosami
2019-09-13Apply suggestions from code review Jason Imison
2019-09-13Merge pull request #8715 from mono/fix-978857Lluis Sanchez
2019-09-13Merge pull request #8705 from mono/fix-dotnet-core-sdk-preview-versionLluis Sanchez
2019-09-13Fixes a System.AggregateException trying opening HexEditor documentJose Medrano
2019-09-13Updating TaskStore to ignore Display Bindings when navigating to errors.Anže Vodovnik