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
2019-12-11[Mac] Make the button that popped up the PopOver have focus, once the ↵CartBlanche
popover closes.
2019-12-09[Mac] Add missing placeholder resource for type filtering.CartBlanche
2019-11-07[mac] Use more reliable row removed noticeEric Maupin
This method seems far more reliable for noticing when rows are removed so we can use it instead of changing to null superview (which sometimes it doesn't do).
2019-10-24[Mac] Tweaks for a more consistent UXCartBlanche
2019-10-23[Mac] Changed Accessibility text to sound more natural and helpful when read ↵Dominique Louis
out.
2019-10-17[Mac] CustomExpressionView always set editorControlStephen Shaw
This prevents editorControl from ever being null
2019-10-15[Mac] Fix Scroll bar overlapping the Property Button.CartBlanche
2019-10-13Merge pull request #642 from xamarin/ermau-fix-989518Dominique Louis
Fix resource/no resource brush swapping
2019-10-11[Mac] Fix crash on Catalina by using NSOpenPanel.OpenPanel static method.CartBlanche
2019-10-09Merge pull request #636 from xamarin/dominique-FixCompilerWarningEric Maupin
[Mac] Use Override on ValidateProposedFirstResponder rather than Export.
2019-10-09Make the ArrangeMode Buttons Focusable for a11yCartBlanche
2019-10-02[mac] Fix filter visibility on reuseEric Maupin
2019-10-01[mac] Ignore change events if no resourcesEric Maupin
Seems like we might be getting chang events even when not visible so let's ignore them if we don't actually have a resource selector. The search box gets added regardless to simplify putting it at the end.
2019-09-26[Mac] Use Override on ValidateProposedFirstResponder rather than Export.CartBlanche
2019-09-24[mac] Fix value source image not update on defaultEric Maupin
2019-09-24[mac] Predefined should support reuseEric Maupin
2019-09-03[mac] Fix timing of appearance changes for popoversEric Maupin
The popovers had their appearance set later, but weren't updating their vibrant appearance so they were using the light appearance still. Fixes #604
2019-08-29[Mac] Since the centre ellipsis works well, we no longer need label tooltips.CartBlanche
2019-07-31[Mac] Fix so that when menu is popped up, associated controlled is focused.CartBlanche
2019-07-29[Mac] Fix so that Labels truncate to a centre ellipsis.CartBlanche
2019-07-04Merge pull request #561 from xamarin/dominique-BindingDialogEric Maupin
[Mac] Initial Binding Editor Dialog.
2019-07-04[mac] Fix container for no button propertiesEric Maupin
Just checking the editor view if it wants a property button isn't quite correct since there's a parameter in a ctor to override that.
2019-07-03[Mac] If VM changes, reset popupMenu list.CartBlanche
2019-06-26[mac] Ensure property button view is clearedEric Maupin
2019-06-26[Mac] Make Binding Dialog ModalDominique Louis
[Mac] Ensure property button view is cleared
2019-06-26[Mac] Handle all scenarios where the window is closedAlan McGovern
If we click the ok button then set the response to OK, otherwise every other scenario should be treated as cancelling. This includes presssing Esc,clicking the red traffic light button and also command-W. Make this a Panel again, so 'Esc' works
2019-06-26[Mac] Initial Binding Editor Dialog.Dominique Louis
2019-06-26[Mac] NeedsPropertyButton maybe false when the EditorViewModel is set.CartBlanche
2019-06-20[Mac] Sharable ModalWindowCloseDelegate. For Bindings and Variations to ↵CartBlanche
begin with.
2019-06-11[Mac] NSButton that handles ICommands. Needed for Binding Dialog and ↵CartBlanche
Variations PRs. Slight fix to CommandMenuItem too.
2019-05-15Merge pull request #596 from xamarin/dominique-Fix553Eric Maupin
[Mac] Setting the Formatter by default breaks the RatioEditor rendering.
2019-05-09[Mac] Setting the Formatter by default breaks the RatioEditor rendering.Dominique Louis
2019-05-01[Mac] Initial implementation of Autocompletion.dominique-AutocompletionDominique Louis
2019-05-01[Mac] Seal all the overrides of ViewDidChangeEffectiveAppearanceAlan McGovern
2019-05-01[Mac] Move appearance setting calls outside ViewDidChangeEffectiveApperance, ↵Dominique Louis
so it works on earlier MacOS versions.
2019-05-01Merge pull request #591 from xamarin/anbucyk-fix-swatches-tooltipsAnthony Bucyk
Adds tooltips for color swatches on mac
2019-05-01Fixes shrinking color rectangles in the color swatch selector. The vertical ↵Anthony Bucyk
margin was being added every time the control was being redrawn.
2019-05-01Update Xamarin.PropertyEditing.Mac/Controls/Custom/MaterialView.csMarius Ungureanu
Co-Authored-By: AnBucyk <anbucyk@microsoft.com>
2019-05-01Update Xamarin.PropertyEditing.Mac/Controls/Custom/MaterialView.csMarius Ungureanu
Co-Authored-By: AnBucyk <anbucyk@microsoft.com>
2019-05-01Update Xamarin.PropertyEditing.Mac/Controls/Custom/MaterialView.csMarius Ungureanu
Co-Authored-By: AnBucyk <anbucyk@microsoft.com>
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
Tweak the vertical margins in the color resources dialogs.
2019-03-27Merge pull request #573 from xamarin/ermau-timespan-editorDominique Louis
[mac] Refactor & Add TimeSpan / Char editors
2019-03-26[mac] Fix enabled into refactorEric Maupin
2019-03-26[mac] Add Char editorEric Maupin
2019-03-26[mac] Add basic TimeSpan editorEric Maupin
2019-03-22[Mac] Remove unused variables.Dominique Louis
2019-03-21[mac] Refactor string editor into common base entryEric Maupin
2019-03-21[mac] Fix SpinnerButton regressionEric Maupin