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
2017-11-04An incomplete attempt at moving component gradient brush previews into adorners.bleroy-BrushEditor-AdornersBertrand Le Roy
2017-11-04Add accessibility names to the brush editor UI as relevantBertrand Le Roy
2017-11-04Make the brush property editor a button representing the brush, and move the ...Bertrand Le Roy
2017-11-04Move the solid brush editor to a tab, add a tab for no brush, and make the br...Bertrand Le Roy
2017-11-04Make color picker localizableBertrand Le Roy
2017-11-04Add HLS and HSB (a.k.a. HSV) component entry models, add corresponding Common...Bertrand Le Roy
2017-11-04Fix tab order and keyboard navigation on color pickerBertrand Le Roy
2017-11-04Add CMYK component entry method for colors.Bertrand Le Roy
2017-11-04Improve validation behavior for color componentsBertrand Le Roy
2017-11-04Display color alpha channel as a percentageBertrand Le Roy
2017-11-04Add previsualization gradients to component textboxesBertrand Le Roy
2017-11-04Use nameof instead of string constants in property registrationsBertrand Le Roy
2017-11-04Improve mouse handling in and out of the shade and hue pickers.Bertrand Le Roy
2017-11-04Adjust margins in color editor to conform to WPF reference editorBertrand Le Roy
2017-11-04Replace shade picker cursor rendering to a simpler and easier to maintain rad...Bertrand Le Roy
2017-11-04Improve layout of the color component editorBertrand Le Roy
2017-11-04Break the feedback loop through the color component editor that was resulting...Bertrand Le Roy
2017-11-04Commit color when editing componentsBertrand Le Roy
2017-11-04Prevent shade picker from changing the hue, even in low-hue-resolution region...Bertrand Le Roy
2017-11-04Add a previous and current color UIBertrand Le Roy
2017-11-04Add a hue cursorBertrand Le Roy
2017-11-04Prevent the shade picker's hue from popping to red when clicking on a grey sh...Bertrand Le Roy
2017-11-04Fix initial rendering and interaction between solid brush components.Bertrand Le Roy
2017-11-04Go back to immutable types for `Common*` types related to colors and brushes.Bertrand Le Roy
2017-11-04Remove unused `using System.Drawing`Bertrand Le Roy
2017-11-04Repair bindings on shade and hue pickers, do some more cleanup.Bertrand Le Roy
2017-11-04Fix bindings for color component input boxesBertrand Le Roy
2017-11-04Add tests for byte property view modelBertrand Le Roy
2017-11-04Refactor color component UI into its own control, add a hex RGBA textbox, wit...Bertrand Le Roy
2017-11-04Refactor shade picker into its own control: initial workBertrand Le Roy
2017-11-04Test color to hue conversionBertrand Le Roy
2017-11-04Refactor the hue picker into its own control.Bertrand Le Roy
2017-11-04Prevent an exception when inspecting a control when debugging the standalone ...Bertrand Le Roy
2017-11-04Move the hue picker to the right of the shade picker instead of the bottom.Bertrand Le Roy
2017-11-04Add support for color spaces in color picker UIBertrand Le Roy
2017-11-04Polish color picker implementationBertrand Le Roy
2017-11-04Activate color picker UI.Bertrand Le Roy
2017-11-04Handle color editor textbox changes.Bertrand Le Roy
2017-11-04Beginning of color property editorBertrand Le Roy
2017-11-04remove reflection solid brush editor controlBertrand Le Roy
2017-11-04Remove System.Drawing dependency by replacing System.Drawing.Color usage with...Bertrand Le Roy
2017-11-04Implement mock control support on the mac standalone app.Bertrand Le Roy
2017-11-04Write mock controls that can be edited by the property panel.Bertrand Le Roy
2017-11-02Merge pull request #63 from xamarin/dominique-ThemesEric Maupin
2017-10-30Merge pull request #71 from xamarin/ermau-win-boolEric Maupin
2017-10-27[Win] Fix accessibility namingEric Maupin
2017-10-27[Win] Adjust checkbox focus visualEric Maupin
2017-10-25Merge pull request #69 from xamarin/ermau-fix-async2Eric Maupin
2017-10-25[Tests] Add synccontext so we see exceptions like UI threadEric Maupin
2017-10-23[Core] Fix double completion setEric Maupin