15769 Commits (5455048a9d9faacf3015de05881982056a7fc29b)

Author SHA1 Message Date
Nikita Tsukanov ff318b67d9 Rename InvokeTaskAsync to InvokeAsync to remove breaking behavior change 3 years ago
Benedikt Stebner fcb9fa59f0 Make sure we don't pass a null string to MicroCom 3 years ago
Benedikt Stebner 2f67ca23f9 Fix emergency text wrapping for some unicode sequences 3 years ago
Nikita Tsukanov d8c5063be4 Removed extra Closed?.Invoke() 3 years ago
Nikita Tsukanov 727e6ccdfd Make sure that HandleClosed is called only once 3 years ago
Nikita Tsukanov 9aec3e348b Properly notify the TopLevel before destroying render targets 3 years ago
Nikita Tsukanov fc96e2949f Fixed #10539 3 years ago
Nikita Tsukanov 37414f184b Headless timer should report that it runs on the "UI" thread 3 years ago
Nikita Tsukanov fc00c1c3d4 Fix compose key handling when IME is not enabled 3 years ago
Benedikt Stebner 82c86010c1 Fix Windows IME 3 years ago
Emmanuel Hansen f53498a90e use empty extents if frame extents isn't available 3 years ago
Emmanuel Hansen 6b98400f87 report frame position for linux 3 years ago
Steven Kirk 2aca946a71 Respect single-select with IsSelected bindings. 3 years ago
Steven Kirk 487fe9ed77 Make TreeViewItem IsSelected bindings work. 3 years ago
Steven Kirk 191a835c6a Make container IsSelected bindings work again. 3 years ago
Tom Edwards b7cf688f86 Use SetCurrentValue in Slider 3 years ago
Max Katz cf4154505b Avoid BlockLiteral based APIs for simplicity 3 years ago
Max Katz 3a6b44a5cf Fix platform settings returning empty color 3 years ago
Max Katz 76eeca8f12 Format code 3 years ago
Max Katz d0be3f2d7b Proper implementation of DispatcherImpl for iOS 3 years ago
Steven Kirk 594346e0a5 Make IsSelected an attached property. 3 years ago
Max Katz eb09e522c1 Changes after review 3 years ago
Steven Kirk 39db10b345 Handle recycling control items inside containers. 3 years ago
Benedikt Stebner a4a96d6ff4 Optimize FontManager caching 3 years ago
Max Katz 55640f0c2b (hack?) Fix stackoverflow 3 years ago
Steven Kirk 124d318499 Handle unrealized focused element losing focus. 3 years ago
Steven Kirk 9f95bd9156 Recycle elements early when viewport is disjunct. 3 years ago
Max Katz 935c0b549d
Move WithInterFont to the global Avalonia namespace 3 years ago
Steven Kirk e1b0d5e137 We can't realize items outside of our bounds. 3 years ago
Steven Kirk 5919ca6acc Modify VirtualizingStackPanel algorithm. 3 years ago
Steven Kirk bc32c061e8 Added tests to detect scroll jumps. 3 years ago
Steven Kirk 54449850cc Make thumb drag delta relative to parent. 3 years ago
Steven Kirk 345fb7e1d6 Register anchor candidate in panel. 3 years ago
Nikita Tsukanov 5c3ce86e51 Use DeferredDisplay for GLX 3 years ago
Collin Alpert 659a256aa6 Fix nullability 3 years ago
robloo b7fa91a0ad Remove `PrivateAssets="All"` from Tmds.DBus.Protocol package ref 3 years ago
robloo 541787274d Mark Tmds.DBus.* as PrivateAssets in Avalonia.FreeDesktop.csproj 3 years ago
Tom Edwards 87e2ed8107 Don't detach from ScrollViewer when detached from visual tree 3 years ago
Tom Edwards e3c6ee0da3 Convert ScrollGestureRecognizer to an unstyled element 3 years ago
Tom Edwards b400a1f72d Fixed children being attached to the visual or logical tree multiple times 3 years ago
Steven Kirk a08f4ac977 Moved the realized element list outside. 3 years ago
Tom Edwards 2a5a5d229f Fix tests 3 years ago
Tom Edwards 74f75b0525 Converted RangeBase to StyledProperty 3 years ago
Steven Kirk 6dd9106fe5 Don't layout invisible controls. 3 years ago
malaguenha 434b24a62c Avoid IME to be disabled after popups 3 years ago
Steven Kirk fd5a3168b7 Update simple theme caption buttons. 3 years ago
Steven Kirk 683afe6e9f Use correct newValue on inherited property change. 3 years ago
Steven Kirk b46573c52f Disable maximize button when CanResize=false. 3 years ago
Steven Kirk f8a8c4ab1f Run check for disabled maximize button on Windows. 3 years ago
Steven Kirk 63295e817f Fix ControlAutomationPeer.GetName. 3 years ago