Steven Kirk
|
11a8c01ef1
Added failing tests for #3545.
|
пре 5 година |
Steven Kirk
|
d5dc470416
Fixed issue with LocalValue and bindings.
|
пре 6 година |
Steven Kirk
|
6be3acb46c
Make ValueStore typed.
|
пре 6 година |
Steven Kirk
|
bca37513b4
Added failing test for disposing completed binding.
|
пре 7 година |
Jeremy Koritzinsky
|
1c3b714a0e
Move fix up to SettableNode and ExpressionNode so all settable node types (i.e. PropertyAccessor and Indexer nodes) can get the fix.
|
пре 7 година |
Jeremy Koritzinsky
|
a37e24dc44
Add unit test.
|
пре 7 година |
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.
|
пре 7 година |
Steven Kirk
|
7b4cd4f96d
Modify/add tests for non-registered properties.
|
пре 7 година |
Jeremy Koritzinsky
|
4df484d047
Merge branch 'master' into issues/855_test
|
пре 8 година |
Jeremy Koritzinsky
|
02e600863d
Merge branch 'issues/855_test' of https://github.com/donandren/Avalonia into issues/855_test
|
пре 8 година |
Jeremy Koritzinsky
|
d8efff505d
Clean up formatting. Fix bug in PriorityValue usage of DeferredSetter. Change DeferredSetter to use ConditionalWeakTable to not hold strong references to PriorityValue objects.
|
пре 8 година |
Jeremy Koritzinsky
|
1dcd06df3f
Merge branch 'master' into issues/855_test
|
пре 8 година |
Steven Kirk
|
409e40c8be
Added AvaloniaObject.IsAnimating(property).
|
пре 8 година |
Jeremy Koritzinsky
|
edf2018149
Refactored tests to move XAML Binding class tests into Avalonia.Markup.Xaml.UnitTests.
|
пре 8 година |
Jeremy Koritzinsky
|
8acf94d3e4
Fix bug in DelayedSetter and change recursive delayed setting to prevent possible issues down the road.
|
пре 8 година |
Jeremy Koritzinsky
|
da8267ade7
Fix last binding test. Two-way bindings via the indexer binding should not cause a PriorityBindingEntry to be created in the target. So instead use SetValue + GetObservable (similar to our higher level implementations in Avalonia.Markup).
|
пре 8 година |
Jeremy Koritzinsky
|
6486ffc77f
Apply fix to PriorityValue, which works for StyledProperty bindings where the bindings don't have the same priority.
|
пре 8 година |
Steven Kirk
|
d6b6a0fa96
Refactored InstancedBinding creation.
|
пре 8 година |
Jeremy Koritzinsky
|
948bc33475
Merge branch 'master' into issues/855_test
|
пре 8 година |
Steven Kirk
|
8f639f0642
Merge branch 'master' into pr/856-unit-tests-for-issue-855-stackoverflow-in-binding
|
пре 8 година |
Steven Kirk
|
8743ce95bd
Make failing tests pass.
|
пре 8 година |
Steven Kirk
|
6e67d4d085
Fix failing test.
|
пре 8 година |
Steven Kirk
|
a46be4e200
Ensure correct thread for AvaloniaProperty access.
|
пре 8 година |
donandren
|
ce387271cc
add test parameters to styled/direct binding tests for #855 and #824
|
пре 8 година |
donandren
|
ef81c55960
another simple unit tests for issue #855 for direct and styled properties
|
пре 8 година |
Jeremy Koritzinsky
|
428229e9b0
Optimized the "zero wait time" path in the scheduler and updated the code to always use a scheduler, either the ImmediateScheduler (same as the old default behavior) or the registered scheduler.
|
пре 9 година |
Jeremy Koritzinsky
|
6da1d620c9
Added test to ensure that the IObservable subscription is on the AvaloniaScheduler when the AvaloniaScheduler is bound in the AvaloniaLocator.
|
пре 9 година |
Steven Kirk
|
c9d3408c29
Improve numerical binding error messages.
|
пре 9 година |
Steven Kirk
|
8b9f25ff24
Fix OneTime bindings.
|
пре 9 година |
Steven Kirk
|
abdbcac79d
Added BindingNotification.
|
пре 9 година |