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
2018-04-18Clean up MSBuildFileFormatMikayla Hutchinson
2018-04-17Minor perf fixes in sln file formatMikayla Hutchinson
2018-04-17Simplify sln format definitionsMikayla Hutchinson
2018-04-17Fixes VSTS 591324: Multiple Popup save dialog when close usingMike Krüger
2018-04-17Merge pull request #4573 from mono/master-issue4393Lluis Sanchez
2018-04-17Merge pull request #4586 from mono/master-roslynfoldingMike Krüger
2018-04-17Add test that verifies imports are only loaded oncetherzok
2018-04-17Lock oncetherzok
2018-04-17Dispose old project instance later ontherzok
2018-04-17[Core] Use an immutable dictionary instead of a dictionary and a lockMarius Ungureanu
2018-04-17[Core] Reduce lock contention on imported filesMarius Ungureanu
2018-04-17properly initialize imported item reference countMarius Ungureanu
2018-04-17[Ide] Cache environment variables at startup.Marius Ungureanu
2018-04-17[Ide] cache the registry service from MEF to avoid allocations in mime type f...Marius Ungureanu
2018-04-17[ProjectModel] Optimize allocations on evaluationMarius Ungureanu
2018-04-17[TextEditor] Cleaned up logging.Mike Krüger
2018-04-17[Ide] Switched to roslyn folding infrastructure.Mike Krüger
2018-04-16Merge pull request #4576 from mono/backport-pr-4481-to-masterLluis Sanchez
2018-04-16Merge pull request #4575 from mono/backport-pr-4533-to-masterLluis Sanchez
2018-04-16Merge pull request #4577 from mono/backport-pr-4555-to-masterLluis Sanchez
2018-04-16Fix unit teststherzok
2018-04-16Bump sqlite to 1.1.10therzok
2018-04-16We need to handle `updateChannelId` which is not Stable/Beta/Alpha This can b...David Karlaš
2018-04-16Fix 591345: [Updater] "Updates have been downloaded and are ready to install"...David Karlaš
2018-04-16Fix 594883: Goto Declaration is not available when creating an Android projec...David Karlaš
2018-04-16Fix 597220: No IntelliSense for pages deriving from a custom ContentPage This...David Karlaš
2018-04-16Merge pull request #4546 from mono/master-fix597271Mike Krüger
2018-04-16Fixes issue #4393 Error in text editor The original error should beMike Krüger
2018-04-16[Ide] Guard against multiple IBeamCursorImage calls.Mike Krüger
2018-04-16Merge pull request #4563 from mono/msbuild-items-added-for-globs-with-link-me...Lluis Sanchez
2018-04-14Merge pull request #4545 from mhutch/remove-msbuild-optoutMikayla Hutchinson
2018-04-13[Core] Remove per-project MSBuild opt-outMikayla Hutchinson
2018-04-13[Core] Rework fix for wildcard expanding on saving a projectMatt Ward
2018-04-13[Core] Fix MSBuild items added for globs with link metadataMatt Ward
2018-04-13Merge pull request #4550 from mono/fix529478-editor-search-marker-fallback-colorLluis Sanchez
2018-04-13Merge pull request #4541 from mono/xamarin-mac-resolve-facades-directoryMatt Ward
2018-04-13[TextEditor] Final SearchMarkerSelectedFallbackColor colorVáclav Vančura
2018-04-13Merge pull request #4531 from mono/fix529478-editor-search-marker-fallback-colorLluis Sanchez
2018-04-13Fixes VSTS 597271: [Feedback] Getting "The type initializer forMike Krüger
2018-04-12[Core] Support facade assemblies from a custom locationMatt Ward
2018-04-12[SourceEditor] Extracted the span update listener logic & added unitMike Krüger
2018-04-12[Editor] Fix selected search result marker colorVsevolod Kukol
2018-04-12[Editor] Search results marker color valueVáclav Vančura
2018-04-12[Editor] Improve search results marker colorVsevolod Kukol
2018-04-12[Ide] Implicit Xwt.Color to HslColor conversionVsevolod Kukol
2018-04-12Merge pull request #3912 from mono/xamarin-forms-use-dotnet-templating-projec...Matt Ward
2018-04-11[Editor] Fix height tree and document data leak from undo operationstherzok
2018-04-11[MEF] Add GetExportedValues counterpart so multiple exports can be grabbed.therzok
2018-04-11[Ide] Avoid loading display bindings every time a document is openedMarius Ungureanu
2018-04-11Merge branch 'master' into xamarin-forms-use-dotnet-templating-project-templatesMatt Ward