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-19[Tests] Move more Panel test to base PropertiesEric Maupin
2018-07-19[Core] Fix null editorsEric Maupin
2018-07-19[Core] TypeName -> TargetTypeEric Maupin
2018-07-19[Core] Add known property/type APIsEric Maupin
2018-07-19[Core/Win] Create resource core/windowEric Maupin
2018-07-19[Docs] Add extra documentation around value/source descriptorsEric Maupin
2018-07-19[Core] Move ObjectPropertyViewModel base to PVM<object>Eric Maupin
2018-07-19[Core] Split SourceDescriptor out from ValueDescriptorEric Maupin
2018-07-18Alphabetize propertiesLarry Ewing
2018-07-16Add mock brushes to MockSampleControlLarry Ewing
2018-07-16Initial SolidBrushEditor logicLarry Ewing
2018-07-16Merge pull request #339 from xamarin/ermau-list-collection-viewEric Maupin
2018-07-14[Core] Fix shared vs. local resource distinctionEric Maupin
2018-07-13[Core] Add IList to SimpleCollectionViewEric Maupin
2018-07-03Merge pull request #322 from xamarin/bleroy-color-propertiesEric Maupin
2018-06-27Trigger change notification from color component boxes only when the user edi...Bertrand Le Roy
2018-06-26Store RGB components of `CommonColor`internally as double instead of byte, to...Bertrand Le Roy
2018-06-20Allow for properties of type CommonColor.Bertrand Le Roy
2018-06-14[Core] Remove application resource source requirementEric Maupin
2018-06-12Coerce color components to their respective rangeBertrand Le Roy
2018-06-12[Core] Don't switch to material if brush matches but is a resourceEric Maupin
2018-06-12[Tests] Support resources in mock editor for brushesEric Maupin
2018-05-15[Core/Win] Create resource core/windowEric Maupin
2018-05-12[Tests] MockResourceProvider: Support object-local sourcesEric Maupin
2018-05-12[Core] Add resource creation error checking APIsEric Maupin
2018-05-12[Core] Add IPropertyInfo.TypeNameEric Maupin
2018-05-12[Core] Change ResourceSource.IsLocal to Type enumEric Maupin
2018-05-04Merge pull request #297 from xamarin/ermau-fix-scollectionviewEric Maupin
2018-05-04[Core] Fix state breakage unfilteringEric Maupin
2018-05-04[Core] Update SimpleCollectionView filter on setter regardlessEric Maupin
2018-05-01[Core] Fix alpha insert grouped editors not being autoexpandedEric Maupin
2018-05-01[Core] Fix grouped properties not properly adding at the endEric Maupin
2018-05-01[Tests] Make category defaults consistentEric Maupin
2018-05-01[Core] Don't trigger reset on child groups if already emptyEric Maupin
2018-05-01[Core] Rework CollectionPropertyViewModelEric Maupin
2018-05-01[Core/Win] Collection property editorEric Maupin
2018-05-01[Core] Add category AutoExpandEric Maupin
2018-05-01[Core] Make assignable types more reusableEric Maupin
2018-05-01[Tests] Add object + collection to mockEric Maupin
2018-05-01Update to 4.6Eric Maupin
2018-05-01[Core] Move IEditorProvider into TargetPlatformEric Maupin
2018-05-01[Core] Support child assignable typesEric Maupin
2018-04-25[build] Move to packagereferences for our nugetsAlan McGovern
2018-04-24Look for Nunit props in both relevant places for side-by-side and designer-in...Bertrand Le Roy
2018-04-10Merge pull request #261 from xamarin/dominique-CombinablePropertyEditorEric Maupin
2018-04-10[Core] Trigger Value update after individual choices up to dateEric Maupin
2018-04-10[Mac]Initial implementation for Combinable Property EditorDominique Louis
2018-04-06Make MockBrushPropertyInfo IEquatable so the standalone apps can properly see...Bertrand Le Roy
2018-04-05[Core] Fix non-nullable bool multiselect behaviorEric Maupin
2018-04-02Merge pull request #208 from xamarin/lewing-multi-nullableEric Maupin