Steven Kirk
131a4d90ef
Remove Avalonia.ISupportInitialize.
This is a relic from when we were targeting a PCL profile that didn't have `System.ComponentModel.ISupportInitialize`. Now that we have that, use it instead.
7 years ago
Steven Kirk
068acb6376
Added TopLevel.Opened unit tests.
7 years ago
Steven Kirk
9501da85fa
Added failing tests for #2260 .
7 years ago
Steven Kirk
4ec2b1c554
Use PixelPoint and PixelRect for device points/rects.
The affected members are:
- `IWindowBaseImpl.Position`
- `IWindowBaseImpl.PositionChanged`
- `ITopLevelImpl.PointToClient`
- `ITopLevelImpl.PointToScreen`
- `IMouseDevice.Position`
- `Screen.Bounds`
- `Screen.WorkingArea`
7 years ago
Nikita Tsukanov
a75c8b9859
Adapted GridLayoutTests to run on Mono
7 years ago
Steven Kirk
3d578464c6
Register TabControl with ContentControlMixin.
`ContentControlMixin` implements a number of behaviors related to logical children that controls that have a `ContentPresenter` need in order to function correctly.
Also renamed `PART_Content` to `PART_SelectedContentHost` to match WPF
Fixes #2191
7 years ago
Steven Kirk
792d9f1a05
Added failing test for #2191 .
Check that when content is created via `DataTemplate`, it is correctly added as a logical child.
7 years ago
Andrey Kunchev
6c249f375c
add failing test for #2106 scroll to last in listbox not working sometimes
7 years ago
Nikita Tsukanov
2741fec63e
Register cursor factory for tests
7 years ago
Nikita Tsukanov
5cd7c1f6f4
Reworked dialogs for GTK/Win32
7 years ago
Wiesław Šoltés
55486faa43
Fix type
7 years ago
Wiesław Šoltés
06a6059a1e
Fix failing test
7 years ago
Andrey Kunchev
37d7a49fee
add some tests for Viewbox
8 years ago
Andrey Kunchev
e4838842a1
simplify Layout transform no need to be ContentControl
8 years ago
Wojciech Krysiak
0d7e193693
More tests, futureproofing + 2 bugfixes
8 years ago
Wojciech Krysiak
a33f5cb4dd
Some unit tests, bugfixes and refactorings.
8 years ago
Andrey Kunchev
08d552de10
fix button click for deferedrenderer
8 years ago
Andrey Kunchev
87437b8232
update button unit tests
8 years ago
Andrey Kunchev
922917b299
fix pr nits
8 years ago
Andrey Kunchev
c1dd44ead4
unit test for issue #2000 button with render transform don't trigger click
8 years ago
Steven Kirk
e2f09b5324
Added failing test for #1765 .
8 years ago
Andrey Kunchev
bb8549ef94
listbox toggle selection not working unit test #1971
8 years ago
Andrey Kunchev
be8d4516b9
unit test for Listbox OutOfRangeException issue #1395
8 years ago
Andrey Kunchev
eabf122ce7
fix nits
8 years ago
Andrey Kunchev
81b58e955f
unit tests for textbox OutOfRangeException issue #1954
8 years ago
Steven Kirk
6efba9837d
Simplified test.
Simplified @donandren's test for #1936 .
8 years ago
Andrey Kunchev
a865f6dddf
introduce local functions for listbox issue #1936
8 years ago
Andrey Kunchev
b53b3d590f
add failing unit test for listbox issue #1936
8 years ago
Steven Kirk
1df826281b
Added failing test for #1932 .
8 years ago
wojciech krysiak
57058f19cd
Fix SelectedItemsChanged event arguments in SelectingItemsControl
8 years ago
Steven Kirk
74a5b1f65a
Added a failing MenuItem separator test.
8 years ago
Steven Kirk
0de606b995
Fix failing tests.
8 years ago
Steven Kirk
a0e8dca6e9
Use PixelSize for device-dependent sizes.
8 years ago
Steven Kirk
afdfb28da8
Added failing tests for brush invalidation.
8 years ago
Steven Kirk
a0d2d7f70b
Added failing test for #1865 .
And similar test for Grid.
8 years ago
wojciech krysiak
1b82998775
Made test more readable
8 years ago
wojciech krysiak
01e1835ad8
Corrected test implementation
8 years ago
Benedikt Schroeder
4f549c16fc
Initial
8 years ago
wojciech krysiak
a14afe5c2c
Unit tests for the mixin changes
8 years ago
Jeffrey Ye
f180ec4dd7
Use SelectionChangedEventArgs instead of SelectedItemChangedEventArgs
8 years ago
Jeffrey Ye
e9cde299bb
#1802 add SelectedItemChanged event to TreeView
8 years ago
Siegfried Pammer
18f36ab3bc
Fix #1782 : Implement GroupName for RadioButton
8 years ago
jp2masa
f1e422866a
Implemented UniformGrid. ( #1819 )
8 years ago
Steven Kirk
0fb1780f75
Don't deselect sibling item on PointerLeave.
8 years ago
Steven Kirk
1293e9af8d
Implemented Menu interactions.
8 years ago
Dan Walmsley
7d28d1b2ab
fix failing unit test.
8 years ago
Steven Kirk
1e12b2c37b
Don't focus non-focusable controls.
When navigating `ItemsControl` with keyboard.
8 years ago
WojciechKrysiak
ec57b63908
Implemented cancelling ContextMenu opening/closing. ( #1781 )
8 years ago
MonkAlex
e69f3c7f85
#1798 Test for binding checkbox with three state.
8 years ago
Dan Walmsley
5062f823b3
rename stackpanel Gap property to Spacing property.
8 years ago