Steven Kirk
c37f2b2fbc
Added failing test for #2522 .
7 years ago
Steven Kirk
92284afa14
Added failing test for #2507 .
7 years ago
Steven Kirk
5745b72222
Started refactoring CarouselPresenter.
Make it react correctly to changes in the source collection. Fixes #2432 .
7 years ago
Steven Kirk
d19f159932
Added failing tests for #2432 .
7 years ago
Steven Kirk
f8cf268f0e
Added unit test for toplevel menu close.
Added unit test for previous commit, and also tweaked code a little bit to use `IsTopLevel` instead of trying to cast the parent menu item.
7 years ago
Benedikt Schroeder
fa04a50f85
Remove non working test
7 years ago
Benedikt Schroeder
a14435f59f
Fix unit tests
7 years ago
Benedikt Schroeder
21eda0db12
Revert removal of Application.Initialize
7 years ago
Steven Kirk
1e74e8fc60
Add failing tests for #2388 .
7 years ago
Benedikt Schroeder
7e04215897
No longer set first window opened as MainWindow
7 years ago
Benedikt Schroeder
5557829950
Initial
7 years ago
Michael Bosschert
c23fdc92de
Added unittests for the Select All option of the TreeView.
7 years ago
Steven Kirk
86f7918d4d
Added failing tests for #2350 .
7 years ago
Steven Kirk
a48efd6b55
Don't leak subs to CanExecuteChanged in MenuItem.
7 years ago
Steven Kirk
7363f7140b
Don't leak subs to CanExecuteChanged in Button.
7 years ago
Steven Kirk
a7b8e37e3b
Renamed DropDownTests -> ComboBoxTests.
7 years ago
Steven Kirk
53b71076d6
DropDown -> ComboBox.
Renamed `DropDown` to `ComboBox` to fit in with WPF/UWP.
7 years ago
MonkAlex
235cc660fd
#1052 Rename TreeContainerIndex.Items to Containers
7 years ago
Dariusz Komosinski
2c04c95a12
Expose SelectedItems property. Add more tests for edge cases failing for ListBox.
7 years ago
Dariusz Komosinski
85d309830a
TreeView multiple selection support.
7 years ago
Steven Kirk
1d8bf77ab1
Added failing test for #2335 .
7 years ago
Steven Kirk
4a5e11f6aa
Fix keyboard interaction for ContextMenu.
7 years ago
Andrey Kunchev
48ad6babda
improve test
7 years ago
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
Andrey Kunchev
870a2f365f
layoutmanager/listbox/vistualization/scroll issue unit test
7 years ago
Steven Kirk
068acb6376
Added TopLevel.Opened unit tests.
7 years ago
Steven Kirk
fafa695257
Use recommended ContentControl pattern.
7 years ago
Steven Kirk
302bf55b8a
Added failing tests for #1099 .
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