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
2020-02-20[Mac] Make Brush Tabs Navigable. Centralise Tabs code under TabButton class.CartBlanche
2019-03-13[mac] Collection property editorEric Maupin
2019-03-06[mac] Make inline color editor scale downEric Maupin
2019-01-18[mac] Breakout DynamicFill into reusableEric Maupin
2019-01-11[mac] Only insert background box when there's a colorEric Maupin
This fixes an issue where a transparent background would bleed a popup's background through rather than the view or layers below it. Also tweak sizes to fit everything.
2019-01-11[mac] Improve group/brush editorsEric Maupin
2019-01-11[mac] Revamp themingEric Maupin
This commit: - Drops outdated CG* editors - Drops ThemeManager - Introduces IHostResourceProvider - Moves all images to new API - Starts implementing colors
2018-11-21[Mac] Fixes 443. Only place where theming image isn't used initially. ↵Dominique Louis
Handled later during selection.
2018-10-09[Mac] Add filtering capabilities to brush popUp controller.Dominique Louis
2018-10-04[mac] Fix duplicate tabsEric Maupin
AddTabViewItem just proxies to Insert, we don't need both or we duplicate.
2018-10-03[mac] Fix color tab selection on reuseEric Maupin
2018-10-03[mac] Reuse tabsEric Maupin
2018-10-03[mac] Don't rebuild tab list for every single tab changeEric Maupin
2018-07-19[mac] add tooltips to all the labels in the brush editorLarry Ewing
2018-07-16[mac] Work around oddity with EdgeInsets on the TabViewLarry Ewing
2018-07-16[mac] more drawing cleanupsLarry Ewing
2018-07-16Fix the selected palette icons and clean up the insetsLarry Ewing
2018-07-16Improve the selection icons and the material property iconLarry Ewing
2018-07-16Draw icons if the image is setLarry Ewing
2018-07-16Add UnderlinedTabViewControllerLarry Ewing
Make an initial work for a TabViewController that renders tabs like the Design mockups.