22 Commits (3d1fabed156b05ae4a19b3443db8931314b4fcd6)

Author SHA1 Message Date
Nathan Nguyen 3d1fabed15
Make FlyoutBase.IsOpen a public StyledProperty (#20920) 6 days ago
Emmanuel Hansen dc8dc3bd2e
Move Gesture events to InputElement (#20789) 3 weeks ago
Nikita Tsukanov fa17c22131
Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 1 month ago
Zhang Dian e8a68bb167
feat: expose Popup property in PopupFlyoutBase for external access. (#19106) 9 months ago
Max Katz 1cfa82ca57
Custom popup placement callback (#15667) 2 years ago
Bill Henning 0d1d72e26a
Update popups and flyouts to properly support OverlayDismissEventPassThrough (#15517) 2 years ago
Max Katz 296b366e78
ToolTip should use Popup internally + fix Popups not closing when placement target is closed (#15358) 2 years ago
Bartosz Korczyński 422baaf2a9
Clear PopupFlyout target on flyout close (#15466) 2 years ago
Tim 4007dfa0b9
Fix: Allow ColorPicker-Fylout to swap position if needed (#13567) 2 years ago
Lehonti Ramos 0133ada0a8
In `Avalonia.ReactiveUI`, simplified null checks for delegate invocations (#13023) 3 years ago
Max Katz d267d06a08 Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
Max Katz 596f876868 Use PlatformHotkeyConfiguration.Instance instead of locator 3 years ago
Max Katz 20064647dd Limit IFocusManager API, extend IInputElement API, remove visible static properties 3 years ago
Max Katz e909bdb005 Fix some other AVP warnings 3 years ago
robloo 072e0613bb Remove the IsDefault property 3 years ago
robloo 2eb04c2719 Rename Popup.PlacementMode to Popup.Placement 3 years ago
Max Katz 67f5201181 Fix tests 3 years ago
Max Katz 6496abf14b Changes after review, added FlyoutPresenterTheme 3 years ago
Max Katz 4e47a27304 Add some popup properties to the PopupFlyoutBase 3 years ago
Max Katz 8281c6e14f Split FlyoutBase and PopupFlyoutBase 3 years ago
Max Katz aa2ad652e3 Remove FlyoutPlacementMode and improve PlacementMode instead 3 years ago
Max Katz 59d7874b1d Replace System.Reactive with internal extensions 3 years ago
robloo 932d52dcf3 Standardize Default members in Size 3 years ago
robloo 3fc6a51571 Remove Rect.Default 3 years ago
robloo 509ebddcc4 Standardize Default member in Rect 3 years ago
Steven Kirk ec74057151 Removed a number of interfaces. 3 years ago
Giuseppe Lippolis 79754b9feb fix: Address CA1847 rule 3 years ago
Giuseppe Lippolis 221bec69d4 Revert "fix: Address CA1847 rule" 3 years ago
Giuseppe Lippolis 2f8273ae64 fix: Address CA1847 rule 3 years ago
Luis von der Eltz 29d957282e Remove unsetting 4 years ago
Luis von der Eltz 44b8df516c Set OverlayDismissEventPassThrough to false, add OverlayInputPassThroughElement property 4 years ago
Luis von der Eltz 9ab31f60b4 Fix button flyout toggle 4 years ago
Max Katz 49aad04861
Apply target's TemplatedParent to a Flyout and Tooltip, when it's opened (#8412) 4 years ago
Dan Walmsley 90287bbe0c re-set popup.Parent if its no longer set. 4 years ago
Max Katz 6dbb828b60 Reset popup parent on flyout hidden 4 years ago
Steven Kirk d80cfbca18 Remove #nullable directives. 4 years ago
Steven Kirk 77d059be22 Add nullable annotations to Avalonia.Controls. 4 years ago
Steven Kirk 76667dbd0d Finished adding nullable annotations to Avalonia.Base. 4 years ago
Dan Walmsley f7e3060541
make IsOpenProperty on flyoutbase public. 4 years ago
Giuseppe Lippolis a828e5b4f5 fixes: MenuFlyout Possible null reference argument for parameter 4 years ago
amwx 1760ffee5a Move CancelOpening check 5 years ago
Luis von der Eltz a9affd64bf Add support for Flyouts, ToolTips & ContextMenus 5 years ago
Miha Markič 97c33f432a Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
Max Katz 800788be20 Use ContextRequested event to show ContextFlyout + some refactoring of FlyoutBase 5 years ago
Max Katz 5483071599 Fix cancellable contexts #6057 5 years ago
Dan Walmsley b78d2a0e06 use Pixel api types when working in screen coordinates. 5 years ago
Dan Walmsley 45299c1505 use renderscaling. 5 years ago
Dan Walmsley b80ee86729 no need for toplevel. 5 years ago
Dan Walmsley f10f546821 scale flyout transient area. 5 years ago
amwx 1a0d5cf334 A few more fixes 5 years ago