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-04Move the solid brush editor to a tab, add a tab for no brush, and make the br...Bertrand Le Roy
2017-11-04Add HLS and HSB (a.k.a. HSV) component entry models, add corresponding Common...Bertrand Le Roy
2017-11-04Add CMYK component entry method for colors.Bertrand Le Roy
2017-11-04Repair bindings on shade and hue pickers, do some more cleanup.Bertrand Le Roy
2017-11-04Add tests for byte property view modelBertrand Le Roy
2017-11-04Test color to hue conversionBertrand Le Roy
2017-11-04Add support for color spaces in color picker UIBertrand Le Roy
2017-11-04Remove System.Drawing dependency by replacing System.Drawing.Color usage with...Bertrand Le Roy
2017-10-25[Tests] Add synccontext so we see exceptions like UI threadEric Maupin
2017-10-20Merge pull request #68 from xamarin/ermau-multi-availabilityBertrand Le Roy
2017-10-20[Core] Fix AsyncWorkQueueEric Maupin
2017-10-20[Core] Add MultiAvailabilityConstraintEric Maupin
2017-10-19[Core] Add Point/Size VMsEric Maupin
2017-10-05Merge pull request #61 from xamarin/ermau-availabilityEric Maupin
2017-10-05[Core] Availability constraintsEric Maupin
2017-10-04Merge pull request #57 from xamarin/ermau-choice-editorEric Maupin
2017-09-29Merge pull request #59 from xamarin/bleroy-fakesEric Maupin
2017-09-29Fix confusion between enum type and underlying type for mock enum property in...Bertrand Le Roy
2017-09-28Fix runtime null ref when no type converters are specified on a mocked property.Bertrand Le Roy
2017-09-28Make mock flags combining test pass on macBertrand Le Roy
2017-09-28Add support for type converters and flags to mock object model, add tests.Bertrand Le Roy
2017-09-27Add sample mocked control support to standalone mac app, fix Size and Point m...Bertrand Le Roy
2017-09-26Add sample mock control, and add two buttons for it in the Windows standalone...Bertrand Le Roy
2017-09-26Change `ISolidBrushPropertyInfo` into `IColorSpaced`Bertrand Le Roy
2017-09-26Implement mock control support on the mac standalone app.Bertrand Le Roy
2017-09-23Write mock controls that can be edited by the property panel.Bertrand Le Roy
2017-09-22Correct typoBertrand Le Roy
2017-09-21[Tests] Fix object readonly testEric Maupin
2017-09-19Add support for color spaces to the solid brush view model.Bertrand Le Roy
2017-09-19Merge pull request #54 from xamarin/bleroy-color-viewmodelEric Maupin
2017-09-18Add tests for the brush view model for each concrete brush type.Bertrand Le Roy
2017-09-18Make the common brush types immutable.Bertrand Le Roy
2017-09-15[Core] Add eventsEric Maupin
2017-09-14[Tests] Swap nunit adapter for right versionEric Maupin
2017-09-14[Core] Object namingEric Maupin
2017-09-14[Core] TypeNameEric Maupin
2017-09-08Avoid warnings for dead code and async methods returning synchronously.Bertrand Le Roy
2017-07-11[Core] Make Get/SetValue AsyncEric Maupin
2017-07-11[Core] Add AsyncWorkQueueEric Maupin
2017-07-03[Core] Fix duplicate values for valuenamesEric Maupin
2017-06-30[Core] PredefinedValuesViewModelEric Maupin
2017-06-30[Core] IHavePredefinedValues + reflection enum useEric Maupin
2017-06-30[Tests] Refactor to make more flexible, streamlineEric Maupin
2017-06-29Merge pull request #32 from xamarin/ermau-start-themingAlan McGovern
2017-06-28[Core] Remove unconstrained min/max testsEric Maupin
2017-06-21Merge pull request #24 from xamarin/ermau-mac-propertysearchAlan McGovern
2017-06-20[Core] Safeguard filtering, add testsEric Maupin
2017-06-20[Core] Update filter testsEric Maupin
2017-06-20[build] Upgrade to Nunit 3 because we should use something modernAlan McGovern
2017-06-19Refactor to trigger searches off the FilterText and ArrangeMode property chan...Dominique Louis