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
2016-01-08[Refactoring] Prevent deadlock by removing .ResultDavid Karlaš
2016-01-08[Ide] Improved handling of files outside of projects.Mike Krüger
2016-01-08Fix case of some commandsLluis Sanchez
2016-01-08Revert "Revert "Revert "[Refactoring] Added loading of roslyn analyzers."""Mike Krüger
2016-01-08[CSharpBinding] Fixed simplification of generated code.Mike Krüger
2016-01-07Revert "Revert "[Refactoring] Added loading of roslyn analyzers.""Mike Krüger
2016-01-07Revert "[Refactoring] Added loading of roslyn analyzers."Mike Krüger
2016-01-07[CSharpBinding] Fix rare UI deadlock in LanguageTooltipDavid Karlaš
2016-01-07[Refactoring] Added loading of roslyn analyzers.Mike Krüger
2016-01-07Fixed 'Bug 37459 - Code actions are not properly disabled 'Mike Krüger
2016-01-07Fixed 'Bug 37445 - Rename dialog adds extra character to end of name'Mike Krüger
2016-01-06Merge pull request #1205 from akoeplinger/fix-tarballAlexander Köplinger
2016-01-06Add *.props and AspNet template files to tarballAlexander Köplinger
2016-01-06Fixed 'Bug 37434 - Can't select text from the TestResults window'Mike Krüger
2016-01-06[UnitTests] Fixed failing unit tests.Mike Krüger
2016-01-05Fixed 'Bug 37403 - Renaming variable in shared project adds new nameMike Krüger
2016-01-05[NuGet] No longer using DispatchService MessageHandler.Matt Ward
2016-01-05[CSharpBinding] Bumped roslyn.Mike Krüger
2016-01-05Fix a few source analysis issues.Marius Ungureanu
2016-01-05Fixed 'Bug 37383 - Incorrect indentation in switch body'Mike Krüger
2016-01-05[SourceEditor] Fixed cross thread access to UI by using StoppedEvent which is...David Karlaš
2016-01-05Fixed 'Bug 37387 - Crash editing C#'Mike Krüger
2016-01-05Fix a few source code quality issuesMarius Ungureanu
2016-01-04[VCS] Add proper cache invalidation for repository referencestherzok
2016-01-04Merge pull request #1198 from DavidKarlas/bug37248Mike Krüger
2016-01-04Fixed 'Bug 37124 - [Roslyn] Autocompletion of method with enumMike Krüger
2016-01-04bump debugger-libs and disable DebuggerStepperBoundary+DebuggerNonUserCode un...David Karlaš
2016-01-04[TextEditor] Removed VI mode.Mike Krüger
2016-01-04Fixed 'Bug 37058 - error while loading diagnostics in FSharpBinding'Mike Krüger
2015-12-30[VCS] Remove obsolete VersionInfo member.therzok
2015-12-29Bug 37248 - Roslyn: typing "<" after IEnumerable deletes the text in front of...David Karlaš
2015-12-29Fixing crash by executing removing of timeout on UI threadDavid Karlaš
2015-12-26[Xml] Add back error underlinesmhutch
2015-12-26[Xml] Recover from malformed closing tagmhutch
2015-12-21[SourceEditor] Fix incorrect doc mimetype changemhutch
2015-12-20[VCS] Fix some warnings regarding OpenDocument overloads.therzok
2015-12-20[Ide] Fix some unused variable warnings.therzok
2015-12-20[Ide] Fix more async related warnings.therzok
2015-12-20[Ide] Rename DispayType -> DisplayTypeMarius Ungureanu
2015-12-20[Git] Properly fixup async in 7ac592451ba9775fdfdcc3cba7c7d216bd1f6976therzok
2015-12-18[VCS] Fix tests and make all diffs not include eol in diffing.Marius Ungureanu
2015-12-18[Windows] Remove alt -> accel functionalityMarius Ungureanu
2015-12-18[VCS] Add more error checking to prevent exception spilling.therzok
2015-12-18Merge pull request #1047 from mono/bug33626Marius Ungureanu
2015-12-18[Git] Make the credentials dialog put the url on a new line to preserve horiz...therzok
2015-12-18[VCS] Fix unclear meaning of OK button in select repository dialog.therzok
2015-12-18[Ide] Remember the last path of select repository dialog.therzok
2015-12-18[Svn] In case of exception during status, return unversioned/empty.therzok
2015-12-18[VCS] Implement Show Blame Before commandtherzok
2015-12-18[Git] Initial hack on working copy blame.therzok