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-04-30Adds tooltips for color swatchesAnthony Bucyk
2019-04-08[Mac] Centralise string resources.Dominique Louis
2019-04-01Merge pull request #563 from xamarin/bleroy-tweak-color-resource-selectord16-1Eric Maupin
2019-03-21[mac] Fix SpinnerButton regressionEric Maupin
2019-03-20[Mac] Adds implementation to handle DateTime fields (#480)Jose Medrano
2019-03-20[Mac] Adds implementation of FilePathEditorControl (#479)Jose Medrano
2019-03-19Tweak the vertical margins in the color resources dialogs. Fixes #432, and pr...bleroy-tweak-color-resource-selectorBertrand Le Roy
2019-03-13[mac] Collection property editorEric Maupin
2019-03-06[mac] Make inline color editor scale downEric Maupin
2019-03-06[mac] Tweak color component layoutEric Maupin
2019-03-06[mac] Redo layout on solid brush editorEric Maupin
2019-03-06[mac] Drop margins from some color layers for more consistencyEric Maupin
2019-03-06[mac] Fix group editor layoutEric Maupin
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