112 Commits (4268014e66d6f3f8b7cf743eb52b4f5fcbd44708)

Author SHA1 Message Date
Steven Kirk 4268014e66 A few tweaks. 9 years ago
Steven Kirk 4a9302b61e More work on static resources. 9 years ago
Steven Kirk 0b0667f5ee Delay load static resources if necessary. 9 years ago
Steven Kirk fe3c5d0290 Get Appplication.Resources from StaticResource. 9 years ago
Steven Kirk b166b9c3fb Started adding StaticResource. 9 years ago
Steven Kirk 84aa27162f Made a start adding Control/Application.Resources. 9 years ago
Jeremy Koritzinsky 5ec7b33a1a Revert "Upgrade ReactiveUI to the v8 alpha" 9 years ago
Jeremy Koritzinsky 74865bc601 Fixed bug I introduced into tests. 9 years ago
Jeremy Koritzinsky e5449020f3 Removed ReactiveUI dependeny in BindingTests. 9 years ago
Steven Kirk 3c382decbc Added FindAncestor binding mode. 9 years ago
Steven Kirk 56d7ee5ea8 Added tests for existing RelativeSource modes. 9 years ago
Nikita Tsukanov 97b01f097e Dead code 9 years ago
Nikita Tsukanov 9134723eef Dead code elimination 9 years ago
Nikita Tsukanov 880e850000 Fixed build 9 years ago
Nikita Tsukanov cce1c7af60 Switched to nuget version of Portable.Xaml and updated to use netstandard1.3 9 years ago
Steven Kirk 8743ce95bd Make failing tests pass. 9 years ago
Steven Kirk 3eb5e0e200 Tweaked logging of binding errors. 9 years ago
Steven Kirk 11586a4d4c Don't have async void tests. 9 years ago
Wiesław Šoltés d8c009b734 Fix duplicate 'CollectionBehavior' attribute 9 years ago
Wiesław Šoltés 0d01ffcea0 Limit Tasks to a single thread 9 years ago
Wiesław Šoltés 872575b9b7 Set project OutputType 9 years ago
Steven Kirk 4730ee1c41 Fix spelling of descendant. 9 years ago
Andrey Kunchev b798e3ffd4 fix unit test for SolidColorBrush 9 years ago
Andrey Kunchev b5e290ceaf fix build 9 years ago
Steven Kirk c9e90fd7fc Fix type conversions. 9 years ago
Wiesław Šoltés fda6a892fb Removed unused cs file 9 years ago
Wiesław Šoltés 105580de35 Fixed xml tag 9 years ago
Wiesław Šoltés 86a54ec60d Converted Avalonia.Markup.Xaml.UnitTests to a new project system 9 years ago
Wiesław Šoltés f8097cc27d Added msbuild props for package references 9 years ago
Wiesław Šoltés 3a0ac21b48 Consolidated NuGet package versions 9 years ago
Andrey Kunchev 1f530c20f4 minor refactorings 9 years ago
Andrey Kunchev f7bba472e4 tests for Grid Row and Col definitions 9 years ago
Andrey Kunchev 895cdb4b14 ensure style include is built from Markup extension 9 years ago
Nikita Tsukanov 25c7be5b7a Removed packages.config from csproj.files 9 years ago
Andrey Kunchev ac976a30bb fixed review comments 9 years ago
Steven Kirk 65f9fe67f7 Added a set of immutable brushes. 9 years ago
Steven Kirk c3f71bc1c6 Added tests for stream binding operator in XAML. 9 years ago
Andrey Kunchev 824429b049 2 more unit test for parsing avalonia properties without getter or setter 9 years ago
Nikita Tsukanov dc8a32d1b1 Run Avalonia.Base.UnitTests using `dotnet test` 9 years ago
Nikita Tsukanov 485fe1364e Everything is buildable via MSBuild 9 years ago
Andrey Kunchev e7de0aeb2e added 2 more tests for creation order in xaml 9 years ago
Nikita Tsukanov b6b5b9de88 Test now compile and can be run from visual studio 9 years ago
Andrey Kunchev 84ac0cec54 added failing test for 2 way binding to IList avalonia property 9 years ago
Andrey Kunchev ff5a8459c7 clean up and skip portable xaml failing test for xaml creation order, it's not valid for portable xaml context 9 years ago
Andrey Kunchev fcca312f0e comment omnixaml specific code with #ifdef 9 years ago
Andrey Kunchev a010d5c37a use Delayed Bindings for all properties except datacontext 9 years ago
donandren 9d93b83fa6 WIP: really cache xaml types and props and other and other minor things 9 years ago
Nikita Tsukanov b0a063838f Migrated to PackageReference 9 years ago
donandren 8b468c174c fix AvaloniaPropertyConverter Tests, added attached property binding test, fixed some tests, simplified others 9 years ago
donandren 0e99ccce5f added some more tests for xaml parsing of binding/multibinding/attached 9 years ago