Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-18[Win] Respect host-set arrange modeEric Maupin
2018-11-12[Tests] Add auto-expand group testsEric Maupin
2018-09-05[Core] Add ICompleteValuesEric Maupin
This is the most basic version of this to support the status quo for Android. The hard part is really the UI, so this will get us a significant part of the way towards a more robust version.
2018-07-19[Tests] Move brush properties downEric Maupin
2018-07-19[Core/Win] BindingsEric Maupin
2018-06-20Allow for properties of type CommonColor.Bertrand Le Roy
2018-05-01Update to 4.6Eric Maupin
2018-05-01[Core] Move IEditorProvider into TargetPlatformEric Maupin
2018-04-25Fix icons file path in standalone app for the designer-integrated configuration.Bertrand Le Roy
2018-04-20[Win] Fix path to be sxs and correctEric Maupin
2018-03-15Move BrushPropertyInfo out of the core and to the test project.Bertrand Le Roy
2018-02-27Fix normal and accent color selection in material design pickerBertrand Le Roy
2018-02-17[Win] Auto-include resources and pass merges to subwindowsEric Maupin
2018-02-16Merge pull request #202 from xamarin/bleroy-vs-icons-in-standaloneEric Maupin
Enable the Windows standalone app to use VS icons
2018-02-16Enable the Windows standalone app to use VS icons if they're in the expected ↵Bertrand Le Roy
`..\..\..\Xamarin.Designer.VisualStudio\src\VisualStudio.Designer\ProppyIcons.xaml` path relative to the project
2018-02-16Hide the name editor when the object is not nameableLarry Ewing
2018-02-15Add a setting to control the visibility of the opacity editor UIBertrand Le Roy
2018-02-15Material design color picker with Windows implementationBertrand Le Roy
2018-02-08Support None theme.Dominique Louis
2018-02-05Suffix async method names with "Async"Bertrand Le Roy
2018-02-05Fix brush property persistence in sample appBertrand Le Roy
2018-01-30[Core/Windows] Pass around resource providerEric Maupin
2018-01-25[Test] Enable custom expressions in standaloneEric Maupin
2017-11-21Merge remote-tracking branch 'origin/master' into bleroy-BrushEditorBertrand Le Roy
# Conflicts: # Xamarin.PropertyEditing.Tests/MockControls/MockControl.cs # Xamarin.PropertyEditing.Windows/EditorPropertySelector.cs # Xamarin.PropertyEditing.Windows/Themes/Resources.xaml # Xamarin.PropertyEditing.Windows/Xamarin.PropertyEditing.Windows.csproj # Xamarin.PropertyEditing/Properties/Resources.Designer.cs # Xamarin.PropertyEditing/Properties/Resources.resx # Xamarin.PropertyEditing/ViewModels/PropertyViewModel.cs
2017-11-06Add a sample read-only brush property to the sample Windows appBertrand Le Roy
2017-11-04Move the solid brush editor to a tab, add a tab for no brush, and make the ↵Bertrand Le Roy
brush editor abstract enough to accommodate for any type of brush in the future
2017-11-04Add support for color spaces in color picker UIBertrand Le Roy
2017-11-04Handle color editor textbox changes.Bertrand Le Roy
2017-11-04Beginning of color property editorBertrand Le Roy
2017-11-04Write mock controls that can be edited by the property panel.Bertrand Le Roy
Implement mock WPF mock button with properties and events.
2017-10-23[Win]Make use of pack Uri' instead of decoding the resources.Dominique Louis
2017-10-23Add UI changes to standalone to support toggling themes on Mac and WindowsDominique Louis
2017-09-26Add sample mock control, and add two buttons for it in the Windows ↵Bertrand Le Roy
standalone app.
2017-09-23Write mock controls that can be edited by the property panel.Bertrand Le Roy
Implement mock WPF mock button with properties and events.
2017-06-30[Win] Move resources to themes/Eric Maupin
2017-01-17Fix ToolsVersionEric Maupin
2017-01-13Standalone multi-selectEric Maupin
2017-01-13Fix coalesce, get initial grid showingEric Maupin
2017-01-13Reflection editor, property coalescingEric Maupin
Still need to implement equality for IPropertyInfo, the properties setup will not match like properties yet without it.
2017-01-13Stub controls, setup standaloneEric Maupin
2017-01-13InitEric Maupin