Jeremy Koritzinsky
|
70ae77e797
|
Fix ElementName bindings.
|
7 years ago |
Jeremy Koritzinsky
|
d89f5d019b
|
Fix assigning binding paths via the property.
|
7 years ago |
Jeremy Koritzinsky
|
7020def354
|
Throw exception if trying to compile a binding under an element with its DataContext bound via a non-compiled binding.
|
7 years ago |
Jeremy Koritzinsky
|
5c91a14536
|
Fix failing test.
|
7 years ago |
Jeremy Koritzinsky
|
84b4b8c12e
|
x:DataContextType -> x:DataType to match Xamarin.Forms.
|
7 years ago |
Jeremy Koritzinsky
|
777693cee2
|
Implement smart inference for DataTemplates. Fix calculated DataContext types for DataContext bindings.
|
7 years ago |
Steven Kirk
|
a6c9086782
|
Fix flaky XAML tests.
Make tests that load XAML inherit from `XamlTestBase` which ensures that `Avalonia.Markup` is loaded.
|
7 years ago |
Jeremy Koritzinsky
|
da00a14149
|
Change property notification management to directly create property accessors. Fix indexer bindings for arrays.
PR Feedback.
|
7 years ago |
Nikita Tsukanov
|
f9561260a3
|
IPopupImpl is now optional advanced feature
|
7 years ago |
Nikita Tsukanov
|
1ab923c02e
|
Removed WithNameScope
|
7 years ago |
Jeremy Koritzinsky
|
ee46a69cef
|
Add additional test for IObservable compiled bindings.
|
7 years ago |
Jeremy Koritzinsky
|
b1a2ea21c5
|
Fix stream bindings.
|
7 years ago |
Jeremy Koritzinsky
|
e3bc5345ae
|
Finish initial implementation of compiled bindings. Still some bugs to work out, but we have something that works now.
|
7 years ago |
Nikita Tsukanov
|
fa55755b71
|
Manually handle name scope registrations
|
7 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.
Use pattern-matching switch.
Fix bug from cleanup.
|
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
#1521
|
8 years ago |
Amadeusz Sadowski
|
3f87b9d02d
|
Support StaticResource in Bindings inside DataTemplate
|
8 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
Enable using a `StaticResource` as a binding converter. Fixes #818.
|
9 years ago |
Steven Kirk
|
fcee846228
|
Added tests for #1020
Passing. Closes #1020.
|
9 years ago |
Steven Kirk
|
a0bda15576
|
More resource extension tests.
One failing.
|
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.
Fixes #492 in a fashion: `DynamicResource` now works for this scenario.
|
9 years ago |
Steven Kirk
|
513efe99f7
|
Start making DynamicResource react to changes.
|
9 years ago |
Steven Kirk
|
61848673d2
|
Renamed test classes.
|
9 years ago |
Steven Kirk
|
b459445290
|
Use an anchor for dynamic resources.
|
9 years ago |
Steven Kirk
|
eda7c1f09d
|
Added more tests.
Some failing.
|
9 years ago |
Steven Kirk
|
38dce7b7cd
|
Added DynamicResourceExtension.
|
9 years ago |
Steven Kirk
|
c7e1e5ddaa
|
Moved StaticResourceTests.
|
9 years ago |