86 Commits (64b63fa5d28ddba659d82f2d0342c58b06bfca5a)

Author SHA1 Message Date
Julien Lebosquain 64b63fa5d2
Fix common warnings (#20311) 2 months ago
Nikita Tsukanov fedbb270c0
Make sure that tests inherit from ScropedTestBase (#18690) 10 months ago
Maxwell Katz 82329882ac
Support complex types in datatype (#18379) 11 months ago
Aleksei Smirnov df6382a3c6
#18192 Fix Implicit x:DataType defining for InheritDataTypeFromItems attributed property (#18206) 12 months ago
Julien Lebosquain 5824d9b079
Warning fixes: '25 winter wave (#18103) 12 months ago
Max Katz be7bb765fd
Try to infer DataContext type from the $parent and #named compiled binding path parts (#17204) 1 year ago
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
Johan Appelgren 84b06b22d4
Handle $self in compiled binding in multibinding. (#14935) 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
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) 2 years ago
Lehonti Ramos d1444b4f7c
Modernized accessor syntax in several places (#13044) 2 years ago
Steven Kirk 8948aa7e52
Added ConverterCulture to bindings. (#12876) 2 years ago
Steven Kirk 0cb590e03b Remove now-unnecessary casts. 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
Steven Kirk 3882bc0217 Remove ControlTemplateResult. 3 years ago
Steven Kirk f8eceb4af9 Update usages of ItemsControl Items/ItemsSource. 3 years ago
Steven Kirk ba7e8a20b5 Added ItemsControl.ItemsSource. 3 years ago
Max Katz 29d92f75dc Fix Relative Source with {x:Type} bindings 3 years ago
Max Katz e9a01c6c21 Update naming 3 years ago
Max Katz d8d2240ecb Implement support for DataTypeInheritFromAttribute 3 years ago
Steven Kirk ec74057151 Removed a number of interfaces. 3 years ago
Max Katz 4460de529e Implement multiple documents loading and transforming in AvaloniaRuntimeXamlLoader 3 years ago
Steven Kirk 1a338ac087 Remove IStyler and make style apply internal. 3 years ago
Max Katz c111b235f7 Fix static property getter/setter 3 years ago
Max Katz 7b00f34df8 Fix template parent compiled bindings with "!" in the beginning 3 years ago
Max Katz bdd588fef8 Also check for previous XamlIlTypeSelector 3 years ago
Max Katz ddeb27e0a3 CompiledBinding resolve template type from selector 3 years ago
Max Katz 5553958238 Remove RuntimeHostConfigurationOption 3 years ago
Giuseppe Lippolis 6213676115 fix: Address CA1822 rule 3 years ago
Max Katz 34f8f3d556 Fix DataType set on Binding extension + add tests 4 years ago
Max Katz 2619ab1759 Fix compiled binding with TemplatedParent relative source 4 years ago
Max Katz 142b878984 Fix special case of compiled binding with Path child 4 years ago
Max Katz 042fd47c1e Fix ElementName binding inside of control template 4 years ago
Max Katz a1804e2e16 Add tests for explicitly implemented interface property binding 4 years ago
Max Katz bc2179b337 Add XDataType_Should_Be_Ignored_If_DataType_Has_Non_Standard_Name test 4 years ago
Max Katz 1d9645f01f Validate DataTemplates 4 years ago
Max Katz b567fcebf5 Rename TemplateDataTypeAttribute to DataTypeAttribute 4 years ago
Max Katz f1a2716858 Inherit DataType from template without hardcoding on specific DataTemplate implementation 4 years ago
Dariusz Komosinski 0d32823c59 Fixed compiled self binding not working from setters. Add extra tests for both reflection and compiled bindings. 4 years ago
Jeremy Koritzinsky 1d5e262487
Use a dynamically-emitted trampoline method so we can handle the "execute method has a return type" case cleanly. 4 years ago
Jeremy Koritzinsky cdc8c9f078
Add some tests 4 years ago
Jeremy Koritzinsky 0576baf5b7
Add tests for full-fidelity method->delegate conversion in compiled bindings. 4 years ago
Jeremy Koritzinsky 7624e14bcd
Support RelativeSource-based bindings without requiring an x:DataType property. 4 years ago
Steven Kirk 911262bf3f Correctly handle long-form bindings with empty path. 5 years ago