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
2022-02-03Fixed NSColor dispose side effect.Mike Krüger
2020-10-08Refactor to have individual Date and Time Controls for better mapping… (#756)Dominique Louis
2020-08-26If our control hasn't been created yet, let's skip the check. (#755)Dominique Louis
2020-07-21Increases delay time and disables caller button to override vs4mac focus (#752)Jose Medrano
2020-06-26Adds a new mechanism to open Modal dialogs over VS4Mac context (#738)Jose Medrano
2020-05-19Move MakeFirstResponder call to after launching the EditCollection Window. (#...Dominique Louis
2020-04-28Fix NRE when SelectionChanged is firing on a null object. (#717)Dominique Louis
2020-04-08Remove the KVO observer from the popover window when it closesAlex Corrado
2020-02-27[Mac] Tabbing to OutlineViewCartBlanche
2020-02-27[Mac] Ensure events are unsubscribed when controls removed and additional Vie...CartBlanche
2020-02-24[Mac] PopoverFocusRestoreDelegate: only restore focus for views in the popove...Alex Corrado
2020-02-24[Mac] Don't mess with the focus for EmptyBrushEditorViewControllerAlex Corrado
2020-02-22[Mac] Also restore focus for MaterialViewAlex Corrado
2020-02-22[Mac] More generalized solution for restoring focus when popover is repopped upAlex Corrado
2020-02-20[Mac] Refocus to original brush type when repopped up.CartBlanche
2020-02-20[Mac] Make Material View Tabbable. (#705)Dominique Louis
2020-02-20[Mac] Make Brush Tabs Navigable. Centralise Tabs code under TabButton class.CartBlanche
2020-02-11[Mac] Allow Ctrl+Shift+i to display the Property Button's menu.CartBlanche
2020-01-28[Mac] Don't set Boolean control's title.CartBlanche
2019-12-17Merge pull request #685 from xamarin/dominique-Fix684Dominique Louis
2019-12-11[Mac] Make the button that popped up the PopOver have focus, once the popover...CartBlanche
2019-12-09[Mac] Add missing placeholder resource for type filtering.CartBlanche
2019-11-07[mac] Use more reliable row removed noticeEric Maupin
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
2019-10-17[Mac] CustomExpressionView always set editorControlStephen Shaw
2019-10-15[Mac] Fix Scroll bar overlapping the Property Button.CartBlanche
2019-10-13Merge pull request #642 from xamarin/ermau-fix-989518Dominique Louis
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
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
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
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
2019-07-04[mac] Fix container for no button propertiesEric Maupin
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
2019-06-26[Mac] Handle all scenarios where the window is closedAlan McGovern
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 begin...CartBlanche
2019-06-11[Mac] NSButton that handles ICommands. Needed for Binding Dialog and Variatio...CartBlanche