Steven Kirk
c2f3f3fdf2
Added failing tests for #3323 .
7 years ago
Benedikt Schroeder
1b0221e224
Reworked the font manager to better manage resoures and also work properly with the application lifetime
7 years ago
Steven Kirk
ce5f884e08
Added failing test for #3321 .
7 years ago
Benedikt Schroeder
527d8376d7
Combine draw and fill rectangle drawing operation
7 years ago
Steven Kirk
b8b8e3f8cc
Fix IWindowImpl mocks to call Close on Dispose.
7 years ago
Steven Kirk
35bd69f23c
Remove AvaloniaProperty.Initialized.
It was only needed for pseudoclasses. Move pseudoclass registration to an engine that doesn't require `AvaloniaProperty.Initialized`, implemented in `PseudoclassEngine`.
7 years ago
Steven Kirk
1d4a7923f1
Remove OperationsPerInvoke here.
It was incorrect: invoking the method doesn't create 1000 buttons.
7 years ago
Jumar Macato
e23da28731
Remove obsolete unit test.
7 years ago
Steven Kirk
1616e76735
Added benchmarks for property validation/coercion.
7 years ago
Steven Kirk
0f04f4d01a
Add WPF-style property coercion.
7 years ago
Steven Kirk
aa81db75a0
Added WPF-style validation for AvaloniaProperty.
7 years ago
Steven Kirk
d5dc470416
Fixed issue with LocalValue and bindings.
7 years ago
ahopper
8879d4c92d
added benchmark
7 years ago
Dariusz Komosinski
ef8cbf07f7
Rename benchmark file.
7 years ago
Dariusz Komosinski
8e60e83d4c
Reduce memory usage of binding operations.
7 years ago
Steven Kirk
8ed800ad71
I did the merge wrong.
Delete some files that should have been deleted in merge.
7 years ago
Steven Kirk
24f11bba18
Simplify test controls in styling unit tests.
Making a change to interfaces was becoming a pain because of this.
7 years ago
José Pedro
1ba4c68a35
Implemented TargetNullValue for bindings.
7 years ago
Dariusz Komosinski
b1ec049054
Simplify lowest common ancestor code.
7 years ago
Dariusz Komosinski
6be21fb36c
Add more unit tests.
7 years ago
Steven Kirk
b8717bf6dc
Tidy up API.
7 years ago
Steven Kirk
0cfa15913d
Remove ignored validate parameter.
7 years ago
Steven Kirk
6be3acb46c
Make ValueStore typed.
Major refactor of the Avalonia core to make the styled property store typed.
7 years ago
Steven Kirk
fc2439e0cf
Added some benchmarks for styled properties.
7 years ago
Dariusz Komosinski
7a13d819fd
Optimize and add new efficient visual tree extensions.
7 years ago
Dariusz Komosinski
993840a612
Improve measure benchmark.
7 years ago
Dan Walmsley
ca60f9e70d
add unit test
7 years ago
Benedikt Schroeder
e2ff454085
Add failing tests
7 years ago
Dan Walmsley
5b3e2320a8
remove unit tests, skia and direct2d behave differently and making them match is beyond the scope of this bug fix.
7 years ago
Dan Walmsley
620be6f105
add failing unit test for empty textbox hit test.
7 years ago
Steven Kirk
15dfb88fe7
Update tree item container index dynamically.
Update `TreeItemContainerGenerator.Index` when a `TreeViewItem` is added to or removed from the logical tree. This ensures that removed `TreeViewItem`s won't try to add duplicate containers to the index.
Fixes #2985
7 years ago
Steven Kirk
1cd113182c
Added failing test for #2985 .
7 years ago
Andrey Kunchev
f3bb98756f
add tests for #3165
7 years ago
mstr2
e1df65c94b
Failing unit test for #3197
7 years ago
Benedikt Schroeder
46d3a91652
Add missing mocks
7 years ago
Benedikt Schroeder
83bfb8ec70
Initial implementation of a font manager
7 years ago
Benedikt Schroeder
f933fe53cf
Add failing test #2699
7 years ago
Andrey Kunchev
2288b7ab1d
add failing test for tooltip for issue #3188
7 years ago
Andrey Kunchev
60a596bd82
add another test for tooltip
7 years ago
Andrey Kunchev
d59d0904f4
add test for tooltip
7 years ago
Benedikt Schroeder
5df55e5c9f
Fix multiselection
7 years ago
Dariusz Komosinski
b7a3747da6
Add failing test for https://github.com/AvaloniaUI/Avalonia/issues/3179 .
7 years ago
Benedikt Schroeder
4d14218a65
Failing unit tests #3180
7 years ago
Steven Kirk
9107c0e96e
Added another failing test.
Adapted from failing test described by @MarchingCube in PR feedback: https://github.com/AvaloniaUI/Avalonia/pull/3177#issuecomment-547515972
7 years ago
Steven Kirk
96619e4440
Added failing test.
`ItemsPresenter.Items` isn't correctly in sync with `ItemsControl.Items` when assigning new `Items`.
7 years ago
mstr2
5fea821c94
Failing test for bug #3170
7 years ago
Steven Kirk
0a8915b1cc
Added failing test for #3148
7 years ago
Dariusz Komosinski
1d7feade1b
Add keyboard input tests.
7 years ago
Dariusz Komosinski
9c5e688958
Fix Grid shared scope not being updated when resizing row/column definitions.
7 years ago
Andrey Kunchev
ab26c18a8f
typo fix
7 years ago