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
2020-01-15Remove various references to NRefactory that are not usedtherzok
2019-12-11[Core] Stop using obsolete Counter++/-- and use Inc(1) or Dec(1) insteadJeffrey Stedfast
2019-10-28Update WindowPartial.xft.xmlKeting Yang
Add period to template description.
2019-10-28Update Window.xft.xmlKeting Yang
Add period to template description.
2019-10-25Revert "Merge pull request #8999 from mono/csproj-cleanups"therzok
This reverts commit 152bf0867f774e2fdaa10adac063ccb1bbd31ca2, reversing changes made to dac8bfc938917ab62c43b7fa4d705a550facc814.
2019-10-20Switch MonoDevelop.GtkCore to single configurationtherzok
2019-08-19[GtkCore] Fix toolbox items not displayedMatt Ward
Can now drag and drop GTK# widgets from the Toolbox window to the GTK# window or widget being designed. Fixes VSTS #951728 - GTK# toolbox is empty on Visual Studio Community 2019 on the MAC Fixes github #8278 - When creating a Gtk#2.0 project on Mac OS X, the toolbox fails to populate for the Designer
2019-03-29Add api for creating editor controllersLluis Sanchez
The new CreateTextEditorController in DocumentControllerService returns a text editor controller suitable for editing the provided file. Also changed the GTK designer views to use this new api.
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-03-20Merge branch 'release-8.0' into master-vnextLluis Sanchez
2019-03-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-20Merge remote-tracking branch 'origin/master' into new-service-modelLluis Sanchez
2019-03-13Add UI for view collections that support tabs + split modeLluis Sanchez
2019-03-08Fix document extension issuesLluis Sanchez
Fixed issues with OnContentChanged and OnOwnerChanged. Those methods are now properly called when changes happen in the controller. Also added and fixed tests. Fixed several issues in the GTK designer.
2019-03-08Adds more abstraction to PropertyPadJose Medrano
2019-03-06Fix several issues with document extensionsLluis Sanchez
And add unit tests
2019-03-06Move more services to IdeServicesLluis Sanchez
And track api changes
2019-02-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-19Merge remote-tracking branch 'origin/master' into new-service-modelLluis Sanchez
2019-02-18Implemented gtk designer as a document controllerLluis Sanchez
2019-02-16Disable obsoletion warnings in a bunch of unported extensionsMikayla Hutchinson
This is so that we can obsolete the old editor APIs without the obsoletion warnings overwhelming everything else. These can be removed as the extensions are ported.
2019-02-15Track API changesLluis Sanchez
All services are now referenced from the IdeServices class
2019-01-25Merge remote-tracking branch 'origin/master' into pr-sandy-md-masterSandy Armstrong
2019-01-21Adds implementation to Remove items in Toolbox Dynamic ProvidersJose Medrano
Fixes VSTS #598533 - Unable to delete entries from Toolbox Clipboard Ring
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
2019-01-14Merge remote-tracking branch 'origin/master' into roslyn-upgradeMikayla Hutchinson
2019-01-13Suppress NuGet local copies unless explicitly listed in projectMikayla Hutchinson
NuGet's PrivateAssets="runtime" does not work, resulting in transitive references local copying their assemblies into every project. This works around that by filtering out all local copies that are not explictly listed. This also makes it much harder to accidentally introduce local copies, which is good as local copies in general are are not desirable due to the way that dlls are loaded by the extension system.
2019-01-12[Ide] Cache the active document in the document tracking service (#6855)Marius Ungureanu
* [Ide] Cache the active document in the document tracking service Fixes VSTS #753459 - WrapDocument called too much on solution load * [Ide] Make ActiveDocumentChanged report the active document to avoid finding it in a list of open documents * Fix build * More build fixes * Bump binary compat baseline. The assemblies are referenced but the code is not loaded at runtime Remove them once editor work is merged
2019-01-11Update projects for PackageReferenceMikayla Hutchinson
2018-11-12[Dev] Add analyzer which picks up strings which should be localizedtherzok
Also fix up instances of said strings throughout the codebase. First version is really robust: * Only offers GettextCatalog.GetString as an option * Only works on Gtk.Widget and special cased functions Future versions will provide: a) Configuration of catalog via attribute b) Cocoa/Atk support c) Detection of string.Format patterns. Fixes VSTS #683875 - Enable MD specific analyzers in the repository and build
2018-09-19Simplify references to Gtk assemblies.Kirill Osenkov
2018-09-12Fix find base type if it is generic instance.Gankov Andrey
2018-07-06Merge pull request #5194 from mono/simplify-resource-idsLluis Sanchez
Simplify resource ids
2018-06-27Obsolete legacy build APIsMikayla Hutchinson
2018-06-27[Build] Simplify short resource IDs via definition groupMikayla Hutchinson
2018-06-20Clean up project filesMikayla Hutchinson
Remove redundant information, and make more information redundant by setting good defaults in the MD props. This lays some groundwork for the PackageConfig migration and eventually SDK-style project format migration.
2018-06-20Centralize the MD target framework versionMikayla Hutchinson
2018-06-20Purge junk Execution clr-version valueMikayla Hutchinson
2018-06-20Clean various redundancies from project filesMikayla Hutchinson
2018-06-14Merge branch 'master' into fix-warningsMikayla Hutchinson
2018-06-11[GtkCore] Rely on file watcher for file change eventsMatt Ward
Remove calls to FileService.NotifyFileChanged. The file change events will be raised by the file watcher.
2018-06-05[GtkCore] Fix warningsMikayla Hutchinson
2018-06-05[libsteticui] Fix warningsMikayla Hutchinson
2018-06-05[libstetic] Fix warningsMikayla Hutchinson
2018-05-17[Misc] Flush msbuild serialization changestherzok
2018-04-18[Build] Remove SpecificVersion=False settings for gtk# assembliestherzok
This breaks compiling MonoDevelop when both gtk# 2.0 and 3.0 are installed in the GAC. Always reference the strong named version and remove SpecificVersion=false
2018-03-29Remove stetic files, and make the autogenerated UI files the definitive versioniain holmes
Stop autogenerating files and in future any changes to the generated UI files can be made in the CS code itself
2018-03-07Fix more shutdown issues with toolboxLluis Sanchez
2018-01-12[Ide] Clean up api break fix.Mike Krüger