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
2019-11-12Fixes drag and drop in toolbox This commit reverts #9fdbbcf765427e48a894d96d0...Jose Medrano
2019-11-07Don't start Drag in cases of no currentEvent from Gtk Fixes VSTS #998490 - [F...Jose Medrano
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-22[PropertyPanel] Adds visibility to customproperty panel initial stateJose Medrano
2019-10-22Fixes overlapping in custom native property pad on PadContentShown/Hidden Fix...Jose Medrano
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 reason Fixes V...Jose Medrano
2019-10-11Changes to match PropertyPad instead interfaceJose Medrano
2019-10-11Don't reset current property pad in case not detected item Fixes #999288 - Na...Jose 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
2019-10-10Removes wrong behaviour when no item is selectedJose Medrano
2019-10-10Refactoring to match to handle logic from EditorProvider + better filenamesJose Medrano
2019-10-10Some minor changes in the current layoutJose Medrano
2019-10-10[ProppertyPanel] Sets property pad as main content in MacPropertyGrid abstra...Jose Medrano
2019-10-10[PropertyPanel] Removes old hacks not necessary anymoreJose Medrano
2019-10-10[PropertyPanel] Hides by default current headerJose Medrano