Benedikt Schroeder
54fb09a304
Fix unit test
6 years ago
Benedikt Schroeder
04c781ca14
Make sure GlyphTypefaces are always cached
6 years ago
Steven Kirk
e579e61f38
Teaks and remove copy-pasta.
6 years ago
Steven Kirk
8079ebe1dc
Added failing test for #4599 .
6 years ago
Steven Kirk
525dbbb2e7
Addeding failing selection tests.
6 years ago
Benedikt Schroeder
a2a0fba1c2
Ignore invisible characters
6 years ago
Steven Kirk
4330451d2c
Added tests for CollectionChangedEventManager.
Including a failing test: `Receives_Events_From_Wrapped_Collection`.
6 years ago
Dan Walmsley
5580e0f54b
add failing unit test.
6 years ago
Dan Walmsley
08c451c676
add a failing unit test.
6 years ago
Steven Kirk
a078974eba
Implement changing selection mode.
6 years ago
Steven Kirk
2f7cc3b79d
Fix bad grammar.
6 years ago
Steven Kirk
e4f03fdf79
Fix working with collections of value types.
`IEnumerable<T>` is not covariant for value types, so we need to use the non-generic `IEnumerable` everywhere under the hood to ensure we can work with both value and reference types.
6 years ago
Steven Kirk
9c8376348c
Make remaining tests pass.
6 years ago
Steven Kirk
bfbf58dfd0
Adjust expected output.
6 years ago
Steven Kirk
06390d42ee
Restore selection on reset.
6 years ago
Steven Kirk
923fd361e4
Refactor SelectedItemsSync.
6 years ago
Steven Kirk
55cbf4a8df
Unskip tests we can handle now.
6 years ago
Steven Kirk
0e7f24ff51
Added back removed tests.
6 years ago
Steven Kirk
7d967138af
Add missing word.
6 years ago
Steven Kirk
b499321f68
Don't raise LostSelection when changing source.
6 years ago
Steven Kirk
4c20313b12
Adjust a few expected test results.
6 years ago
artyom
59b0f81aad
Add a smoke test
6 years ago
artyom
d683bbbffc
Add Avalonia.ReactiveUI.Events based on Pharmacist
6 years ago
Dan Walmsley
23f13957cd
add context menu back.
6 years ago
Steven Kirk
1120820b7e
Implemented SelectionMode.AlwaysSelected.
6 years ago
Dan Walmsley
f9a4a7ccf1
fix another leak test.
6 years ago
Dan Walmsley
7b8da57257
fix leak test.
6 years ago
Dan Walmsley
854307eb57
fix memory leak tests.
6 years ago
Steven Kirk
b2a473d286
More integration of new SelectionModel.
6 years ago
Dan Walmsley
219a71f9a9
fix mem leak tests for context menus.
6 years ago
José Pedro
8c25848d55
Fixed test.
6 years ago
artyom
a3b27632dd
Add .Events projects
6 years ago
Steven Kirk
a9b04a5c2c
Started integrating new SelectionModel.
6 years ago
Dan Walmsley
ab58492b15
add failing unit test.
6 years ago
Steven Kirk
e62bacab7e
Reimplemented SelectionModel.
Handles only list selections, not nested selections.
6 years ago
Benedikt Schroeder
7727722cb3
Make sure to always return a valid CharacterHit for next / previous CharacterHit
6 years ago
Kiminuo
ef12f7c9de
Address feedback.
6 years ago
Steven Kirk
c2a1427458
Added skipped tests for #4496 .
6 years ago
Steven Kirk
95f9a98843
Fixed/skipped failing tests.
6 years ago
Steven Kirk
af90219ff4
Reverted SelectionModel.
6 years ago
Giuseppe Lippolis
a222bf9239
Add test to check ViewModel is Collected
6 years ago
Giuseppe Lippolis
9f3ed1c8fe
Add testing
6 years ago
Kiminuo
cd180770fb
AppBuilderBase: Allow to specify app factory.
6 years ago
danwalmsley
89bf711602
Lose not Loose!
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
6 years ago
Dan Walmsley
c8d26de948
Add failing unit test.
6 years ago
Dan Walmsley
ba11b5d8d0
add failing unit test, for pw reveal getting reset on focus lost.
6 years ago
Steven Kirk
37bd384794
Use EnabledDataValidation from metadata.
`DirectProperty` stored a `EnabledDataValidation` flag in its metadata but also had an `IsDataValidationEnabled` property in `DirectPropertyBase` which was the one used by `AvaloniaObject`. Use the version from metadata so that it can be overridden and remove the flag from `DirectPropertyBase`.
6 years ago
Steven Kirk
d5716fce8f
Added failing data validation test.
6 years ago
artyom
0bbe036437
Show DefaultContent when Router is set to null
6 years ago
artyom
fbc549b51c
Don't apply hook when DataTemplates property is set
6 years ago