24194 Commits (01b2e91e463b044250305a2e0c19e4cedff0b996)
 

Author SHA1 Message Date
Max Katz 01b2e91e46
Merge pull request #10944 from AvaloniaUI/fixes/10249-itemscontrol-isselected-binding 3 years ago
Steven Kirk c7c663d4a0 Merge branch 'master' into fixes/10367-virtualization-improvements-2 3 years ago
Max Katz 8de2725c6a
Merge pull request #10861 from lnxon/master 3 years ago
Max Katz 9af071babb
Merge pull request #10897 from AvaloniaUI/fix-stackoverflow-with-redefining-resource 3 years ago
Max Katz bbaaaa7726
Merge branch 'master' into fix-stackoverflow-with-redefining-resource 3 years ago
Nikita Tsukanov cce3fea3a6
Merge pull request #10895 from AvaloniaUI/linux-frame-position 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
Max Katz c2ae6c9eea
Merge pull request #10929 from Enscape/fixes/setcurrentvalue-slider 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
Benedikt Stebner d3cb56c901
Merge branch 'master' into master 3 years ago
Tom Edwards b7cf688f86 Use SetCurrentValue in Slider 3 years ago
Steven Kirk 70b6da25e5
Merge pull request #10803 from Enscape/refactor/rangebase-styledproperty 3 years ago
Steven Kirk 8c54c69e42
Merge branch 'master' into refactor/rangebase-styledproperty 3 years ago
Max Katz 280640083f
Merge pull request #10923 from AvaloniaUI/ios-dispatcher-impl 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 e609822311 Modernized some SelectingItemsControl tests. 3 years ago
Steven Kirk 594346e0a5 Make IsSelected an attached property. 3 years ago
Steven Kirk 48f77028ac
Merge branch 'master' into refactor/rangebase-styledproperty 3 years ago
Steven Kirk 2340a30c2b
Merge branch 'master' into fixes/10367-virtualization-improvements-2 3 years ago
Max Katz eb09e522c1 Changes after review 3 years ago
Steven Kirk 39db10b345 Handle recycling control items inside containers. 3 years ago
Steven Kirk 670eea0977 Modernized ItemsControl tests. 3 years ago
Steven Kirk 27f103025a Fix nullable errors. 3 years ago
Max Katz 55640f0c2b (hack?) Fix stackoverflow 3 years ago
Max Katz 0fcf67d1cd Add failing test 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
Steven Kirk 36444706c1 Added a playground page to virtualization demo. 3 years ago
Benedikt Stebner ec6cd48de9
Merge pull request #10893 from AvaloniaUI/maxkatz6-patch-1 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
Steven Kirk 35d70577f4 Added repro for #10367 to virtualization demo. 3 years ago
Steven Kirk 5e961ff7bf Started rewriting VirtualizationDemo. 3 years ago
Max Katz e4ed304234
Merge pull request #10884 from CollinAlpert/nullability_fix 3 years ago
Collin Alpert 659a256aa6 Fix nullability 3 years ago
Nikita Tsukanov f859713822
Merge pull request #10874 from robloo/privateassets 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