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 (Expand)Author
2018-07-16Make initialization a little more consistentLarry Ewing
2018-07-16Make BrushEditorControl subclass the improved generic PropertyEditorControlLarry Ewing
2018-07-16Disable animations on the channel gradientsLarry Ewing
2018-07-16Round to higher precision than the model (3 digits)Larry Ewing
2018-07-16Fix visibility modifier for DrawingExtensionsLarry Ewing
2018-07-16Use the existing color names for MaterialsViewLarry Ewing
2018-07-16Rename notifying listner adaptor usersLarry Ewing
2018-07-16Formatting fixesLarry Ewing
2018-07-16Switch to #ARGB hexLarry Ewing
2018-07-16Remove some unused propertiesLarry Ewing
2018-07-16Fix some appearance issues in popup modeLarry Ewing
2018-07-16Add hex string displayLarry Ewing
2018-07-16Add color parsing logicLarry Ewing
2018-07-16Move the value updates to the layout stepLarry Ewing
2018-07-16use more descriptive names in ColorComponentEditorLarry Ewing
2018-07-16Fix the resource provider initialization after rebaseLarry Ewing
2018-07-16Move more classes to their own fileLarry Ewing
2018-07-16Remove some extraneous logicLarry Ewing
2018-07-16Extract and rename a bunch of classesLarry Ewing
2018-07-16Sizing and layout fixesLarry Ewing
2018-07-16Make the ColorEditorLayers use ColorComponentLarry Ewing
2018-07-16Add preview swatches under the channel editorsLarry Ewing
2018-07-16Fix the argument name in the exceptionLarry Ewing
2018-07-16Fix the component parameter argumentsLarry Ewing
2018-07-16Update material on value changeLarry Ewing
2018-07-16Work around tab view odditiesLarry Ewing
2018-07-16Start cleaning up the ViewModel bitsLarry Ewing
2018-07-16Remove unused BrushTypeSelector.csLarry Ewing
2018-07-16Add editors for color componentsLarry Ewing
2018-07-16Fix hittesting on the color editor properlyLarry Ewing
2018-07-16Make the material design selector completely layer based and functionalLarry Ewing
2018-07-16Remove extra information from menuLarry Ewing
2018-07-16Add Material labelsLarry Ewing
2018-07-16Start adding MaterialDesign supportLarry Ewing
2018-07-16Switch preview drawing to use CommonBrushLayerLarry Ewing
2018-07-16Add support for Resource brushesLarry Ewing
2018-07-16HousekeepingLarry Ewing
2018-07-16Add mock brushes to MockSampleControlLarry Ewing
2018-07-16Get basic alpha support workingLarry Ewing
2018-07-16Add popover and start setting popupmenu propertiesLarry Ewing
2018-07-16Add Opactity Checkerboard and clean up Shade drawingLarry Ewing
2018-07-16Initial SolidBrushEditor logicLarry Ewing
2018-07-16Merge pull request #339 from xamarin/ermau-list-collection-viewEric Maupin
2018-07-16Merge pull request #342 from xamarin/ermau-fix-resourcetypesEric Maupin
2018-07-14[Core] Fix shared vs. local resource distinctionEric Maupin
2018-07-13[Core] Add IList to SimpleCollectionViewEric Maupin
2018-07-13Merge pull request #336 from xamarin/dominique-MakePropertyNSImageViewEric Maupin
2018-07-12[Mac] Make PropertyButton NSImageView so it doesn't accept focus, but can sti...Dominique Louis
2018-07-12[build] Remove touchdown from the normal restore pathAlan McGovern
2018-07-03Merge pull request #322 from xamarin/bleroy-color-propertiesEric Maupin