89 Commits (main)

Author SHA1 Message Date
Emmanuel Hansen 72218879d8
Fix focus being locked when restoring focus to a control thats detached from visual tree. (#22113) 2 weeks ago
Nikita Tsukanov 73ab31fcce
Use _effective_ capturer (which can be recognizer) for PlatformCapture (#22076) 3 weeks ago
Autumn 92ea5b7a7d
fix(input): fix AccessKeyHandler when no descendant control has focus (#21920) 1 month ago
Weijie Zhao b2d9e7904b
fix(focus): infinite loop in tab stop search with TabNavigation=Once (#21864) 2 months ago
freddiesmartbox 88a1fc14e0
Return false by default from FocusManager.CanHaveFocusableChildren (#21640) 3 months ago
Tom Edwards 1365b64d91
Avoid exceptions when getting position from a PointerEventArgs (#21301) 5 months ago
Julien Lebosquain 009d75af98
Fix FocusManager.SetFocusScope not doing anything (#21261) 5 months ago
Tom Edwards a34b589b58
Fix Button.IsPressed not becoming false when a Button without keyboard focus is disabled (#21168) 5 months ago
Nathan Nguyen e512c721e1
Prevent toggle controls from changing state when commands cannot execute (#21126) 5 months ago
Nathan Nguyen c310fedbbf
Fix subtree input hit test coordinates (#21125) 5 months ago
Nathan Nguyen 212229e7da
Fix DataTransferItem returning wrong data for mismatched format (#21114) 5 months ago
Nathan Nguyen e452c85695
Implement DataFormat.CreateInProcessFormat<T>() (#21076) 5 months ago
Nathan Nguyen 1060839683
Fix access keys not working when KeySymbol is null (#21077) 5 months ago
Julien Lebosquain 7530b74cdb
Fix FocusManager.FocusedElement on canceled/redirected focus (#21047) 6 months ago
Emmanuel Hansen 118a1174e2
Fix Mouse pointer triggering focus change on pointer release. (#21009) 6 months ago
Julien Lebosquain 059bd5f7b9
Add FindNextElementOptions.FocusedElement (#20930) 6 months ago
Javier Suárez 4e1b90b061
[Feature] Add gestures and WrapSelection (loops) support to Carousel (#20659) 6 months ago
Julien Lebosquain 536daf0b4c
Open FocusManager API (#20854) 6 months ago
Emmanuel Hansen dc8dc3bd2e
Move Gesture events to InputElement (#20789) 7 months ago
Nikita Tsukanov 12f7e96d72
Introduce Dispatcher.CurrentDispatcher, Dispatcher.FromThread, AvaloniaObject.Dispatcher (#18686) 7 months ago
Nikita Tsukanov fa17c22131
Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 7 months ago
Julien Lebosquain 2185ce04e7
Use KeySymbol for AccessKey (#20662) 7 months ago
Jan Kučera 08fcb8b1c2
Capture source change notification (#20656) 7 months ago
Julien Lebosquain 3c88142694
Make Screen abstract (#20529) 8 months ago
Youssef Victor c9e210eb70
Update to xunit.v3 (#20331) 8 months ago
Julien Lebosquain c68111294f
Enable nullability in Base/Markup/Markup.Xaml unit tests (#20346) 9 months ago
Julien Lebosquain 64b63fa5d2
Fix common warnings (#20311) 9 months ago
IanRawley 7a340a6579
XYFocus should skip effectively disabled controls (#20241) 9 months ago
Julien Lebosquain ed38536854
Fix PlatformDataTransferItem.TryGetRaw for unknown formats (#19791) 11 months ago
Jan Kučera aadcd01d55
Do not recapture already captured element (#19740) 12 months ago
Emmanuel Hansen 22eb8e6ec3
Focus Traversal Api (#18647) 1 year ago
Emmanuel Hansen 230159c174
Use captured element if available as source for tap gestures (#19222) 1 year ago
Emmanuel Hansen 45cd39829a
Add ability to cancel focus change (#18373) 1 year ago
Tom Edwards fa9f2237f3
Fixed focus not being cleared when a parent of the focused element is hidden (#18916) 1 year ago
Julien Lebosquain 3c7c469018
Raise pointer events on captured element (#18420) 2 years ago
Emmanuel Hansen e189ef9c53
Fix - Search for visual parents when hittesting for pointer events (#18416) 2 years ago
Vadim Kutin edaaf5bbda
Improve KeyGesture.ToString() output in case when Key is set to Key.None (#18353) 2 years ago
Nikita Tsukanov abd7a88608
[DRAFT] Send dispose command for CompositionTarget as an OOB batch (#18119) 2 years ago
Julien Lebosquain 1583de3e33
Fix random test failures and add empty dispatcher verification to tests (#17628) 2 years ago
StefanKoell b46126714b
Fixes and improves several access key (accelerator) related issues (#17292) 2 years ago
Herman K. 7a42c7eb8f
Considering scaling when centering windows (#16158) 2 years ago
IanRawley afa60f38de
UWP/WinUI style XYFocus subtree restrictions (#16557) 2 years ago
workgroupengineering 81d2e7d4ef
fix: ICommadSource Implemetation (#15496) 2 years ago
Julien Lebosquain cac27ddfc0
Misc warning fixes (#14766) 3 years ago
Max Katz a4086c17a6
XY focus (#13947) 3 years ago
Steven Kirk 79acab1080
Fix some issues with focus scopes (#13409) 3 years ago
workgroupengineering 99737a8395
fix: Navigation when CanExecute is fasle (#13507) 3 years ago
Boyd Patterson 98acdd7c08
Do not match access keys on input elements that are not effectively enabled. (#13185) 3 years ago
Julien Lebosquain ac00fe2bf4
Key handling improvements (#12549) 3 years ago
Emmanuel Hansen a030d29d15 add failing test 3 years ago