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 (Collapse)Author
2015-11-11[Core] Add builder for MSBuild14Lluis Sanchez
2015-09-30[Ide] Add Windows native components infrastructureMarius Ungureanu
2015-09-19Fixup! Configurations with new version of tool.Marius Ungureanu
2015-06-04[Git] Update csproj for release configs.Marius Ungureanu
2015-06-03[Core] Remove Newtonsoft.Json submodule and replace with NugetGreg Munn
2015-05-07Merge remote-tracking branch 'origin/master' into xs6-libgit2Marius Ungureanu
2015-05-05[DebuggerTests] Added unit test for ignoring exception outside user codeDavid Karlaš
2015-04-30Merge remote-tracking branch 'origin/master' into xs6-libgit2Marius Ungureanu
2015-04-30[Core] Windows and Mac implementation of PasswordProvider removal.Marius Ungureanu
2015-04-07[LibGit2] Fix csproj information and stetic.Marius Ungureanu
2015-04-07[LibGit2] Replace NGit with LibGit2Sharp in sln.Marius Ungureanu
2015-03-02Merge branch 'master' into track-xwt-masterJérémie Laval
2015-02-25[build] Track xwt master with XamMac backendJérémie Laval
2015-02-19[XMToolbar] Make icons ship per platform. Debugger now uses Mac config.Marius Ungureanu
2014-12-23[Configurations] Map ReleaseMac to ReleaseMac config for unix svn.Marius Ungureanu
2014-11-24Moved GuiUnit to contrib.Marius Ungureanu
2014-11-19[Refactoring] Code fix popup is now using native UI on mac.Mike Krüger
2014-11-04Merge remote-tracking branch 'mono/master' into xs6Lluis Sanchez
Conflicts: .gitmodules main/build/MacOSX/monostub.m main/external/xwt version-checks
2014-10-04[Subversion] Add copy native binaries and fix configuration mapping.Marius Ungureanu
2014-09-30[Windows] Don't build MonoDeveloper/NUnitLluis Sanchez
2014-09-19Remove old project from the .sln fileLluis Sanchez
2014-09-08Merge remote-tracking branch 'origin/master' into xs6Alan McGovern
Conflicts: main/external/xwt version-checks
2014-08-25Fix locale broken in d335afe7aa820ea7d6502c5b6feacd1620939f0aMarius Ungureanu
2014-07-31Merge remote-tracking branch 'mono/master' into xs6Lluis Sanchez
Conflicts: main/external/xwt version-checks
2014-07-28[Core] Crash reporting service is now pluggableLluis Sanchez
2014-07-18Revert "Add missing platform configuration for GnomePlatform"Michael Hutchinson
This reverts commit c0e8d2222a255b1419d87cf650e78a33e030c3f6.
2014-07-18Add missing platform configuration for GnomePlatformDaniel Kozak
2014-07-07Merge remote-tracking branch 'mono/master' into xammac-2.0Lluis Sanchez
Conflicts: main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj main/src/addins/Xml/MonoDevelop.Xml.csproj version-checks
2014-06-24Use 4.5 framework in core and addinsMichael Hutchinson
Shared libraries can still use older frameworks.
2014-06-23Merge branch 'master' into aspnet-awesomeMichael Hutchinson
Conflicts: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj version-checks
2014-06-23Merge remote-tracking branch 'mono/master' into xammac-2.0Lluis Sanchez
Conflicts: main/Main.sln version-checks
2014-06-19[Ide] Added Control classLluis Sanchez
Also added mac-specific build configurations that conditionally reference MonoMac.
2014-06-18[AspNet] Shorten source pathMichael Hutchinson
2014-06-18[XmlEditor] Massive cleanupMichael Hutchinson
* Rename public types/namespace to be more meaningful * Port old tests to new parser * Reorganize namespaces/directories * Remove a lot of dead code * Less stetic * Fix build warnings
2014-06-18[AspNet] Massive overhaulMichael Hutchinson
* Merged ASP.NET and ASP.NET MVC addins - Added support for ASP.NET MVC in Web App projects, needed for ASP.MVC 5 projects * Cleaned and reorganized the codebase * Moved ASP.NET unit tests into separate assembly - Fixed some minor issues in Razor tests * Removed automatic translation of C# project/file templates to other languages - Only C# templates are included * Removed build-time updating of Web Forms CodeBehind - Update-on-save is still supported * Removed unmaintained remote deployment system - It was never supported on Windows/Mac - Removes dependency on Linux deployment addin * Updated ASP.NET MVC templates to ASP.NET MVC 5 - ASP.NET MVC reference is now a NuGet reference * Removed incomplete default doctype abstraction * All template used HTML5 doctype * Stetic is no longer used for UI * Fixed build warnings
2014-06-04Move the gdb debugger to the main solutionLluis Sanchez Gual
2014-05-29Merge remote-tracking branch 'mono/master' into nativeWindowsDialogsMarius Ungureanu
Conflicts: main/Main.sln
2014-05-28Fix Windows build configurationsMichael Hutchinson
2014-05-28Clean up solution configurationsMichael Hutchinson
2014-05-28Clean up solution configurationsMichael Hutchinson
2014-05-19[Internal] Change Solution Folders to point to appropriate folders.Marius Ungureanu
This way, we have a clean directory query and we actually do what we need to do. We had a few items pointing to main and that caused some speed problems when using MonoDevelop solution under Git.
2014-03-19[WindowsPlatform] Removed WindowsAPICodePack tests.Marius Ungureanu
They were useless to begin with and didn't target our focus usage.
2014-03-19[WindowsPlatform] Fix building of WindowsAPICodePackMarius Ungureanu
2014-03-19[WindowsPlatform] Initial binary replacement with sources.Marius Ungureanu
2014-03-19[WindowsPlatform] Move to a Solution Folder.Marius Ungureanu
2014-03-03Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.QuickTasks/QuickTaskOverviewMode.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs version-checks
2014-02-26Flush MSBuild serializer noiseMichael Hutchinson
2014-02-24Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeActions/CodeActionWidget.cs main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.QuickTasks/QuickTaskOverviewMode.cs main/src/core/MonoDevelop.Ide/ExtensionModel/StockIcons.addin.xml main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2014-02-22[SourceEditor] Worked on new quick task styling.Mike Krüger
2014-02-20Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez