153 Commits (a562c4e4e5839dfd761d178ebbe41e934c301092)

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
Julien Lebosquain 7ade4fa0ae
Fixed DeferredContent parents order (#15670) 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
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) 3 years ago
Steven Kirk 8948aa7e52
Added ConverterCulture to bindings. (#12876) 3 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
Max Katz 3f5a5e6bd8 Add test for #11172 3 years ago
robloo 9d76cdd3dd Rename incorrect `Color.ToUint32` to `ToUInt32` 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
Max Katz be22b361c8 Add theme variants specific tests 3 years ago
Max Katz ab64b33470 Remove IRuntimePlatform.OperatingSystem API and replace with trimmable OperatingSystem API 3 years ago
Max Katz 9f633b8411 Fix OnPlatform-like extensions with a single input parameter 3 years ago
Giuseppe Lippolis 2aa79269e8 fix: Address reviw 3 years ago
Steven Kirk ec74057151 Removed a number of interfaces. 4 years ago
Max Katz c8120fbbe7 Update tests with "LoadGroup" method instead of assetloader hacks 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. 4 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
Max Katz 6bd6e9fd29 Reuse PlatformFact on some onplatform tests 4 years ago
Max Katz 12921c17f7 Refactor extension to use a custom xaml method 4 years ago
Max Katz 3d4b0ae91c Reenable form factor markup extension with some tests 4 years ago
Max Katz 06a68751a4 Move IsOnPlatform method to the xaml helpers class 4 years ago
Max Katz 9e41a88f46 Reimplement OnPlatform to inject IL code instead of markup extension 4 years ago
Dan Walmsley a8ac68b36c skip failing test for now. 4 years ago
Max Katz 0dfc280e8f WIP 4 years ago
Giuseppe Lippolis 6213676115 fix: Address CA1822 rule 4 years ago
Giuseppe Lippolis de4b55f8ee feat(tests): Address rule CA1822 4 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