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 (Collapse)Author
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
Don't notify changes for any value change of a spin editor
2018-09-26Don't notify changes for any value change of a spin editor, to avoid ↵Bertrand Le Roy
premature commits to last color. Fixes #407 and #400.
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
a representation of percentages and hues that is consistent with the Windows color picker. Fixes #347
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
2018-09-03[Mac] Initial Request Resource Implementation.Dominique Louis
2018-08-28[Mac] Put the NSOutlineView into a NSScrollView so it scrolls.Dominique Louis
2018-08-24[Mac] Fix PropertyButton Tooltips.Dominique Louis
2018-08-22[Mac] Split the classes out from ResourceBrushViewController.Dominique Louis
2018-08-17[Mac] Brush Refactoring and Tweaks.Dominique Louis
Separates out the Brush Resource classes into separate files, for consistency. Uses Localised strings instead of hard-coded ones. NSOutlineView now reuses Views instead of creating totally new ones each time. Grouped Brush files together under it's own subfolder. Now draws the ColourNoBrush Colours
2018-08-16[Mac] Increase Property Button Hit Area.Dominique Louis
2018-08-08[Mac] New Stepper imagesVáclav Vančura
2018-08-08[Mac] Initial CommonRatio implementation.Dominique Louis
2018-08-07[Mac] Add GetImageForTheme call to simplify theme naming calls.Dominique Louis
2018-07-19[mac] reduce the vertical padding on the brush icon tabsLarry Ewing
2018-07-19[mac] center the popover on the color swatchLarry Ewing
2018-07-19[mac] switch MaterialView to using MaterialDesignViewModelLarry Ewing
2018-07-19[mac] add tooltips to all the labels in the brush editorLarry Ewing
2018-07-18[mac] make MaterialView a NotifingView so that we pick up Normal/Accent ↵Larry Ewing
correctly
2018-07-18[mac] select palette by name to preserve settingsLarry Ewing
2018-07-17[mac] update empty brush tab appearanceLarry Ewing
2018-07-16[mac] Update default checkerboard vaues based on themeLarry Ewing
2018-07-16Make Resources an IList and use indexer and use the indexer for brush resourcesLarry Ewing
2018-07-16[mac] Work around oddity with EdgeInsets on the TabViewLarry Ewing
2018-07-16[mac] update the preferred size to match the contentsLarry Ewing
2018-07-16[mac] more drawing cleanupsLarry Ewing
2018-07-16[mac] operate directly on MaterialDesign.Alpha in material editorLarry Ewing
2018-07-16[mac] Add alpha editor on the material editorLarry Ewing
2018-07-16[mac] use the Normal/Accent properties when selecting materialsLarry Ewing
Add the idea of MaterialColorType so that we can target the correct property on the MaterialDesign model when selecting colors.
2018-07-16[mac] always indicate the selected paletteLarry Ewing
2018-07-16[mac] expose LineWidth as a property and improve icon drawingLarry Ewing
2018-07-16Fix the selected palette icons and clean up the insetsLarry Ewing
2018-07-16Improve the selection icons and the material property iconLarry Ewing
2018-07-16Draw icons if the image is setLarry Ewing
2018-07-16Coding style fixesLarry Ewing
2018-07-16Add UnderlinedTabViewControllerLarry Ewing
Make an initial work for a TabViewController that renders tabs like the Design mockups.
2018-07-16Use IDisposable per review feedbackLarry Ewing
2018-07-16Style cleanupsLarry Ewing
2018-07-16Remove redundant null checkLarry Ewing
2018-07-16Fix spelling in ColorComponentTabViewController.csLarry Ewing
2018-07-16Fix tab resizining issueLarry Ewing
2018-07-16Don't reshow the Popover if it is already shownLarry Ewing
2018-07-16If the color has a cached hue value, use itLarry Ewing
2018-07-16Make initialization a little more consistentLarry Ewing
2018-07-16Make BrushEditorControl subclass the improved generic PropertyEditorControlLarry Ewing
This fixes some missing initialization logic that was causing a crash in the PropertyButton popup.
2018-07-16Disable animations on the channel gradientsLarry Ewing
2018-07-16Round to higher precision than the model (3 digits)Larry Ewing
2018-07-16Fix visibility modifier for DrawingExtensionsLarry Ewing