Max Katz
e22cfa8424
XamlX update: IProvideValueTarget fixes and nested-types support ( #17021 )
* Update XamlX
* Include nested types PR as well
* Fix Designer.HostApp compilation on older targets
1 year ago
Nikita Tsukanov
303b6c1586
Remove ReactiveUI usage from sample apps
5 years ago
Steven Kirk
4e6ef0a023
Use SelectionModel in samples.
6 years ago
Steven Kirk
af90219ff4
Reverted SelectionModel.
6 years ago
Giuseppe Lippolis
5d8c09c470
Update BindingDemo Sample
6 years ago
Steven Kirk
6001115573
Use SelectionModel in SelectingItemsControl.
6 years ago
artyom
fd7ffbd84c
Bring back the changes
6 years ago
danwalmsley
a487b38c33
Revert "Updated ReactiveUI to version 10.1.1"
6 years ago
José Pedro
e700832ee0
Updated ReactiveUI to version 10.0.1.
7 years ago
Jeremy Koritzinsky
b173d5b5fb
Change the observable stream binding in BindingDemo to be a compiled binding.
7 years ago
Jumar Macato
7b1c9bde18
Replace namespaces accordingly; Rename projects on main sln file.
8 years ago
Jumar Macato
def7da4bb2
Rename Sample projects to avoid confusion with the CI tests.
8 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.
Update Rx.Net dependency to match reactiveui's dependency on Rx.
Removed ReactiveUI dependeny in BindingTests.
Updated BindingTest sample to use the new reactiveui APIs.
Update samples to use current ReactiveUI APIs.
Fixed bug I introduced into tests.
Remove RxUI submodule info from .gitmodules
9 years ago
Jeremy Koritzinsky
5ec7b33a1a
Revert "Upgrade ReactiveUI to the v8 alpha"
9 years ago
Jeremy Koritzinsky
35c82ecac5
Updated BindingTest sample to use the new reactiveui APIs.
9 years ago
Steven Kirk
c3f71bc1c6
Added tests for stream binding operator in XAML.
9 years ago
Jeremy Koritzinsky
64e0905d61
Buttons are disabled when there is a null in the binding chain for Command.
Fixes #846 .
9 years ago
Steven Kirk
4c179634c1
Added a test for scheduler bindings.
Added a property which is updated on a b/g thead to BindingTest.
9 years ago
Steven Kirk
57a611533c
Added Data Annotations validation.
10 years ago
Steven Kirk
ab515ee513
Added INDEI validation to BindingTest.
10 years ago
Steven Kirk
5c33fbc6ee
Reimplemented property validation.
As far as it was in `property-validation-grokys` branch. Things were
messed up on master so had to merge this manually so may be problems.
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
Wiesław Šoltés
a3d2cc400d
Updated BindingTest sample view model
10 years ago
Wiesław Šoltés
764d5fd0ce
Updated BindingTest sample
10 years ago
Wiesław Šoltés
b4d486f45d
Added StringValueCommand
10 years ago
Steven Kirk
913c647bcb
Think I've managed to repro Core2D leak.
10 years ago
Steven Kirk
e09495749f
Update BindingTest to display data template.
Based on selected list item. Trying to reproduce the leak seen in
Core2D.
10 years ago
Steven Kirk
8fb9c5c8e7
Fixed problem with binding DataContext.
Bindings such as <Foo DataContext="{Binding Bar}"/> were not working.
10 years ago
Steven Kirk
62b8c5a40c
Added default type converter for bindings.
To convert between basic types. Closes #256 . Closes #270 .
10 years ago
Steven Kirk
6401cec2ef
Make SelectedItems a plain IList
As IList<T> is not covariant.
10 years ago
Steven Kirk
c0dff57a78
Make SelectedItems bindable.
And to avoid confusion removed SelectedIndexes.
10 years ago
Steven Kirk
9aa3c18c58
Fixed shuffle.
11 years ago
Steven Kirk
a5ec3588c5
Test binding negation in BindingTest.
11 years ago
Steven Kirk
3fee7587bc
Make the shuffle more noticable.
11 years ago
Steven Kirk
0c837f87a8
Add demo of binding to array index.
Tried to add a button to shuffle ObservableCollection, but Command binding doesn't seem to work.
11 years ago
Steven Kirk
4d5abf80e7
Added a binding test application.
11 years ago