298 Commits (a562c4e4e5839dfd761d178ebbe41e934c301092)

Author SHA1 Message Date
Max Katz fbf559d86c
Fix TemplateBinding and allow custom attributes in XamlValueConverter (#14612) 2 years ago
Steven Kirk 8744c64a20
Fix negation of null values. (#16101) 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
Max Katz 5537e97aa5
Remove ItemsRepeater from the main repostiory (#14989) 2 years ago
Max Katz aeafbf9d3c
Do not defer resources with name registration on them (#14703) 2 years ago
Max Katz 180410e076
TemplatePart XAML diagnostics (#14180) 2 years ago
Steven Kirk 3b1eb338e6
Binding System refactor (#13970) 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
Giuseppe Lippolis 46c4a13952 Add Test 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
Martin Garstenauer ec8cbeb37d Fix FloatingResourceObservable listening for ActualThemeVariantChanged 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
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
Max Katz af70f74c88 Workaround for the inherited default value bug 3 years ago
Max Katz d5a5efa90c Fix tests after style changes 3 years ago
Steven Kirk 1e926dac72 Added failing tests for #10110. 3 years ago
Max Katz f2050c868a Extract theme related properties to IThemeVariantHost and move property definitions to ThemeVariantScope 3 years ago
Max Katz 35662ad4cb Allow only well known ThemeVariant values in xaml compiler, add more documentation. 3 years ago
Dmitry Zhelnin a2c7f67c41 throw XamlParseException if there are duplicate property setters in style or control theme 3 years ago
Max Katz be22b361c8 Add theme variants specific tests 3 years ago
Simon Cropp 9d075fe2a9 Update ControlTemplateTests.cs 3 years ago
Simon Cropp dba476c11c fix more typos 3 years ago
Max Katz 8a78f134c5 Remove JetBrains.Annotations from the repo 3 years ago
Steven Kirk 40228a3886 Ensure required assemblies are loaded. 3 years ago
Steven Kirk 4a92fadd34 Fix StyleIncludeTests. 3 years ago
Steven Kirk 2ae5c9c0fe Reimplement IChildIndexProvider. 3 years ago
Steven Kirk 5d1f9f4a0f Removed VirtualizationMode. 3 years ago