15 Commits (f85ceddf875b36687737f8f0cc32a756fdf6ef3c)

Author SHA1 Message Date
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
artyom 00a148d0a3 Try with WaitForPendingFinalizers 7 years ago
Steven Kirk 89d969b367 Added selector comma operator. 7 years ago
Steven Kirk d37615bea8 Added failing test for #1898. 7 years ago
Steven Kirk d991173296 Added tests for #2316. 7 years ago
Steven Kirk 233adc9ca5 Added `:not()` style selector. 7 years ago
Andrey Kunchev 741154d653 add more failing tests more specific to the particular problem in binding with complex property path like property.item1.item2.item3 8 years ago
Jeremy Koritzinsky e0be7353a8 Fix tests that broke from the API change. 8 years ago
Jeremy Koritzinsky 1b2d644e48 Make tests in Avalonia.Base.UnitTests use ExpressionObserver.Create. For tests that require using invalid members or are more tedious to test with expression trees, test them in Avalonia.Markup.UnitTests with ExpressionObserverBuilder. 8 years ago
Jeremy Koritzinsky 4040216ff8 Span-ify our homebrew parser's 'public' API. 8 years ago
Jeremy Koritzinsky 2f087c350c Create new Selector parser that does not have a dependency on Sprache. 8 years ago
Jeremy Koritzinsky af186e3529 Move string-based binding paths up to Avalonia.Markup. Make the LINQ Expression paths and raw ExpressionNodes (now public) the primarily supported syntax. 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