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
2019-03-06[mac] Overhaul some layoutEric Maupin
2019-03-02Enabled must be set for ReadOnly to look right. Also fixes InputMode enablement.Dominique Louis
2019-02-28[Mac] When tabbing scroll focused control into view.Dominique Louis
2019-02-20Resize Point and Rectangle controls based on overall width.Dominique Louis
2019-02-20Merge pull request #516 from xamarin/dominique-UniqueResourceNamesEric Maupin
2019-02-20[Mac] Add new BasePropertyControlTextField to have ellipses and AllowsExpansi...Dominique Louis
2019-02-15[mac] ViewModel is allowed to be nullEric Maupin
2019-02-05Add pe- prefix to all image resources and use BundleResource for easier distr...Dominique Louis
2019-01-30[Mac] Creates a new focusable ComboBox with readonly modifierJose Medrano
2019-01-29[mac] Fix editor panel theme handlingEric Maupin
2019-01-26[mac] Fix enabled on TabButtonEric Maupin
2019-01-26[mac] Update arrange mode to tabsEric Maupin
2019-01-18[mac] Inherit appearance in custom exp/resourcesEric Maupin
2019-01-18[mac] Add click events for underlined itemsEric Maupin
2019-01-18[mac] Breakout DynamicFill into reusableEric Maupin
2019-01-11[mac] Fix CommonBrushLayer background, remove dead drawingEric Maupin
2019-01-11[mac] Only insert background box when there's a colorEric Maupin
2019-01-11[mac] Fix gradient alignmentEric Maupin
2019-01-11[mac] Fix theming changes for spinnerbuttonEric Maupin
2019-01-11[mac] Improve group/brush editorsEric Maupin
2019-01-11[mac] Listen to BackgroundStyle in UnfocusableTextFieldEric Maupin
2019-01-11[mac] Revamp themingEric Maupin
2019-01-10[Mac] Initial InputMode implementation.Dominique Louis
2018-12-02[Mac] Remove DoConstraints dependency and use NSLayoutConstraint.Create calls...Dominique Louis
2018-12-02[Mac] Fix vertical alignment of labels in resource lists.Dominique Louis
2018-11-26[Mac] Refactor GetImageNameForTheme to handle ~sel append internally.Dominique Louis
2018-11-21[Mac] Fixes 443. Only place where theming image isn't used initially. Handled...Dominique Louis
2018-11-12[mac] Fix layout controls moved external (64f34)Eric Maupin
2018-11-12[mac] Use actual countsEric 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
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
2018-10-18Use theme manager to retrieve icons from brush tab view controller, and make ...Bertrand Le Roy
2018-10-09[Mac] Add filtering capabilities to brush popUp controller.Dominique Louis
2018-10-04Fix color picker layout issues with unexpected popup dimensionsBertrand Le Roy
2018-10-04[mac] Fix duplicate tabsEric Maupin
2018-10-04Acknowledge numeric spin control value changes on enter and tab without re-br...Bertrand Le Roy
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
2018-09-26Don't notify changes for any value change of a spin editor, to avoid prematur...Bertrand Le Roy
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
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