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
19e5b277f2
add unit tests.
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
luthfiampas
a4477e7de6
set default value of IsTextSearchEnabled to true
5 years ago
luthfiampas
e6952dc352
rename AutoSelect to TextSearch
5 years ago
luthfiampas
e4cf7a6bf7
add auto-select functionality to ComboBox control
5 years ago
Yoh Deadfall
a767773eb2
Fixed tests
5 years ago
Yoh Deadfall
faf9aa1f96
CanExecute reevaluation on parameter change
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
Dan Walmsley
9eb7a1002f
fix test signing
5 years ago
Steven Kirk
ea90f05f83
Added Window.ShowActive for win32.
5 years ago
Steven Kirk
3518f19b2a
Revert "ItemsControl+ItemVirtualizerSimple don not recreate containers when Items or ItemTemplate are replaced"
5 years ago
Steven Kirk
c6540c1bf2
Fix failing test.
5 years ago
adospace
13cd835bc0
ItemsControl+ItemVirtualizerSimple did not recreated item containers when Items or ItemTemplate were replaced
5 years ago
Steven Kirk
50b2b3320c
Move test to existing test case.
5 years ago
Dan Walmsley
d3c44a89c0
revert fix and add failing unit test.
5 years ago
Andrey Kunchev
b8686877af
add failing test for issue #4945
5 years ago
Andrey Kunchev
9a4e86e936
add one more unit test for selection
5 years ago
Steven Kirk
ca408e55b5
Added ICursorImpl.
6 years ago
Steven Kirk
a832d63915
IStandardCursorFactory -> ICursorFactory.
6 years ago
Steven Kirk
03a18f56bb
Initial support for custom cursors on Win32.
6 years ago
Giuseppe Lippolis
c98918bc2a
Update tests
6 years ago
Giuseppe Lippolis
f0efe9aef0
Add test Issue #4734
6 years ago
Giuseppe Lippolis
9ffd78a3ba
Add Test
6 years ago
Nikita Tsukanov
70aef2b17e
We can't randomly reference ReactiveUI anymore due to its maintainer's religious views
6 years ago
Andrey Kunchev
fb1c7fdcbe
add failing test for issue #4875
6 years ago
Steven Kirk
41050b6742
Added some tests for Rectangle and Ellipse.
Because these classes override the base `Shape` layout.
6 years ago
Steven Kirk
10b6cfc011
Reserve all of arrange rect.
6 years ago
Steven Kirk
9f8f4b224f
Provide a RenderInterface for controls which use shapes.
6 years ago
Steven Kirk
93f215d8ea
More tests for #4822 .
Tested WPF's `Path` to confirm expected results: https://github.com/wieslawsoltes/WpfUnitTests
6 years ago
Andrey Kunchev
d631474ddf
add failing test for autoscroll to selected item in listbox #4855
6 years ago
Steven Kirk
94b6f133ea
Added failing test for #4822 .
6 years ago
Adir
d58d80d11b
Added another GC collect to the HotKeyManagerTests.cs memory leak tests
Renamed tests
6 years ago
Adir
fd2da7aa49
Added unit tests for enforcing manager releasing reference to the controls
Changed AncestorFinder.cs to dispose child nodes and subject (need review on this)
6 years ago
Dan Walmsley
8f40596546
fix nits
6 years ago
amwx
952c53cdff
Add tests
6 years ago
Dan Walmsley
5a675a073f
fix test.
6 years ago
Dan Walmsley
a4e4d6469d
fix nit in test
6 years ago
Dan Walmsley
4ca07974af
remove line that doesnt do anything.
6 years ago
Dan Walmsley
0bb91da495
fix test.
6 years ago
Dan Walmsley
f97d43e765
add failing unit test.
6 years ago
Giuseppe Lippolis
9425ca8420
fixed test
6 years ago
Giuseppe Lippolis
f24b6b4047
Add Test
6 years ago
amwx
52075d6cd9
Fix Test
6 years ago
Kir-Antipov
997385eab7
Made test for AutoCompleteBox.ItemSelector
6 years ago