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-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
2019-01-10Merge pull request #471 from xamarin/dominique-ValueInputModeEric Maupin
[Mac] Initial InputMode implementation.
2019-01-10[Mac] Initial InputMode implementation.Dominique Louis
2018-12-17[Mac] ArrangeBy Mode should use viewmodel ArrangeModes.Dominique Louis
2018-12-14Merge pull request #462 from xamarin/ermau-low-freqEric Maupin
Support low-frequency properties
2018-12-11Merge pull request #472 from xamarin/dominique-FixGroupedAlignmentEric Maupin
[Mac] Quick fix for Brush Alignment.
2018-12-11[mac] Make compatible with uncommon changesEric Maupin
2018-12-10[Mac] Quick fix for Brush Alignment. Needs a better fix that uses ↵Dominique Louis
constraints in the long term.
2018-12-03Improve keyboard navigation for brush editors. This does not fix keyboard ↵Bertrand Le Roy
navigation inside the popup.
2018-12-02[Mac] Remove DoConstraints dependency and use NSLayoutConstraint.Create ↵Dominique Louis
calls directly. Should be slightly faster on startup.
2018-12-02[Mac] Fix vertical alignment of labels in resource lists.Dominique Louis
2018-11-30Merge pull request #461 from xamarin/dominique-HighlistUnimplementedControlsDominique Louis
[Mac] Only in Debug Mode, highlight which controls haven't been imple…
2018-11-29[Mac] Only in Debug Mode, highlight which controls haven't been implemented yet.Dominique Louis
2018-11-28[Mac] Centre Preview inside brush popup control.Dominique Louis
2018-11-26[Mac] Refactor GetImageNameForTheme to handle ~sel append internally.Dominique Louis
2018-11-21Merge pull request #454 from xamarin/dominique-FixBrushIconsNotAppearingDominique Louis
[Mac] Fixes 443. Only place where theming image isn't used initially.…
2018-11-21[Mac] Fixes 443. Only place where theming image isn't used initially. ↵Dominique Louis
Handled later during selection.
2018-11-21[Mac] Fix Alignments so they are uniform across controls.Dominique Louis
2018-11-15[Mac] Remove hard coded colour on Arrange By label.Dominique Louis
2018-11-13[mac] Auto-expand groupsEric Maupin
2018-11-12[mac] Add constants / clarificationEric Maupin
2018-11-12[mac] Update name header for single columnEric Maupin
This also fixes a wasteful instance being created for the facade and should fix reuse of it.
2018-11-12[mac] Fix layout controls moved external (64f34)Eric Maupin
2018-11-12[mac] Use right light appearance in standaloneEric Maupin
2018-11-12[mac] Use actual countsEric Maupin
2018-11-12[mac] Group editorEric Maupin
2018-11-12[mac] Single column layoutEric Maupin
2018-11-12[mac] Don't manually draw labelsEric Maupin
2018-11-12[mac] Don't have external layout stuff internalEric Maupin
2018-11-12[mac] Add selector for grouped property viewsEric Maupin
2018-11-12[mac] Add PropertyInlinePreviewSelectorEric Maupin
We currently have bespoke handling of value previews in the various places, this is a start to consolidate them in the future.
2018-11-12[mac] IValueViewEric Maupin
2018-11-12[mac] Do not hide property button on readonlyEric Maupin
Useful functions and statuses can still be displayed for properties that are read only, such as converting that value to a resource, displaying errors, etc.
2018-11-12[mac] Move property button size to property buttonEric Maupin
2018-11-12[mac] Add sizing to IEditorViewEric Maupin
2018-11-12[mac] Respect VMs initial arrange mode valueEric Maupin
2018-11-12[mac] Respect all-property updates in panelEric Maupin
2018-11-12[mac] We don't need to parse an enum to switch arrangeEric Maupin
2018-11-12[mac] Breakout common editor accessEric Maupin
Since Cocoa is so readily dependent on sub-classing we need to switch to interfaces to commonize our access to things we need on the various controls. Not everything can sub-class from PropertyEditorControl.
2018-11-12[mac] Move editor selection into its ownEric Maupin
2018-11-12[Mac] Use EditorViewModel in base locationsEric Maupin
2018-10-29Merge pull request #439 from xamarin/bleroy-mac-predefined-string-values-fixEric Maupin
Remove struct constraint on mac predefined values editor
2018-10-18Use theme manager to retrieve icons from brush tab view controller, and make ↵Bertrand Le Roy
the code more resilient to missing icons.
2018-10-18Remove struct constraint on mac predefined values editor, which is breaking ↵Bertrand Le Roy
enumerations described with strings
2018-10-09Merge pull request #389 from xamarin/dominique-ThicknessControlEric Maupin
[Mac] Initial implemention of Thickness Editor.
2018-10-09[Mac] Add filtering capabilities to brush popUp controller.Dominique Louis
2018-10-09[Mac] Initial implemention of Thickness Editor.Dominique Louis
2018-10-08[Mac] Initial IconView implementation.Dominique Louis
2018-10-08[Mac] Initial TypeName implementation.Dominique Louis
2018-10-05[Mac] Inital ObjectName implementation.Dominique Louis