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
path: root/main/src
AgeCommit message (Collapse)Author
2013-08-27Revert "Upgrade core and addins to 4.5 runtime"Michael Hutchinson
This reverts commit 9656726c1e2b96cdfdbb9506eb1ac1c93b91befd. Reverting until we get the installer updated to check the dependency.
2013-08-27[Subversion] Fixup to Progress Monitoring spamming the Log.Therzok
2013-08-27[MSBuild] Fix regression when building msbuild projectsLluis Sanchez Gual
Assign the project file name when the project content is loaded from memory instead of from a file.
2013-08-27Revert "Revert "[MSBuild] Implement RefreshWithContent in the v4 builder""Lluis Sanchez Gual
This reverts commit 6ec678ff6fb26e41246e9f109e40173d56029711.
2013-08-27Revert "Revert "MSBuild support fixes""Lluis Sanchez Gual
This reverts commit 77beefd0e767d941f3d2f90eb64d2a4d68313afc. Conflicts: main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs
2013-08-27Fixed 'Bug 14253 - NRE in Find References'.Mike Krüger
2013-08-27[CSHarpBinding] Fixed script selection bug.Mike Krüger
2013-08-26Sync with GtkWorkarounds in XWTLluis Sanchez
2013-08-26Merge pull request #385 from mono/svnProgressNewUngureanu Marius
[Subversion] Implemented Progress Monitoring for Subversion commands.
2013-08-26[build] Remove some duplicates from our buildAlan McGovern
2013-08-26[Refactoring] Fixed compiler warnings/cleaned up some code.Mike Krüger
2013-08-26[SourceEditor] Added bounds check to the quick task panel.Mike Krüger
2013-08-26Fix add-in registry initialization issueLluis Sanchez
The startup directory was not provided. Fixes 14226 - mdtool setup reg-build is completely broken.
2013-08-26[Ide] Type system service now exposes the cache directoryMike Krüger
infrastructure for arbitrary file names and not just projects.
2013-08-26[Refactoring] Fixed bug in extension method namespace resolving.Mike Krüger
.Any() suggested a wrong namespace.
2013-08-25[TextEditor] Tweaked source analysis style.Mike Krüger
2013-08-24[SourceEditor] Close bubble tooltip on scroll event.Mike Krüger
2013-08-24[SourceEditor] Tweaked message bubble shadow a bit.Mike Krüger
2013-08-24[SourceEditor] Ensure that popup window is destroyed, when messageMike Krüger
text marker gets removed.
2013-08-24[mdtool] Initialize addin registry, better args handlingMichael Hutchinson
2013-08-24[mdtool] When running setup tool, only initialize addin registryMichael Hutchinson
2013-08-24[Core] Add method for getting addin registry locationMichael Hutchinson
2013-08-24Revert "[Core] Get rid of some of our asynchronous initialisation when ↵Michael Hutchinson
running mdtool" This reverts commit 6ac5b1c5e34c7a9346c120969ca846d949bfab3b. It slows down all mdtool invocations by several seconds to work around issues in the setup tool.
2013-08-24[Ide] Moved directory already exists message into the try ... catch.Mike Krüger
2013-08-24Fixed 'Bug 14215 - Creating a new project does not warn me that anMike Krüger
existing project already exists.'.
2013-08-23[AssemblyBrowser] Set local copy flag for NRefactory.Cecil.Mike Krüger
2013-08-23[TextEditor] Fixed fold marker margin drawing bug.Mike Krüger
2013-08-23[TextEditor] Fixed drawing bug.Mike Krüger
2013-08-23Fixed 'Bug 14208 - Copy file path/name throws an exception'.Mike Krüger
2013-08-23[Subversion] Implemented Progress Monitoring for Subversion commands.Therzok
TODO: Prettify text output and make progress bar indefinite.
2013-08-23[SourceEditor] Worked on error bubble design.Mike Krüger
2013-08-23[Refactoring] Disabled code issue pad for the release.Mike Krüger
2013-08-23[CSharpBinding] Fixed if-else-if formatting bug.Mike Krüger
2013-08-23[TextEditor] Fixed selection->return key press bug.Mike Krüger
2013-08-23[Core] Fixed: Copy file and rename throws exception (bug #14181)Jeffrey Stedfast
2013-08-23[MacPlatform] When modifying an internet passwd, need to reset the ↵Jeffrey Stedfast
description attr as well
2013-08-23[MacPlatform] Make Keychain save "Web form password" when the auth type is ↵Jeffrey Stedfast
HTML Form
2013-08-23[MacPlatform] A whole bunch of fixes to KeychainJeffrey Stedfast
1. Fixed support for unicode strings (by manual marshalling) 2. Fixed InternetPasswords to use the protocol & auth type 3. Fixed the path argument to not contain the query or leading / 4. Provide a nice label string for the key when veiwed in Keychain Access 5. Fixed to call CFRelease() on returned items for Find/AddInternetPassword
2013-08-22[Core] Fix detecting assembly target fx via TargetFrameworkAttributeMichael Hutchinson
IKVM by default falls back to lazy-loading assemblies via reflection, which was failing, but we didn't need those anyway. Plug in a resolver that resolves every reference as a "missing assembly".
2013-08-22[Core] Minor cleanup in MonoDevelop.Core.AssembliesMichael Hutchinson
2013-08-22[Core] Fix only scanning global framework directories onceMichael Hutchinson
2013-08-22[Core] Always include External in Mac pkgconfig search pathMichael Hutchinson
2013-08-22[TextEditor] Added bounds check in coordinate translation routines.Mike Krüger
2013-08-22Add missing fileLluis Sanchez
2013-08-22[HexEditor] User the new debugger visualizer apiLluis Sanchez
2013-08-22[Debugger] Add support for "default" visualizersLluis Sanchez
2013-08-22[Version Control] Refresh status view if it exists for the current context.Therzok
2013-08-22Merge pull request #383 from mono/gitCleanupLluis Sanchez
[Git] Cleanup on files.
2013-08-22[Version Control] Fixed renaming for Subversion.Therzok
2013-08-22[TextEditor] fixed column calculation.Mike Krüger