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-06-20Allow for properties of type CommonColor.Bertrand Le Roy
2018-03-15Move BrushPropertyInfo out of the core and to the test project.Bertrand Le Roy
2018-02-15Material design color picker with Windows implementationBertrand Le Roy
2018-02-05Suffix async method names with "Async"Bertrand Le Roy
2018-02-05Fix brush property persistence in sample appBertrand Le Roy
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-09-26Add sample mock control, and add two buttons for it in the Windows ↵Bertrand Le Roy
standalone app.