590 Commits (0b5adbdceb2c0b43b5a2dde032abb9ef40dcac39)

Author SHA1 Message Date
Steven Kirk 0b5adbdceb
Fix `ICommand` bindings in style setters (#16122) 2 years ago
Max Katz 6660d7572b
Fix compiled binding indexer always forcing integer boxing (#16109) 2 years ago
workgroupengineering 6b48721391
feat: Every RoutedEvent should be usable as Attached Event (#15274) 2 years ago
Julien Lebosquain 7ade4fa0ae
Fixed DeferredContent parents order (#15670) 2 years ago
Julien Lebosquain a7e102676f
Reduce allocations while loading deferred resources (#15070) 2 years ago
Steven Kirk 35fb2bc657
Fix "BindingExpression has not been started" (#15170) 2 years ago
Johan Appelgren 84b06b22d4
Handle $self in compiled binding in multibinding. (#14935) 2 years ago
Max Katz 5537e97aa5
Remove ItemsRepeater from the main repostiory (#14989) 2 years ago
Max Katz 326ef7c9fd
Add .NET 8 target (Avalonia 11.1) (#14535) 2 years ago
Max Katz aeafbf9d3c
Do not defer resources with name registration on them (#14703) 2 years ago
Julien Lebosquain cac27ddfc0
Misc warning fixes (#14766) 2 years ago
Steven Kirk 20ca1bfa64
Make complied bindings use TypeConverters again. (#14767) 2 years ago
Max Katz 180410e076
TemplatePart XAML diagnostics (#14180) 2 years ago
Steven Kirk c2e9679fae
Fix CompiledBinding with RelativeSource/ElementName but no Path (#14514) 2 years ago
Steven Kirk 3b1eb338e6
Binding System refactor (#13970) 2 years ago
Julien Lebosquain 3fa13d3b64
Warning cleanup 2 (#13696) 2 years ago
Max Katz ea64505600
XAML warnings/diagnostics support (#13447) 3 years ago
Lehonti Ramos d1444b4f7c
Modernized accessor syntax in several places (#13044) 3 years ago
Steven Kirk 8948aa7e52
Added ConverterCulture to bindings. (#12876) 3 years ago
Giuseppe Lippolis 46c4a13952 Add Test 3 years ago
Nikita Tsukanov b56bf1c527 More scoping for tests 3 years ago
Nikita Tsukanov f300a24402 Media system refactoring 3 years ago
Steven Kirk b2d7805060 Replace WindowTransparencyLevel enum with list of structs 3 years ago
Steven Kirk 0cb590e03b Remove now-unnecessary casts. 3 years ago
Steven Kirk 46488628dd Move TemplateBinding to Avalonia.Base. 3 years ago
Steven Kirk 474d78b335 Deprecate IStyleable . 3 years ago
Martin Garstenauer ec8cbeb37d Fix FloatingResourceObservable listening for ActualThemeVariantChanged 3 years ago
Giuseppe Lippolis 20971097ca test: Binding StringFormat without curly braces 3 years ago
Giuseppe Lippolis cf2d107a19 test: fix test CompiledBinding Binding Command DependsOn 3 years ago
Max Katz 3f5a5e6bd8 Add test for #11172 3 years ago
Max Katz 0145dcc4b9 Fix nested ResourceDictionaries 3 years ago
robloo 9d76cdd3dd Rename incorrect `Color.ToUint32` to `ToUInt32` 3 years ago
Max Katz 810558140f Introduce static AssetLoader 3 years ago
Max Katz 4aa6035ec3 Reuse text and geometry related headless mocks in Avalonia unit tests and benchmarks 3 years ago
Max Katz 89e1680501 Fix DefinitionList parsing 3 years ago
Max Katz b8ecad2cbc Restore resource include validation 3 years ago
Max Katz a507e92b31 Fix theme-dependend markup extensions not knowing current theme context 3 years ago
Steven Kirk 3882bc0217 Remove ControlTemplateResult. 3 years ago
Steven Kirk 1135895b73 Make Classes properties readonly. 3 years ago
Steven Kirk 1a3b8fbcac Don't allow binding to `ItemsControl.Items`. 3 years ago
Max Katz 0fcf67d1cd Add failing test 3 years ago
Steven Kirk 6dd9106fe5 Don't layout invisible controls. 3 years ago
Steven Kirk 22f266f994 ItemsRepeater.Items -> ItemsSource. 3 years ago
Steven Kirk 996578f2bf Remove all remaining uses of Items setter. 3 years ago
Julien Lebosquain e3c1cbd2e0
Nullable annotations for Markup.Xaml 3 years ago
Nikita Tsukanov 6a99ca39f9 Implemented dispatcher that works like WPF one 3 years ago
Steven Kirk f8eceb4af9 Update usages of ItemsControl Items/ItemsSource. 3 years ago
Steven Kirk ba7e8a20b5 Added ItemsControl.ItemsSource. 3 years ago
Tom Edwards f36cf7e3ba Converted several "dataValidation" properties to StyledProperty 3 years ago
Benedikt Stebner f07e5de661 Make sure ItemsRepeater is loaded for XAML tests 3 years ago