57 Commits (aa78d2fc06eb3f9417f86ce3c2975eef120616c7)

Author SHA1 Message Date
robloo 9eeebbc99d Rename MenuBase Opened/Closed events removing type prefix 3 years ago
Steven Kirk 8f94a6505b Make IMenu, IMenuElement, IMenuItem internal. 3 years ago
Steven Kirk f745fe1788 Use simpler event args type. 4 years ago
Benedikt Stebner 6210018f3b Propertly handle an InlineUIContainer's logical children 4 years ago
Nikita Tsukanov 6bdf0eacc7 Removed legacy renderers 4 years ago
Max Katz 59d7874b1d Replace System.Reactive with internal extensions 4 years ago
Dan Walmsley 7d6b79659c fix logic. 4 years ago
Steven Kirk ec74057151 Removed a number of interfaces. 4 years ago
Luis von der Eltz ace7787526 Fix arrow left on all-disabled submenu closing menu 4 years ago
Luis von der Eltz d9ce64e1b0 Skip disabled controls when moving to first/last item 4 years ago
robloo 0863a05c76 Rename PointerLeave to PointerExited 4 years ago
robloo 8a0903f616 Rename PointerEnter to PointerEntered 4 years ago
Takoooooo 1c2da897e5 Add comment. 4 years ago
Takoooooo 81eb964ae6 Fix Menu selection to match UWP. 4 years ago
Steven Kirk d75732699c Added attributes describing API stability. 4 years ago
Tako 7c63e1a60b Fix ContextMenu freeze. 4 years ago
Steven Kirk 20d50b348a Don't close and re-open menu if selection unchanged. 4 years ago
Steven Kirk bbf7bee56a Fix unopened toplevel menu selection with down key. 4 years ago
Steven Kirk d80cfbca18 Remove #nullable directives. 5 years ago
Steven Kirk 77d059be22 Add nullable annotations to Avalonia.Controls. 5 years ago
Takoooooo ba85c01105 fix 5 years ago
Sergey Mikolaytis dd61cb9b32
[Menu] [Performance] Improve Menu item can execute logic. Make it work like in WPF (#6438) 5 years ago
Simon Haines fcbe456cb9 Filter pointer pressed events from disabled sub-menu items 5 years ago
Takoooooo cfc50e45f5 upd 5 years ago
Takoooooo a13e9c1c1c fix 5 years ago
Takoooooo 63716e19d7 Revert "fix" 5 years ago
Takoooooo 9777b9a5ee fix 5 years ago
0x90d 20e970f335
Update DefaultMenuInteractionHandler.cs 5 years ago
Sergey Mikolaytis 1a95905efe
[Menu] [Interaction] Allow end user to change menu show delay globally (#6392) 5 years ago
Sergey Mikolaytis 397267d1b5 [Menu] [Interaction] Allow end user to change menu show delay globally 5 years ago
Dariusz Komosinski 5265b0592a Implement MenuItem.StaysOpenOnClick. 5 years ago
Steven Kirk 25f1b969e4 Apply delay when closing submenu due to pointer leave. 6 years ago
Steven Kirk 4aa013a79e Don't handle tab navigation in DefaultMenuInteractionHandler. 6 years ago
Dariusz Komosiński 858b78b59e Menu interaction handler fixes. 6 years ago
Steven Kirk 226c57b7d7 Ensure that Open is called on main menu. 6 years ago
Steven Kirk dd563805cd Nullable enable menu-related classes. 6 years ago
Steven Kirk d0edfa0447 Close submenu when pointer leaves. 6 years ago
Steven Kirk bc079008d1 Remove usage of deprecated input APIs. 6 years ago
Dariusz Komosinski cd2b26bc94 Add extra methods to LogicalExtensions and optimize a few methods as well. 6 years ago
Nikita Tsukanov 636c6800cf Merged LostFocus to ITopLevelImpl 6 years ago
Nikita Tsukanov 8f73baf507 Ported native embedding PR to master 6 years ago
Steven Kirk b42458be76 Input manager subscription may be null. 6 years ago
Steven Kirk cfeb06473f Enable null checking in DefaultMenuInteractionHandler. 7 years ago
Steven Kirk a4a162fc78 Fix NRE in DefaultMenuInteractionHandler. 7 years ago
Jumar Macato 47c9f53e9a Don't reopen an already active submenu on hover. 7 years ago
Nikita Tsukanov a16e3bff7f Added InitialPressMouseButton to PointerReleasedEventArgs that returns the button that caused the PointerPressed event 7 years ago
Steven Kirk 13333cd820 Avoid NRE in DefaultMenuInteractionHandler. 7 years ago
Nikita Tsukanov 04bc3a88b1 Defensive check for Menu==null 7 years ago
Nikita Tsukanov 4c1f42b48a PR comments 7 years ago
Steven Kirk f8cf268f0e Added unit test for toplevel menu close. 7 years ago