Giuseppe Lippolis
8decb3bbc6
fix(Benchmark): FluentBenchmark thrown: 'Avalonia.Markup.Xaml.XamlLoadException'
5 years ago
aguahombre
5d130b5d79
Add data validation error support to NumericUpDown control #3591
5 years ago
aguahombre
f22730aca8
AutoCompleteBox validation not working for SelectedItem #5586
5 years ago
luthfiampas
1fa6bd25eb
better TextBox.MaxLength tests
5 years ago
Dan Walmsley
69a149f0ca
use inline data.
5 years ago
Dan Walmsley
f829137f73
add unit tests for window close when os button is clicked
5 years ago
Dan Walmsley
25413c85e6
fix build.
5 years ago
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
5 years ago
Dan Walmsley
8ac7127809
sign more test assemblies
5 years ago
Dan Walmsley
9eb7a1002f
fix test signing
5 years ago
Dan Walmsley
9a591f517e
sign test assemblies
5 years ago
Dariusz Komosinski
0e7e861009
Fix TransformToVisual not dealing with non-invertible transforms.
5 years ago
Steven Kirk
b16820a230
Added failing test for application resources.
`DynamicResource` in `Application.Resources` fails to resolve resource.
5 years ago
Steven Kirk
d99512a785
Make DashStyle.Dashes an AvaloniaList.
So that it can be parsed from XAML and changes can be made.
5 years ago
Steven Kirk
ad677f0ff4
Added failing test for #4900 .
5 years ago
Steven Kirk
42bab93224
Handle nested batch updates.
5 years ago
Dariusz Komosinski
dc698b3b1d
Reuse empty value store arrays.
5 years ago
Steven Kirk
c4c4cc8bd8
Handle batching binding completion.
5 years ago
Steven Kirk
27df5a2bd9
Fix LocalValue bindings during batch update.
LocalValue bindings are special case due to their interaction with the local value set by a non-binding.
5 years ago
Steven Kirk
e542c5bc89
Removed old code.
5 years ago
Steven Kirk
0f238113f5
Implement batching for AvaloniaObject property values.
Cuts down the amount of notifications raised when controls' stying is attached/detached.
Part of fixing #5027 .
5 years ago
Steven Kirk
662b1e008d
More tests for #5027 .
5 years ago
Steven Kirk
72a43174e1
Lazily evaluate <Template>s in setters.
Part of fixing #5027 .
5 years ago
Steven Kirk
7469597712
Added benchmark for fluent RepeatButton.
As that's where #5027 was showing up most.
5 years ago
Steven Kirk
34b5f07e96
Added failing tests for #5027 .
We shouldn't subscribe to bindings until needed.
5 years ago
Steven Kirk
ea90f05f83
Added Window.ShowActive for win32.
5 years ago
Jumar Macato
4e180c88cd
remove old test
5 years ago
Jumar Macato
7df1d2ad4d
add test, thanks @donandren ! :D
5 years ago
Andrey Kunchev
cc1051efa3
add failing test for set of base class property
5 years ago