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-10[Mac] Initial InputMode implementation.Dominique Louis
2018-12-11Merge pull request #472 from xamarin/dominique-FixGroupedAlignmentEric Maupin
[Mac] Quick fix for Brush Alignment.
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-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 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] 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] 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] 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
2018-10-04Fix color picker layout issues with unexpected popup dimensionsBertrand Le Roy
2018-10-04[mac] Fix duplicate tabsEric Maupin
AddTabViewItem just proxies to Insert, we don't need both or we duplicate.
2018-10-04Acknowledge numeric spin control value changes on enter and tab without ↵Bertrand Le Roy
re-breaking the color picker.
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-10-03Merge pull request #414 from xamarin/bleroy-mac-color-picker-stabilityEric Maupin
Don't notify changes for any value change of a spin editor
2018-09-26Don't notify changes for any value change of a spin editor, to avoid ↵Bertrand Le Roy
premature commits to last color. Fixes #407 and #400.
2018-09-22Update color components on blur. Fixes #409Bertrand Le Roy
2018-09-22Add distinct display and focused formats for spin numeric editors, to enable ↵Bertrand Le Roy
a representation of percentages and hues that is consistent with the Windows color picker. Fixes #347
2018-09-19Give numeric text fields a minimum size (fixes #404)Bertrand Le Roy
2018-09-12[Mac] Up-Down buttons will no longer allow interaction when disabled.Dominique Louis
2018-09-03[Mac] Initial Request Resource Implementation.Dominique Louis