72 Commits (features/prep1-nullable-reference-types)

Author SHA1 Message Date
Steven Kirk eeb7271c34 Added failing test for #2584. 7 years ago
Nikita Tsukanov 1ab923c02e Removed WithNameScope 7 years ago
Nikita Tsukanov 3169f59da8 Introduced name scope chains 7 years ago
Nikita Tsukanov fe5c1cec76 Use INameScope from IServiceProvider 7 years ago
Nikita Tsukanov fa55755b71 Manually handle name scope registrations 7 years ago
Steven Kirk 208361b8fa Don't register controls with parent namescope. 7 years ago
Steven Kirk 1cd900c856 Prevent leak when using TemplateBinding from a Setter. 7 years ago
Steven Kirk 89d969b367 Added selector comma operator. 7 years ago
Steven Kirk 131a4d90ef Remove Avalonia.ISupportInitialize. 7 years ago
Steven Kirk 233adc9ca5 Added `:not()` style selector. 7 years ago
Steven Kirk f75f85af2b Fix order of inherited property changed events. 7 years ago
Steven Kirk 6f02e832f8 Added failing test for buggy TreeViewItem expander. 7 years ago
Nikita Tsukanov feadefc1a1 Run Mono/FullNET tests for all "core" libs except Avalonia.Controls 7 years ago
Steven Kirk 94b2e2beca Cache the styles for control types. 8 years ago
Jeremy Koritzinsky ac11e7b3a8 Detach all styles when a style is removed from a control. 8 years ago
Steven Kirk af7e139ed4 Added failing test for #1698. 8 years ago
Steven Kirk fcbde80682 Added a couple of tests. 8 years ago
Steven Kirk de35eb9fee Updated ActivatedSubject. 8 years ago
Jeremy Koritzinsky da0ab8b681 Move the styling system up the stack to live right below Avalonia.Animation since it has no dependencies on anything further down the dependency chain 8 years ago
Jeremy Koritzinsky cf8244b37a Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific. 8 years ago
Benedikt Schroeder 27a666467c Initial 8 years ago
Steven Kirk 30e78dc5b6 Only run unit tests on .net core. 8 years ago
José Pedro 7cccc6bda0
Use nameof where possible. 8 years ago
Jeremy Koritzinsky eb7c010462 Retarget .Net Framework projects to 4.7 8 years ago
Steven Kirk 409e40c8be Added AvaloniaObject.IsAnimating(property). 8 years ago
Steven Kirk 5cc5b91930 Fix xunit warnings. 8 years ago
Steven Kirk 4116bc54c0 Added failing unit test for #1260. 9 years ago
Steven Kirk d6b6a0fa96 Refactored InstancedBinding creation. 9 years ago
Steven Kirk ca7584ce3f Added failing test for #1218 9 years ago
Nikita Tsukanov 913149d093 Switched to .NET Standard 2.0 9 years ago
Steven Kirk a72ce3671d Added ResourceInclude. 9 years ago
Steven Kirk ac8cc99f16 Started adding MergedDictionaries. 9 years ago
Steven Kirk 0e155bd2d4 Make dynamic resources work in more situations. 9 years ago
Steven Kirk 090a1ec8cf Lazily initialize Styles. 9 years ago
Steven Kirk 84aa27162f Made a start adding Control/Application.Resources. 9 years ago
Steven Kirk b5df0cdcee Remove Style.Resources setter. 9 years ago
Steven Kirk fec2823537 StyleResources -> ResourceDictionary. 9 years ago
Jeremy Koritzinsky 58b3ff90ab Reduce build warnings by setting a few flags and not using deprecated overloads. 9 years ago
Steven Kirk 11586a4d4c Don't have async void tests. 9 years ago
Steven Kirk af50118162 Added missing method. 9 years ago
Steven Kirk a232b137b5 Allow reuse of existing tooltip popup. 9 years ago
Wiesław Šoltés 872575b9b7 Set project OutputType 9 years ago
Steven Kirk 4730ee1c41 Fix spelling of descendant. 9 years ago
Wiesław Šoltés e9d108a506 Fixed xml tags 9 years ago
Wiesław Šoltés 6b0a5c0449 Converted Avalonia.Styling.UnitTests to a new project system 9 years ago
Wiesław Šoltés f8097cc27d Added msbuild props for package references 9 years ago
Nikita Tsukanov 25c7be5b7a Removed packages.config from csproj.files 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
Nikita Tsukanov b6b5b9de88 Test now compile and can be run from visual studio 9 years ago