185 Commits (c4e6e6d7db28c1a314d9d89d621bc290aa4121ca)

Author SHA1 Message Date
Steven Kirk b8f127fce7 Reimplemented TemplateBinding. 8 years ago
Jeremy Koritzinsky b38b46a280 PR Feedback. 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
Steven Kirk 71c3cb3b72 Added failing assert for #1559. 8 years ago
Steven Kirk 6dfd705660 Added failing test for #1548. 8 years ago
Amadeusz Sadowski c7f7640ae7 Removed comments about not working parent ambient providers 8 years ago
Amadeusz Sadowski 5dabc067ed Added StaticResource tests for bindings within DataTemplate 8 years ago
Amadeusz Sadowski 8d11d7a5fa BindingExtension Source tests and sample 8 years ago
Amadeusz Sadowski 3f87b9d02d Support StaticResource in Bindings inside DataTemplate 8 years ago
Steven Kirk bdc8100961 Fix failing tests. 8 years ago
Steven Kirk 7b4cd4f96d Modify/add tests for non-registered properties. 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 d01e19e3f4 Added failing test for #1275. 9 years ago
Steven Kirk 04c489daa5 Make Collection Properties get-only 9 years ago
Steven Kirk 3243e0fd15 Added failing test for #1303 9 years ago
Jeremy Koritzinsky f9b578ab0e Make AncestorType required for ancestor searching via the visual tree. 9 years ago
Steven Kirk 5cc5b91930 Fix xunit warnings. 9 years ago
Nikita Tsukanov 9152cbbe72 Added a unit test for attached properties with namespace 9 years ago
Jeremy Koritzinsky edf2018149 Refactored tests to move XAML Binding class tests into Avalonia.Markup.Xaml.UnitTests. 9 years ago
Jeremy Koritzinsky 0440794d79 Clean up tests and fix PR feedback. 9 years ago
Jeremy Koritzinsky 3b1b3cb9cd Change test logic to working version. 9 years ago
Nikita Tsukanov 7affba4763 Cleaning splat 9 years ago
Jeremy Koritzinsky 8d22a25a66 Bring back original logic of test. Still trying to figure out what's going on. 9 years ago
Steven Kirk ca0e346f49 Added failing test for #507. 9 years ago
Steven Kirk cc147db28d Added more tests. 9 years ago
Steven Kirk d6b6a0fa96 Refactored InstancedBinding creation. 9 years ago
Jeremy Koritzinsky 745517f68e Updated usage of Static and Type to be x:Static and x:Type. 9 years ago
Jeremy Koritzinsky b0a1f3f3df Update tests to use `x:Static`. 9 years ago
Jeremy Koritzinsky 7e4c16838b Remove StyleResource markup extension tests. 9 years ago
Jeremy Koritzinsky 52617b4a58 Remove StyleResource and StyleBinding. Fold XamlBinding into Binding since that is the only place it is being used now. 9 years ago
Jeremy Koritzinsky f869e3f178 Move path parsing into the binding extension. Our path shorthands will only work from XAML now. Now we can look up types. 9 years ago
Jeremy Koritzinsky a29837dd04 Implement syntax sugar for RelativeSource (not including setting a specific AncestorType) 9 years ago
Jeremy Koritzinsky 83ee601735 Use TypeUtilities to convert the type of CommandParameter to the correct type. 9 years ago
Jeremy Koritzinsky 120eb2dde6 PR Feedback. 9 years ago
José Pedro cc7098583e Fixed Assert.Null warnings. 9 years ago
Nikita Tsukanov 913149d093 Switched to .NET Standard 2.0 9 years ago
Jeremy Koritzinsky dff3031e20 Upgrade ReactiveUI to the v8 alpha nuget package so we don't need to maintain our own fork. Avalonia.ReactiveUI only registers the MainScheduler, and it does so via a call to UseReactiveUI on AppBuilder. 9 years ago
Steven Kirk f6ed69be28 StyleResource -> DynamicResource 9 years ago
Steven Kirk a72ce3671d Added ResourceInclude. 9 years ago
Steven Kirk 56c06be403 DynamicResource merged dictionary tests. 9 years ago
Steven Kirk 91387a74e1 Start testing MergedDictionaries. 9 years ago
Steven Kirk 2c1efe3773 Static resource as binding converter 9 years ago
Steven Kirk fcee846228 Added tests for #1020 9 years ago
Steven Kirk a0bda15576 More resource extension tests. 9 years ago
Steven Kirk 71e8b4fc69 Update dynamic resources on set parent. 9 years ago
Steven Kirk 0e155bd2d4 Make dynamic resources work in more situations. 9 years ago
Steven Kirk 513efe99f7 Start making DynamicResource react to changes. 9 years ago
Steven Kirk 61848673d2 Renamed test classes. 9 years ago