13 Commits (f85ceddf875b36687737f8f0cc32a756fdf6ef3c)

Author SHA1 Message Date
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
José Pedro 1ba4c68a35
Implemented TargetNullValue for bindings. 7 years ago
Steven Kirk 6be3acb46c Make ValueStore typed. 7 years ago
Steven Kirk 15e388da75 Adding failing binding tests. 7 years ago
Steven Kirk 661254c9cf Add issue number to test. 7 years ago
Dariusz Komosiński 9acf82d47b !B Fix expression nodes not knowing if last value is actually null or dead. 7 years ago
Steven Kirk 49f54b5275 Added failing test for #2912. 7 years ago
Dariusz Komosinski 5f1a003e4f Add failing unit test for TwoWay binding issue. 7 years ago
Steven Kirk d22282c151 Added failing tests for #2470. 7 years ago
Steven Kirk d37615bea8 Added failing test for #1898. 7 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
José Pedro 7cccc6bda0
Use nameof where possible. 8 years ago
Steven Kirk 3243e0fd15 Added failing test for #1303 9 years ago
Jeremy Koritzinsky edf2018149 Refactored tests to move XAML Binding class tests into Avalonia.Markup.Xaml.UnitTests. 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
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 8743ce95bd Make failing tests pass. 9 years ago
Steven Kirk 079d481e36 Renamed ExpressionSubject -> BindingExpression. 10 years ago
Steven Kirk a560c3b6d3 Use WeakReference in BindingNotification. 10 years ago
Steven Kirk 0c2057e458 Fix failing tests, add other tests. 10 years ago
Steven Kirk 0d4a613580 Updated some docs. 10 years ago
Steven Kirk 5a42f99025 Added this operator binding test. 10 years ago
Steven Kirk 7018b3c36d Removed test. 10 years ago
Steven Kirk f24ab044f7 Added failing binding tests. 10 years ago
Steven Kirk 5be41985c3 Renamed Perspex -> Avalonia 10 years ago
Steven Kirk 8209a85193 Make IBinding return an InstancedBinding. 10 years ago
Steven Kirk ffbd694bf7 Implemented Binding.FallbackValue. 10 years ago
Steven Kirk bb759a8785 We can now override the default binding mode. 10 years ago
Steven Kirk 1202eaa876 Updated PerspexProperties to new classes 10 years ago
Steven Kirk 1841e7ad7a Start allowing Setters to contain bindings. 10 years ago
Steven Kirk 30a756fb83 Refactored binding somewhat. 10 years ago
Steven Kirk 8fb9c5c8e7 Fixed problem with binding DataContext. 11 years ago
Steven Kirk b9992c582c Added binding ConverterParameter. 11 years ago
Steven Kirk 1044154279 Bind to other controls with #control syntax. 11 years ago
Steven Kirk d1acf43253 Started fixing up MultiBinding. 11 years ago
Steven Kirk e301e56a9d Start making Converters work. 11 years ago
Steven Kirk b230c3b3f3 Renamed XamlBinding -> Binding 11 years ago
Steven Kirk 52b6c0feac Fixed TemplatedParent binding. 11 years ago
Steven Kirk 785238bdf1 Merged XamlBinding and XamlTemplateBinding. 11 years ago
Steven Kirk 843eb65dea Bind DataContext to Parent.DataContext. 11 years ago
Steven Kirk 9d88f91852 Determine binding target at time of bind. 11 years ago
Steven Kirk 1064fbd186 Implement OneTime binding. 11 years ago
Steven Kirk 4f09de4dfe Started adding XamlBinding unit tests. 11 years ago