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 |