Dan Walmsley
19e5b277f2
add unit tests.
5 years ago
Dariusz Komosinski
7475354709
Add more mono trickery
5 years ago
Steven Kirk
1837548b3b
Fix TabItems leaking.
When a `TabItem` was created a binding was being set up to the owner `TabControl` but that binding was never being freed.
Ideally we'd be setting these properties in XAML rather than hardcoding them in the generator but that would be a breaking change for everyone who re-templated `TabControl`.
As a second-best option what we'd do is set up a `$parent` binding in the generator but this isn't available in Avalonia.Controls so had to implement a quick observable which watches for a parent `TabControl` and subscribes to it.
5 years ago
Steven Kirk
3d4c17b387
Added failing leak test for TabControl/TabItem.
Removing `TabItem`s causes a leak.
5 years ago
luthfiampas
a4477e7de6
set default value of IsTextSearchEnabled to true
5 years ago
luthfiampas
e6952dc352
rename AutoSelect to TextSearch
5 years ago
Steven Kirk
b3f4e4d63e
Added failing test for #4906 .
5 years ago
Steven Kirk
4e3af8c9c1
Fix non-compiling assemblies.
5 years ago
artyom
b7b5eaa702
Add a failing test
5 years ago
Benedikt Stebner
bd9aaae4c0
Fix Typo
5 years ago
Benedikt Stebner
1371cf5612
Fix LineBreakEnumerator
5 years ago
luthfiampas
e4cf7a6bf7
add auto-select functionality to ComboBox control
5 years ago
Steven Kirk
1a39210feb
Fix ncrunch.
5 years ago
Yoh Deadfall
a767773eb2
Fixed tests
5 years ago
Yoh Deadfall
faf9aa1f96
CanExecute reevaluation on parameter change
5 years ago
Benedikt Schroeder
4bebe777d9
Fix mock font manager and add typeface collection tests
5 years ago
José Pedro
f281e81530
Fixed typo.
Whitespace fixes.
5 years ago
Max Katz
dc7e33e4f3
Add Should_Close_On_Null_Tip test
5 years ago
Andrey Kunchev
a01fb157e4
add some tests for contextmenu open without params
5 years ago
Max Katz
b240fc7d0c
Add failing and working tests for null DataContext
5 years ago
Dan Walmsley
b735796c64
Rename PropertyMetaData to AvaloniaPropertyMetaData
5 years ago
Dan Walmsley
315d8be0ea
sign more test assemblies
6 years ago
Dan Walmsley
8ac7127809
sign more test assemblies
6 years ago
Dan Walmsley
9eb7a1002f
fix test signing
6 years ago
Dan Walmsley
9a591f517e
sign test assemblies
6 years ago
Dariusz Komosinski
0e7e861009
Fix TransformToVisual not dealing with non-invertible transforms.
6 years ago
Steven Kirk
b16820a230
Added failing test for application resources.
`DynamicResource` in `Application.Resources` fails to resolve resource.
6 years ago
Steven Kirk
d99512a785
Make DashStyle.Dashes an AvaloniaList.
So that it can be parsed from XAML and changes can be made.
6 years ago
Steven Kirk
ad677f0ff4
Added failing test for #4900 .
6 years ago
Dariusz Komosinski
dc698b3b1d
Reuse empty value store arrays.
6 years ago
Steven Kirk
ea90f05f83
Added Window.ShowActive for win32.
6 years ago
Jumar Macato
4e180c88cd
remove old test
6 years ago
Jumar Macato
7df1d2ad4d
add test, thanks @donandren ! :D
6 years ago
Andrey Kunchev
cc1051efa3
add failing test for set of base class property
6 years ago
Steven Kirk
3518f19b2a
Revert "ItemsControl+ItemVirtualizerSimple don not recreate containers when Items or ItemTemplate are replaced"
6 years ago
Nikita Tsukanov
b229acf8dc
Don't use the concrete type in tests
6 years ago
Andrey Kunchev
f9de2a9c82
add more tests for CompiledBinding Source with StaticResource
6 years ago
Andrey Kunchev
80a87d7aa3
add failing tests for CompiledBidning with Source set to StaticResource and x:Static
6 years ago
Dariusz Komosinski
cde8f4cf1a
Fix control benchmarks.
6 years ago
Andrey Kunchev
d1cf6fc9be
fix failing test
6 years ago
Andrey Kunchev
bf2dfff8f6
add test for casting after indexer
6 years ago
Jumar Macato
d2339a041d
try making a unit test
6 years ago
Andrey Kunchev
ebe1af51a9
modify tests to c# style casting in binding path
6 years ago
Andrey Kunchev
fa754bcaa2
add test for converter with parameter in compiled binding
6 years ago
Andrey Kunchev
9633300e5d
add few more tests for cast in binding path
6 years ago
Andrey Kunchev
df95ba630d
add test for $parent as it look like not working for compiled binding
6 years ago
Andrey Kunchev
0036bf22c4
add tests for reflection binding for casting in path
6 years ago
Andrey Kunchev
604a8b635f
add some tests for cast in path expression
6 years ago
Steven Kirk
c6540c1bf2
Fix failing test.
6 years ago
adospace
13cd835bc0
ItemsControl+ItemVirtualizerSimple did not recreated item containers when Items or ItemTemplate were replaced
6 years ago