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-08-21[FileNesting] Move FileNestingService to .IdeRodrigo Moya
2019-08-21[Ide] Move file nesting to ProjectFileNodeBuilderRodrigo Moya
2019-08-07[Core] Cache ProjectFile.Include to improve project save performanceMatt Ward
2019-07-06Some minor cleanups in the ProjectFile codetherzok
2019-07-06Avoid doing expensive work to trigger OnPathChanged when it might not be subs...therzok
2019-07-06Split ProjectVirtualPath into utility methodtherzok
2019-07-05Merge pull request #8064 from mono/Therzok-patch-2Marius Ungureanu
2019-07-01[Projects] Pass Project to FileNestingServiceRodrigo Moya
2019-07-01[Core] Update DependsOn on renames only if it was already setRodrigo Moya
2019-07-01[Core] Implement basic skeleton of FileNestingServiceRodrigo Moya
2019-07-01[Core] Add (very) basic FileNestingServiceRodrigo Moya
2019-06-28Sketches has been long discontinued. Look for actual C# and VB script file ex...therzok
2019-06-28[Ide] Optimize typesystem loading a bitMarius Ungureanu
2019-06-25[Core] Avoid calculating project virtual path when it is not needed.Matt Ward
2019-05-07[Core] Fixed the unit test crash caused by setting project fileMike Krüger
2019-05-07Revert "Revert "Fixes VSTS Bug 705785: [Feedback] Search result tab has tempo...Mike Krüger
2019-05-02Revert "Fixes VSTS Bug 705785: [Feedback] Search result tab has temporary"Vsevolod Kukol
2019-03-27Fixes VSTS Bug 705785: [Feedback] Search result tab has temporaryMike Krüger
2018-09-12[Ide] Use project.IsCompileable instead of a custom type system parserMike Krüger
2017-10-10[Core] Fix incorrect SDK style project updates when moving a fileMatt Ward
2016-09-30[Core] Improve project item glob supportLluis Sanchez
2015-12-10Rename msbuild project namespaceLluis Sanchez
2015-12-09Fix project loading issue when using RecursiveDirLluis Sanchez
2015-11-17[Core] Fix copy and paste removing original file from project.Matt Ward
2015-11-17[Core] Fix cut and paste in solution pad not updating project file.Matt Ward
2015-09-22[Core] Fix file renaming issueLluis Sanchez
2015-08-13Merge remote-tracking branch 'origin/master' into roslynMatt Ward
2015-08-12[Core] minor code cleanupJeffrey Stedfast
2015-05-18Fix web reference serialization issueLluis Sanchez Gual
2015-05-04Simplified default resource id handlingLluis Sanchez Gual
2015-04-28[Core] Project: properly store folder itemsLluis Sanchez Gual
2015-04-24Fix project serialization issuesLluis Sanchez Gual
2015-02-11Remove most of FileFormat infrastructureLluis Sanchez Gual
2014-10-21Initial drop of the new project modelLluis Sanchez
2014-07-30[Core] Don't fire the ResourceId change event if not necessaryLluis Sanchez
2014-04-04[API] Remove unused obsolete stuff.Ungureanu Marius
2013-11-05[Core] Fixed ProjectFile.ResourceId logicJeffrey Stedfast
2013-09-10[Core] When cloning a ProjectFile, don't copy event handlersLluis Sanchez
2013-08-03[Core] Emit a PathChanged event when ProjectFile.Name gets updatedJeffrey Stedfast
2013-07-23[Core] When ProjectFiles are first added to a collection, they often don't ha...Jeffrey Stedfast
2013-07-11[Core] Improved performance of ProjectFileCollection's GetFile(s) methodsJeffrey Stedfast
2013-06-20[Ide] Major optimization for common ProjectFile property changes.Jeffrey Stedfast
2013-06-04File rename fixLluis Sanchez
2013-05-14[Core] Clean up project wildcard expansionMichael Hutchinson
2013-05-14[Core] Fix some SA warningsMichael Hutchinson
2013-03-11[Core] Don't expose the project file wildcard handling methods and propertiesLluis Sanchez
2013-02-14Fixing code formattingJames Lupiani
2012-09-20Use custom GetDirectoryName methods that support wildcardsJared Thirsk
2012-09-20Works on a Mac using <Compile Include="**/*.cs"/>. Added a special WildcardI...Jared Thirsk
2012-09-20fixed compile bugJared Thirsk