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-07-16Initial SolidBrushEditor logicLarry Ewing
2018-07-16Merge pull request #339 from xamarin/ermau-list-collection-viewEric Maupin
[Core] Add IList to SimpleCollectionView
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
Allow for properties of type CommonColor.
2018-06-26Store RGB components of `CommonColor`internally as double instead of byte, ↵Bertrand Le Roy
to improve accuracy. Fixes #325.
2018-06-20Allow for properties of type CommonColor.Bertrand Le Roy
2018-06-14[Core] Remove application resource source requirementEric Maupin
Fixes #305
2018-06-12[Core] Don't switch to material if brush matches but is a resourceEric Maupin
2018-05-16[Mac] Fine-tuning appearance of the Custom Expressions popoverVáclav Vančura
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
Fix filtering issue with SimpleCollectionView
2018-05-04[Core] Remove before adding newEric Maupin
Less items to search through for ordering if we remove filtered items before adding the new ones. Also some minor cleanup.
2018-05-04[Core] Fix state breakage unfilteringEric Maupin
Fixes #292
2018-05-04[Core] Update SimpleCollectionView filter on setter regardlessEric Maupin
2018-05-01[Core] Fix alpha insert grouped editors not being autoexpandedEric Maupin
Fixes #296
2018-05-01[Core] Fix grouped properties not properly adding at the endEric Maupin
2018-05-01[Core] Don't trigger reset on child groups if already emptyEric Maupin
2018-05-01[Core] Rework CollectionPropertyViewModelEric Maupin
In order to track rows for display purposes and in order to provide a clean way to get at the "real" name of the child, we've moved to using a VM per child. Since the main way to get a real name of an editable target is to request an object editor, we introduce a cached provider so the PanelViewModel doesn't have to get its own copy when the targets are selected. This collections tend to be small, but if we run into issues with the amount of things we're keeping alive we can easily move to on-demand requests.
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-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-20Hooking up PropertyButton to ResetCommand.Dominique Louis
2018-04-10Merge pull request #261 from xamarin/dominique-CombinablePropertyEditorEric Maupin
[Mac]Initial implementation for Combinable Property Editor
2018-04-10[Core] Trigger Value update after individual choices up to dateEric Maupin
While the most correct thing is for the UI to reflect the values of the individual choices when they are changed, a reasonable usage is to wait for the value to update and then trigger the update. Reordering Value to update after the flags ensure that they are up to date when Value is triggered through INPC. Given that the flags are really the source of truth for the values in the combinable property, it makes sense for them to be first.
2018-04-05[Core] Fix non-nullable bool multiselect behaviorEric Maupin
2018-04-04Reset the initial color every time the brush popup is open. #161Bertrand Le Roy
2018-04-02Merge pull request #270 from xamarin/ermau-remove-ilgenEric Maupin
Remove ILGenerator based code
2018-04-02[Core] Remove ILGenEric Maupin
2018-04-02Try to handle null ValueInfo<T> without crashingLarry Ewing
2018-03-26[Core/Win] Add Navigate to Source supportEric Maupin
2018-03-23[Core/Win] Add Convert to Local ValueEric Maupin
2018-03-22[Core] Make resource filter search a contains instead of startsEric Maupin
2018-03-20Merge pull request #260 from xamarin/ermau-value-equivalencyEric Maupin
[Core] Ignore raw value changes from direct input
2018-03-19Fixes to Support Nullables On MacDominique Louis
2018-03-19[Core] Ignore raw value changes from direct inputEric Maupin
And mark .Value as for direct input only. Any other method of changing the value needs its own path. Fixes #255
2018-03-16Merge pull request #256 from xamarin/ermau-descriptionsEric Maupin
[Win] Add basic property description support
2018-03-16Merge pull request #258 from xamarin/ermau-split-validate-coerceBertrand Le Roy
Validation/Coerce
2018-03-15[Win] Add basic property description supportEric Maupin
2018-03-15[Core] Add base level validationEric Maupin
2018-03-15[Core] Rename validate to coerce in PVMEric Maupin
2018-03-15[Core] Fix flags validation multi-selectEric Maupin
2018-03-15[Core] Fix multi-editor flags valuesEric Maupin