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-08[DesignerSupport] Support CustomTypeDescriptors in new property editorMatt Ward
2019-11-13Fixes drag and drop in toolboxJose Medrano
2019-11-07Merge pull request #9114 from mono/fix-998490Marius Ungureanu
2019-10-31Don't saves values in cases where value doesn't changeJose Medrano
2019-10-31Fixes issue introduced in latest changesJose Medrano
2019-10-31Removes unnecessary allocation checking subviewsJose Medrano
2019-10-31Task.FromResult () to use genericJose Medrano
2019-10-31Renames ShowToolbar o ShowHeader for consistency with propertyJose Medrano
2019-10-31Removes current internal keyloop hack in Toolbox to use new NextKeyView based...Jose Medrano
2019-10-31Merges Show/Hide methods into a single oneJose Medrano
2019-10-31Fixes background color in cases of header not visibleJose Medrano
2019-10-31Removes not used INameableObjectJose Medrano
2019-10-31Sets Sensitive to true as value as defaultJose Medrano
2019-10-31Adds API to hide/show toolbar in proppyJose Medrano
2019-10-31reordering property pad propertiesJose Medrano
2019-10-31Adds IsEnabled hack to cover missing feature in proppyJose Medrano
2019-10-31Changes current PropertyPad to use PropertyGridWrapper in Preferences Formatt...Jose Medrano
2019-10-31Uses default value sourcesJose Medrano
2019-10-31Impoves current logic and adds some logic to handle better nullable editorsJose Medrano
2019-10-31PropertyGridChanged is now correctly propagated in abstractionJose Medrano
2019-10-31Includes more properties to configure in the abstractionJose Medrano
2019-10-31Sends the target instead the Object EditorJose Medrano
2019-10-31IPropertyPad based in IDisposableJose Medrano
2019-10-31Adds an abstraction with IPropertyGridJose Medrano
2019-10-29Don't start Drag in cases of no currentEvent from GtkJose Medrano
2019-10-25Revert "Merge pull request #8999 from mono/csproj-cleanups"therzok
2019-10-24Merge pull request #8999 from mono/csproj-cleanupsMarius Ungureanu
2019-10-22[PropertyPanel] Adds visibility to customproperty panel initial stateJose Medrano
2019-10-22Fixes overlapping in custom native property pad on PadContentShown/HiddenJose Medrano
2019-10-20Switch DesignerSupport to single configurationtherzok
2019-10-20[Infra] Port csproj to use new OS properties rather than configurationstherzok
2019-10-16Use activedocumentchangedtherzok
2019-10-16Clear current cached allocations on BlankPadJose Medrano
2019-10-16[DesignerSupport] Reload property pad when closed document was current providerVsevolod Kukol
2019-10-16Cleans current loaded editors when project is unloaded for any reasonJose Medrano
2019-10-11Changes to match PropertyPad instead interfaceJose Medrano
2019-10-11Don't reset current property pad in case not detected itemJose Medrano
2019-10-10Don't use task if not necessary in GetPropertiesForTypeAsyncJose Medrano
2019-10-10Includes FrameBoxButtonBackgroundColor to the HostResourceProviderJose Medrano
2019-10-10Fixes throw to use Task.FromExceptionJose Medrano
2019-10-10Some code fixesJose Medrano
2019-10-10Fixes get default values in enumeration valuesJose Medrano
2019-10-10PropertyChanged event is not correctly tunneled to DesignerServiceJose Medrano
2019-10-10Fixes current FilePath property to get the correct value from property providerJose Medrano
2019-10-10Fixes FlagDescriptorPropertyInfo get info behaviourJose Medrano
2019-10-10Removes unnecessary async GetValueJose Medrano
2019-10-10Rename PropertyPadItem to ComponentModelTargetJose Medrano
2019-10-10Some changes to run update in main threadJose Medrano
2019-10-10Adds a separator string based in System.ComponentModel separator identifiersJose Medrano
2019-10-10[PropertyPanel] Generates a ITypeDescriptorContext to get correct StringStand...Jose Medrano