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[Ide] Use the branded icon for all windows, not just main window.Marius Ungureanu
2016-01-08[Ide] Trimmed down errors shown in stand alone mode.Mike Krüger
2016-01-08[Ide] Improved handling of files outside of projects.Mike Krüger
2016-01-08[Ide] Fix memory leak in New Project dialog.Matt Ward
2016-01-08Fix buildMarius Ungureanu
2016-01-08Fix case of some commandsLluis Sanchez
2016-01-08Fix case of some commandsLluis Sanchez
2016-01-08[Ide] Added main thread assertions to the text editor.Mike Krüger
2016-01-07[Ide] Optimized tag comment task collection.Mike Krüger
2016-01-07Fixed 'Bug 37142 - Typing a comment breaks syntax highlighting and hasMike Krüger
2016-01-06Fixed 'Bug 37215 - System.InvalidOperationException: PrepareShowWindowMike Krüger
2016-01-06[UnitTests] Fixed failing unit tests.Mike Krüger
2016-01-05[FileTemplate] Made FileTemplateTagsModifier internalVincent Dondain
2016-01-05Merge pull request #1204 from mono/master-windows-app-manifestMarius Ungureanu
2016-01-05[CSharpBinding] Bumped roslyn.Mike Krüger
2016-01-05Fix a few source analysis issues.Marius Ungureanu
2016-01-05[Ide] Fixed possible null reference exception.Mike Krüger
2016-01-05Bug 36961 - NulRef closing a windowDavid Karlaš
2016-01-05Fixed 'Bug 37387 - Crash editing C#'Mike Krüger
2016-01-05Fix a few source code quality issuesMarius Ungureanu
2016-01-04Fixed 'Bug 37217 - IndexOutOfRangeException in text editor'.Mike Krüger
2016-01-04Fixed 'Bug 37274 - Error while Undo broke rest of undos '.Mike Krüger
2016-01-04Merge pull request #1198 from DavidKarlas/bug37248Mike Krüger
2016-01-04Fixed 'Bug 37112 - XS is rewriting my source files'Mike Krüger
2016-01-04[TextEditor] Removed VI mode.Mike Krüger
2015-12-29Fix: Remove package duplication line from package.configMikhail Filippov
2015-12-29Bug 37248 - Roslyn: typing "<" after IEnumerable deletes the text in front of...David Karlaš
2015-12-21[Ide] Preserve parser addin ordermhutch
2015-12-20[Ide] Fix some unused variable warnings.therzok
2015-12-20[Ide] Fix await related warning.therzok
2015-12-20[Ide] Remove unused command run overload.therzok
2015-12-20[Ide] Rename DispayType -> DisplayTypeMarius Ungureanu
2015-12-18[Ide] Only copy the first word into the global search from editor selectiontherzok
2015-12-17[Ide] Load projects into Roslyn only if they are C# or VB.net projectsDavid Karlaš
2015-12-17[Core] SharedProject handle referencing projects that are inside solution folderDavid Karlaš
2015-12-16Merge branch 'xcode7.1-tvos-file-template'VincentDondain
2015-12-16[Ide] Allow new project names to use dot character.Matt Ward
2015-12-16[FileTemplate] Not hiding templates without ProjectTypes anymoreVincentDondain
2015-12-16Merge branch 'master' into xcode7.1-tvos-file-templateVincentDondain
2015-12-16Revert "[mdtool] Fix tools that depend on PlatformService"Alan McGovern
2015-12-16[mdtool] Fix tools that depend on PlatformServicemhutch
2015-12-16[Core] Remove unnecessary stacktrace from errormhutch
2015-12-15[AutoTest] Add a method to set a property on a queried objectiain holmes
2015-12-15[Ide] Show active configuration in project options dialog.Matt Ward
2015-12-15Hide more DispatchService apiLluis Sanchez
2015-12-15Close most of DispatchServiceLluis Sanchez
2015-12-15Bug 36966 - Missing semi-colons are not indicated in the sourceDavid Karlaš
2015-12-15[Ide] ImageService.GetIcon size now defaults to IconSize.MenuVaclav Vancura
2015-12-15[Ide] Prevent language keyword being used as new project name.Matt Ward
2015-12-15Bug 36964 - NullReference in ParameterCompletionWindowDavid Karlaš