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
2019-10-04[Core] Support refreshing resourcesermau-refresh-resourcesEric Maupin
While most resource UIs have a popup or window that doesn't really require a live refresh, the brush resource tab does have a persistent list so it needs to be able to update. Since the view model is shared, we get the former for free anyway.
2018-07-31Remove ChangingResourceProviderUpdatesResrouces test as it no longer appliesLarry Ewing
2018-07-31Remove ResourceProvider from PropertyViewModelLarry Ewing
2018-05-01[Core] Move IEditorProvider into TargetPlatformEric Maupin
2018-02-16Update the resource selector when editors changeLarry Ewing
2018-01-25[Core] Ensure universal access to target platformEric Maupin
2017-11-08Setting `BrushPropertyViewModel.Value` triggers change notifications on ↵Bertrand Le Roy
properties that depend on it
2017-09-18Add tests for the brush view model for each concrete brush type.Bertrand Le Roy