1508 Commits (da28a6e4185f201c6f0fd44dfd2b55e574a34839)

Author SHA1 Message Date
Steven Kirk 1577338a44 Hackfix for calling SelectAll with SelectedItem binding (#13868) 3 years ago
Max Katz 8a61dabe39 Fix failing test on release branch (doesn't reproduce on master) 3 years ago
Julien Lebosquain b2ef353190 Key handling improvements (#12549) 3 years ago
Tim 9848d55af5 Fix: RangeBase should not write coerced values back when DataContext is changing (#11918) 3 years ago
Steven Kirk cd8ab64e33 Fix some issues with tabbing into virtualized list (#13826) 3 years ago
Steven Kirk e6713740e3 Fix Some Virtualizing List Update Bugs (#13795) 3 years ago
Steven Kirk 5f0d8edc50 Fix `nth-child` styles on virtualized lists (#13770) 3 years ago
Steven Kirk 7f18c7bd8f Fix overlapping items in `VirtualizingStackPanel` (#13765) 3 years ago
Steven Kirk 9e0d8a8dad Don't hide tooltip when pointer is over it. (#13565) 3 years ago
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
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
Magnus Lindhe 8e3b205d65 Add TextBox.ScrollToLine (#13274) 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 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 7dd81a1f21 Merge pull request #12695 from Gillibald/fixes/inlinesTrimming 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
Boyd Patterson 932b40b19b Added unit tests for TextBox to verify MaxLines property assigns the ScrollViewer.MaxHeight based on line height. 3 years ago
flexxxxer 9ba9414c22 unit test for issue added 3 years ago
daniel 953ec9b3ef Remove BypassLogicalChildrenManagement and use OnPropertyChanged 3 years ago
Julien Lebosquain 515e0843de
Handle ScrollContentPresenter extent rounding errors 3 years ago
Steven Kirk f89a0b2ac9 Added failing test for #11220. 3 years ago
daniel abc7eea336 simplifies the first test 3 years ago
daniel add676efab Add failing tests 3 years ago
Daniil Pavliuchyk 0e038492f7 Do not set Window Startup Location multiple times 3 years ago
AtomCrafty 42ad2fd46e add regression test for AutoCompleteBox with MinimumPrefixLegth=0 3 years ago
Julien Lebosquain 862c175725
Fix ScrollContentPresenter's child margin with layout rounding 3 years ago
Giuseppe Lippolis c368048aef test(LIstBox): Space handling 3 years ago
Julien Lebosquain 7c2062c102
Reset LayoutTransformControl matrix when transform is removed 3 years ago
Tim ebb9bf5052 fix unit tests 3 years ago
Steven Kirk 41dd04e177 Add failing test for #11641. 3 years ago
Steven Kirk 18e0512d81 Added failing test for #11679. 3 years ago
Steven Kirk 5fb0cf7dda Added failing test for #11617. 3 years ago
Benedikt Stebner 475f22f6f6 Fix visual tree handling when Inlines is reset 3 years ago
daniel cae4b1633b Fix tests 3 years ago
daniel 5157ebccae Added failing test for #11668 3 years ago
Emmanuel Hansen 42fccd1af6 track currently active gesture in the pointer 3 years ago
Max Katz eb05dac696 Remove IKeyboardDevice/IPointerDevice/IDragDropDevice from public API, as they are not really used anywhere 3 years ago
Max Katz d267d06a08 Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
Max Katz 0d6306725a Fix ButtonTests 3 years ago
Max Katz 596f876868 Use PlatformHotkeyConfiguration.Instance instead of locator 3 years ago
Nikita Tsukanov f300a24402 Media system refactoring 3 years ago
robloo 04c88b09fb Rename ContextMenu Opening/Closing events removing type prefix 3 years ago
robloo 9eeebbc99d Rename MenuBase Opened/Closed events removing type prefix 3 years ago