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
2018-02-14Changes to support dynamic themes through Apple's .car files.dominique-ThemingDominique Louis
2018-02-14Merge pull request #179 from xamarin/ermau-numericsEric Maupin
2018-02-14[mac] Generic numeric editorEric Maupin
2018-02-14Merge pull request #178 from xamarin/ermau-nullablesEric Maupin
2018-02-14Merge pull request #181 from xamarin/bleroy-remove-brush-iconsEric Maupin
2018-02-13Point brush icons to future dynamic resources instead of embedding vector gra...Bertrand Le Roy
2018-02-12[Core] Handle numerics more genericallyEric Maupin
2018-02-12Merge pull request #177 from xamarin/dominique-PointEditorWidthEric Maupin
2018-02-12Fix so that PointEditor X and Y Width are dynamicDominique Louis
2018-02-10[Core] Support unset values in predefined editorsEric Maupin
2018-02-10[Tests] Eliminate SupportsDefaultEric Maupin
2018-02-08[Win] Basic property button tooltipsEric Maupin
2018-02-08Merge pull request #175 from xamarin/dominique-NoThemeEric Maupin
2018-02-08[Core] Only disagree on what's differentEric Maupin
2018-02-08Support None theme.Dominique Louis
2018-02-08[Tests] Stored and returned ValueInfo shouldn't be the same instanceEric Maupin
2018-02-08Merge pull request #167 from xamarin/ermau-resources-2Eric Maupin
2018-02-07[Win][Core] Updated resource selector designEric Maupin
2018-02-06[Tests] Don't unset when using descriptorEric Maupin
2018-02-06Merge pull request #164 from xamarin/bleroy-common-color-tostring-hexEric Maupin
2018-02-06CommonColor.ToString() outputs the #AARRGGBB hex representation of the color.Bertrand Le Roy
2018-02-05Merge pull request #82 from xamarin/bleroy-brush-editor-2Eric Maupin
2018-02-05Add solid brush view model testsBertrand Le Roy
2018-02-05Suffix async method names with "Async"Bertrand Le Roy
2018-02-05Update the hue when hex, RGB and CMYK components are changedBertrand Le Roy
2018-02-05Remove from VS.Dark and VS.Light resources that are not defined by VS, replac...Bertrand Le Roy
2018-02-05Add a brush editor manual test plan.Bertrand Le Roy
2018-02-05Improve consistency in brush editor when switching tabsBertrand Le Roy
2018-02-05Improve focus behavior of color component textboxesBertrand Le Roy
2018-02-05Use the correct override to handle brush value changesBertrand Le Roy
2018-02-05Force hue change when resetting to initial color.Bertrand Le Roy
2018-02-05Simplify brush editor feedback loops, remove unneeded code. Rename shade edit...Bertrand Le Roy
2018-02-05Throw when expected child controls are not found.Bertrand Le Roy
2018-02-05Don't check IsEnabled before setting up event handlers in BrushEditorControlBertrand Le Roy
2018-02-05Comment out brush editor UI that is not yet requiredBertrand Le Roy
2018-02-05Fix inconsistencies between brush preview and color picker values when switch...Bertrand Le Roy
2018-02-05Fix reset button activation on empty brushes.Bertrand Le Roy
2018-02-05Fix coding conventionsBertrand Le Roy
2018-02-05Hide and collapse color space dropdown entirely when no color space is availableBertrand Le Roy
2018-02-05Properly handle hue changes on grey shades.Bertrand Le Roy
2018-02-05Use TextBoxEx in color components, and change the value when return is pressed.Bertrand Le Roy
2018-02-05Fix alpha channel default valueBertrand Le Roy
2018-02-05Force the selected value of the brush choice tab to be re-evaluated every tim...Bertrand Le Roy
2018-02-05Add keyboard shortcuts for brush selection tabs.Bertrand Le Roy
2018-02-05Fix brush property persistence in sample appBertrand Le Roy
2018-02-05Fix property menu Reset command state for brush propertiesBertrand Le Roy
2018-02-05Fix CommonColor equality implementationBertrand Le Roy
2018-02-05Color popup style adjustmentsBertrand Le Roy
2018-02-05Move solid brush editor into a tabBertrand Le Roy
2018-02-05Put color space dropdown in a property presenter.Bertrand Le Roy