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
2020-01-20[Icons][DesignerSupport] High contrast iconsVáclav Vančura
2019-10-25Revert "Merge pull request #8999 from mono/csproj-cleanups"therzok
2019-10-20Switch DesignerSupport to single configurationtherzok
2019-10-20[Infra] Port csproj to use new OS properties rather than configurationstherzok
2019-10-10Rename PropertyPadItem to ComponentModelTargetJose Medrano
2019-10-10Refactoring to match to handle logic from EditorProvider + better filenamesJose Medrano
2019-08-03[DesignerSupport] Add new test assembly and fix layering violationtherzok
2019-08-02Add tests for custom tool suggestions in propgridMikayla Hutchinson
2019-08-01Move ProjectFileDescriptor nested classes into separate filesMikayla Hutchinson
2019-06-16Fixed Snippets Drag&Drop and added ability for Android Designer to do D&DDavid Karlaš
2019-05-24[DesignerSupport] Finish migration to the new property editing hashAlan McGovern
2019-04-02Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-27Adds a PropertyPadItem to encapsule some logicJose Medrano
2019-03-26Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-25Only local copy on Mactherzok
2019-03-25Local copy PropertyEditing to fixup vnexttherzok
2019-03-21Merge branch 'new-service-model' into new-doc-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-08Changes in encapsulation to use Custom Property WidgetJose Medrano
2019-03-08Adds handling of Flag editors with a specific PropertyInfoJose Medrano
2019-03-08Makes PropertyPad platform agnostic with Gtk and Cocoa implementationsJose Medrano
2019-03-08Adds DirectoryPathPropertyInfo to handle Directory EditorsJose Medrano
2019-03-08Adds FilePathProperty Info to handle FilePath EditorsJose Medrano
2019-03-08Adds implementation for string with StandardValuesJose Medrano
2019-03-08Adds implementation for Enum editorJose Medrano
2019-03-08Reuses base editor to common typesJose Medrano
2019-03-08Adds string/int/bool/float basic editors based in PropertyInfoJose Medrano
2019-03-08Creates a PropertyInfo Factory to return PropertyInfo based in descriptorsJose Medrano
2019-03-08Adds prototype of PropertyDescriptorEventInfo classJose Medrano
2019-03-08Moves PropertyProviderInfo to a single fileJose Medrano
2019-03-08Renames ObjectEditor and EditorProviderJose Medrano
2019-03-08Removes Private flag from ProjectReference to copy the assembly to outputJose Medrano
2019-03-08Creates a TestPropertyObject editor and a Descriptor PropertyInfoJose Medrano
2019-03-08Simplifies current providers to use a single oneJose Medrano
2019-03-08Adds a initial implementation of MacPropertyPadJose Medrano
2019-03-08Adds PropertyEditing project in DesignerSupport with mac conditionalsJose Medrano
2019-02-21Fix Mac buildMikayla Hutchinson
2019-02-18Fix some service initialization issues and track api changesLluis Sanchez
2019-01-11Update projects for PackageReferenceMikayla Hutchinson
2018-11-28[Ide] Put common Cocoa helpers/classes in a common placeRodrigo Moya
2018-11-28Process markup from formatted text to attributedstringJose Medrano
2018-11-14Removes old ExpanderButton fileJose Medrano
2018-11-14Removes LocalCopy from Xamarin.Mac assemblyJose Medrano
2018-11-14Removes not necessary ScrollContainerViewJose Medrano
2018-11-14Reuses ToNSImage from MonoDevelop.ComponentsJose Medrano
2018-11-14Removed unused code, some name changes and reordering methodsJose Medrano
2018-11-14Adds support for styling using control colouringJose Medrano
2018-11-14Adds native mac code enclosing in conditional compiler tagsJose Medrano
2018-11-14Adds Toolbox using native mac viewsJose Medrano