4994 Commits (30aa69f71ce0f61565cc1008ff2a4ff08212faec)

Author SHA1 Message Date
lnxon 57f7622906 Fix issue #11006 by correcting SelectionChanged event to be fired AFTER (not before) raising Prop… (#13503) 3 years ago
Tom Edwards 078185d7c0 Deferred scrolling (#13644) 3 years ago
laolarou a2e936fbc4 Fix for issue #13493 (#13518) 3 years ago
Benedikt Stebner 6ed16f09aa Properly handle overhang with RTL FlowDirection (#13631) 3 years ago
Marko Prosen 70987bef90 Fix TimePicker empty designator on 12 hour clock (#13469) 3 years ago
Steven Kirk fa69cf2a49 Fix some issues with focus scopes (#13409) 3 years ago
workgroupengineering 2391751eac fix: Navigation when CanExecute is fasle (#13507) 3 years ago
Julien Lebosquain b149588b58 Fix viewport calculation with non-invertible render transform (#13188) 3 years ago
Magnus Lindhe 8e3b205d65 Add TextBox.ScrollToLine (#13274) 3 years ago
Steveice10 849be2a098 Add tooltip support to NativeMenuItem. (#13350) 3 years ago
Benedikt Stebner cf6895e370 Fix TextLayout.OverhandLeading calculation (#13287) 3 years ago
Steveice10 1528da39fa Exclude access key markers from native menu titles on macOS. (#13338) 3 years ago
Nikita Tsukanov 2dd531c849 X11 IME preedit, preedit cursor, input context improvements (#13282) 3 years ago
Benedikt Stebner 7959b12db7 Fix text wrapping for languages like chinese that can break at all characters and not just at spaces (#13193) 3 years ago
Benedikt Stebner 5a63299d1a [Text] Fix hit testing issues (#13155) 3 years ago
Benedikt Stebner 9f32509835 Fix text hit testing for invisible runs (#13135) 3 years ago
Boyd Patterson dfe0130a1b Do not match access keys on input elements that are not effectively enabled. (#13185) 3 years ago
Julien Lebosquain b7ab5ad57f Fix popup tests randomly failing after logical scrollable tests (#13098) 3 years ago
Steven Kirk 6513cd4938 Fix initial logical scrollable state (#13066) 3 years ago
Max Katz a1721ba727 Merge pull request #13019 from AvaloniaUI/fixes/itemscontrol-logical-child-removal 3 years ago
Julien Lebosquain 9f283995d2 Fix unit tests culture (#13016) 3 years ago
Simon Cropp 691b9102bb csproj cleanup (#12657) 3 years ago
Julien Lebosquain 183e37d0fc Fix HeadlessUnitTestSession creation race condition (#12979) 3 years ago
Julien Lebosquain 2722f9bcfd Fix VirtualizingStackPanel and nth-child for the currently realizing item container (#12957) 3 years ago
Vladimir Drobyshev 81a5220f2d Fix - TextPresenter ignores FontStretch property (#12947) 3 years ago
Benedikt Stebner 49f30410f6 Allow multiple font sources per FontFamily and make sure combinations of system and embedded fonts can be used (#12871) 3 years ago
Julien Lebosquain 64d091956e Fix interpolator being called after last animation iteration (#12781) 3 years ago
Julien Lebosquain d8655a4a9e Ensure GlyphRunImpl has consistent bounds (#12765) 3 years ago
Benedikt Stebner 7dd81a1f21 Merge pull request #12695 from Gillibald/fixes/inlinesTrimming 3 years ago
Max Katz 2ec0e4ba77 Merge pull request #11575 from workgroupengineering/features/Issue_11334 3 years ago
Max Katz 6fd494ab16 Merge pull request #12666 from AvaloniaUI/gesture_cancel 3 years ago
Benedikt Stebner dfe2b33655 Merge pull request #12630 from AvaloniaUI/fixes/12620-itemcontainertheme-changes 3 years ago
Max Katz a5a69f53af Merge pull request #12624 from Actipro/fix-text-decorations 3 years ago
Dan Walmsley f585dddc15 Merge pull request #12606 from AvaloniaUI/fixes/correct-render-bounds 3 years ago
Boyd Patterson 932b40b19b Added unit tests for TextBox to verify MaxLines property assigns the ScrollViewer.MaxHeight based on line height. 3 years ago
stepan_govorko f5c93a50ab added more comments 3 years ago
stepan_govorko 77dc35bf46 Introduced counting of rendered visuals in ServerCompositionVisual and added relevant unit tests in CompositorInvalidationClippingTests. The new tests ensure that visuals that are not in dirty rect are rendered correctly with different ClipToBounds and Clip geometry parameters. 3 years ago
adirh 038c963750 Fixed unit test 3 years ago
adirh 5f7d823b59 Added unit test 3 years ago
flexxxxer 5b182890f3 Added unit tests for non-disposable DataContext issue (#12123) 3 years ago
flexxxxer c418442d13 Revert "unit tests added" 3 years ago
flexxxxer b0f6d17c55 unit tests added 3 years ago
flexxxxer 9ba9414c22 unit test for issue added 3 years ago
daniel 953ec9b3ef Remove BypassLogicalChildrenManagement and use OnPropertyChanged 3 years ago
Benedikt Stebner bd3f097895 Adjust behavior to match what WPF expects 3 years ago
Benedikt Stebner 1e64c51879 Adjust test 3 years ago
Benedikt Stebner 9c94158ae7 Make sure TextLine.GetCharacterHitFromDistance for mixed buffers 3 years ago
mrxx99 0ce9a6ed87 Fix creating fields for attached properties called name. closes #12283 3 years ago
Julien Lebosquain 515e0843de
Handle ScrollContentPresenter extent rounding errors 3 years ago
Benedikt Stebner 250743d786 Rework GetNext/PreviousCharacterHit 3 years ago