Andrey Kunchev
14b2618798
enable back the test for text Wrapping
6 years ago
Andrey Kunchev
0f81b0fc93
add failing test for formatter for #4806
6 years ago
Andrey Kunchev
07b48075ce
add failing test for #4806 (skip it for now as it's deadlock)
6 years ago
Nikita Tsukanov
7c250bba7f
Added optimized Blit method for render layers
6 years ago
Benedikt Schroeder
cde3c7227f
Add a test for GlyphRun.FindGlyphIndex
6 years ago
Giuseppe Lippolis
9425ca8420
fixed test
6 years ago
Giuseppe Lippolis
f24b6b4047
Add Test
6 years ago
oliver.holliday@lontra.co.uk
4f671b606b
Fix stop-offsets being relative to the wrong point after reversal. Copy arrays manually instead of using Linq to resolve PR comment.
6 years ago
oliver.holliday@lontra.co.uk
0d9905c051
Add expected test files
6 years ago
oliver.holliday@lontra.co.uk
38a6ea99ac
Add new tests for RadialGradient with GradientOffset handling. Fix implementation of Skia renderer to match Direct2d version.
6 years ago
Dariusz Komosiński
00dbf12cee
Remove not needed code.
6 years ago
Dariusz Komosiński
8555fed86b
Add failing tests for #4733 and fix property accessor.
6 years ago
amwx
52075d6cd9
Fix Test
6 years ago
Kir-Antipov
997385eab7
Made test for AutoCompleteBox.ItemSelector
6 years ago
Kir-Antipov
7481aea606
Removed AutoCompleteMode enum
6 years ago
Kieran Devlin
f3e0863f52
Updated exception type for validation exceptions so that DataValidationErrors can extract the user friendly message.
6 years ago
Benedikt Schroeder
c2fad766e5
Rework GlyphRun BaselineOrigin
6 years ago
Steven Kirk
3f47f6dba3
Added failing test for AvaloniaList.CopyTo.
`Can_CopyTo_Array_Of_Same_Type` passes but `Can_CopyTo_Array_Of_Base_Type` fails.
6 years ago
José Pedro
32fe0e60a7
Use typed property changed args instead of changing handler args type.
6 years ago
Steven Kirk
73ffcf4648
Added failing tests simulating tabstrip/carousel pair.
6 years ago
Maksym Katsydan
92f1c06a96
Update DataGrid tests
6 years ago
Kir-Antipov
0fa3350a9d
Made tests for the AutoCompleteMode and TextSelector properties
6 years ago
Steven Kirk
14f314341e
Fix scrolling to selection.
A few `AutoScrollToSelectedItem` improvements:
- Scroll to current selected item when it's set to true
- Scroll to current selected item when list first displayed
- Scroll to current selected item when attached to visual tree if the selection was changed while it wasn't attached
Fixes #4100
6 years ago
Steven Kirk
9e0c92c630
Raise SelectedItems property changed events.
6 years ago
Steven Kirk
517a52f988
Failing tests for SelectedItems property changed events.
6 years ago
Steven Kirk
faaa8f28e9
Added failing tests for #4048 .
6 years ago
Steven Kirk
b73ba99077
Reafactor SelectingItemsControl selection.
- Remove `SelectedItemsSync` and store `SelectedItems` in a new `InternalSelectionModel`
- Store transient `SelectingItemsControl` state in an `UpdateState` object
Fixes #4272
6 years ago
Steven Kirk
22580652fa
More failing SelectionModel tests.
6 years ago
Steven Kirk
d84a98f65a
Added failing test for #4272 .
6 years ago
artyom
6275a1ca27
Don't test code that is generated at nukebuild time
6 years ago
Steven Kirk
f4017162cd
Add additional failing test for #4654 .
6 years ago
Steven Kirk
10b3c88092
Added failing SelectedItem/Index property changed tests.
6 years ago
Steven Kirk
a0dfa32ba5
Added failing test for #4654 .
6 years ago
José Pedro
7782261ec3
Added typed AvaloniaProperty<T>.Changed.
6 years ago
amwx
05c6978617
Try to get test to pass on CI
6 years ago
amwx
4e2dc7f5db
Add test
6 years ago
Benedikt Schroeder
54fb09a304
Fix unit test
6 years ago
Benedikt Schroeder
04c781ca14
Make sure GlyphTypefaces are always cached
6 years ago
Steven Kirk
e579e61f38
Teaks and remove copy-pasta.
6 years ago
Steven Kirk
8079ebe1dc
Added failing test for #4599 .
6 years ago
Przemysław Onak
db98c340d6
Add test to check if popup is displayed correctly after window is shown
6 years ago
Przemysław Onak
de5dd5096e
Schedule opening popup if cannot be opened right now
6 years ago
Steven Kirk
525dbbb2e7
Addeding failing selection tests.
6 years ago
Benedikt Schroeder
a2a0fba1c2
Ignore invisible characters
6 years ago
Steven Kirk
4330451d2c
Added tests for CollectionChangedEventManager.
Including a failing test: `Receives_Events_From_Wrapped_Collection`.
6 years ago
Dan Walmsley
5580e0f54b
add failing unit test.
6 years ago
Dan Walmsley
08c451c676
add a failing unit test.
6 years ago
Steven Kirk
a078974eba
Implement changing selection mode.
6 years ago
Steven Kirk
2f7cc3b79d
Fix bad grammar.
6 years ago
Steven Kirk
e4f03fdf79
Fix working with collections of value types.
`IEnumerable<T>` is not covariant for value types, so we need to use the non-generic `IEnumerable` everywhere under the hood to ensure we can work with both value and reference types.
6 years ago