746 Commits (fa69cf2a4912fd41c5ae821fd4a1dfd11717e3f0)

Author SHA1 Message Date
Steven Kirk fa69cf2a49 Fix some issues with focus scopes (#13409) 3 years ago
Lehonti Ramos 766f545789 In `Avalonia.Controls`, modernized `get`ter/`set`ter syntax (#13021) 3 years ago
Max Katz 3b37df4061 Merge pull request #12732 from liwuqingxin/fixes/12482-datagrid-scroll 3 years ago
Max Katz c6b0b3f4f9 Merge pull request #12634 from Actipro/fix-access-text-underlines 3 years ago
Bill Henning d64502e2e7 Fix for Track not arranging after IsDirectionReversed property changed. 3 years ago
Steven Kirk c7da9c4bb8 Allow null item in BindingHelper.Evaluate. 3 years ago
Steven Kirk 52f91e2151 Don't change selection when clearing a container. 3 years ago
robloo 36ea4a69c8 Comment syntax fixes 3 years ago
daniel 7085ee7652 Add BypassFlowDirectionPolicies to OverlayerLayer 3 years ago
Emmanuel Hansen 8c0dfbaf08 rework gesture routing #11522 3 years ago
Dan Walmsley d99697f4ae fixes the overlay popup glitch where it renders at 0,0 before applying the offet. 3 years ago
Nikita Tsukanov b445ea9d68 Borking changes 3 years ago
Dan Walmsley bc664b9b29 use pattern match to make more readable and eliminate an if. 3 years ago
Nikita Tsukanov f300a24402 Media system refactoring 3 years ago
robloo 4bcf08a9dc Update RangeBaseValueChangedEventArgs comments 3 years ago
robloo 68134c925f Switch RangeBase.ValueChanged from generic RoutedPropertyChangedEventArgs<double> to RangeBaseValueChangedEventArgs 3 years ago
Yoh Deadfall 3b3b5145ee Ignore non hittable elements on hit test 3 years ago
Steven Kirk 146ebd201d Remove IPresenter and IContentPresenter. 3 years ago
Max Katz 52efb5dd8f Fix merge build error 3 years ago
Steven Kirk 8428ea9d6b Make IMainMenu and IAccessKeyHandler internal. 3 years ago
Steven Kirk 06bfa29b12 Properly implement keyboard selection. 3 years ago
Steven Kirk 9d16e33843 Started refactoring ListBox selection. 3 years ago
Steven Kirk de22598dc1 Make some members internal in core classes. 3 years ago
Steven Kirk d2ac14a2ce Make some protected internal members internal. 3 years ago
Giuseppe Lippolis 74412481d8 fix: Issue #6263 3 years ago
Max Katz 20064647dd Limit IFocusManager API, extend IInputElement API, remove visible static properties 3 years ago
Tom Edwards 91ff652c12 Fixed or suppressed various analyzer warnings 3 years ago
robloo 5c74e2c32b Add RangeBase.ValueChanged event 3 years ago
Steven Kirk 31ece204fc Fix tab navigation in ItemsControl & ListBox 3 years ago
Steven Kirk c204156e8a Don't offset thumb from pointer when dragged past end. 3 years ago
Steven Kirk 69922b6917 Adjust thumb drag position on track size change. 3 years ago
Steven Kirk 4333cc33ba Revert thumb to using relative coordinates for drag. 3 years ago
Steven Kirk 8bfe6b9645 Support heterogeneous item containers. 3 years ago
Steven He be14072ab2 Prevent all obsolete members from listing in auto-completions 3 years ago
Steven Kirk 5262eec4cf Passing null gives us the point relative to the root. 3 years ago
Steven Kirk e5acebabcb Make thumb drag delta relative to root. 3 years ago
Max Katz 6523320a7b Revert some of SetCurrentValue 3 years ago
Steven Kirk 5926c994c5 Added ThumbAutomationPeer. 3 years ago
Max Katz a9688a83a1 Suppress warnings that are expected behavior 3 years ago
Max Katz ead92a6122 Fix SetCurrentValue warnings 3 years ago
Nikita Tsukanov 727e6ccdfd Make sure that HandleClosed is called only once 3 years ago
Steven Kirk 2aca946a71 Respect single-select with IsSelected bindings. 3 years ago
Steven Kirk 191a835c6a Make container IsSelected bindings work again. 3 years ago
Steven Kirk 594346e0a5 Make IsSelected an attached property. 3 years ago
Steven Kirk 54449850cc Make thumb drag delta relative to parent. 3 years ago
Tom Edwards 87e2ed8107 Don't detach from ScrollViewer when detached from visual tree 3 years ago
Tom Edwards 2a5a5d229f Fix tests 3 years ago
Tom Edwards 74f75b0525 Converted RangeBase to StyledProperty 4 years ago
Steven Kirk b7a249107b Make data templates work again with MenuItem. 3 years ago
Steven Kirk 060e290fc1 Revert "Support multiple `InheritDataTypeFromItems`." 3 years ago