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
mstr2
039991da68
Fixed a bug where AddOwner would add a property to AvaloniaPropertyRegistry's property list more than once
7 years ago
artyom
6e4b9a23c2
Add unit tests for RoutedViewHost
7 years ago
mstr2
9d3fd84a7a
Fixes a bug where properties would be added multiple times to the global AvaloniaPropertyRegistry._properties list.
7 years ago
Nikita Tsukanov
c742fa42d2
[REMOTE] Skip unknown BSON properties
7 years ago
Steven Kirk
233adc9ca5
Added `:not()` style selector.
7 years ago
Steven Kirk
653fa458c1
Call InitializeComponent in RxUI activation tests.
To make sure activation works after loading XAML.
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
f3029d3346
Added failing test for #2203 .
7 years ago
Steven Kirk
d75af69307
Fix tests.
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
Steven Kirk
38a3db18cb
Added IRenderer.SceneInvalidated event.
And use this event to trigger an update of the mouse pointer-over state.
7 years ago
Steven Kirk
6f02e832f8
Added failing test for buggy TreeViewItem expander.
A selector of type `Control /template/ Control:class` is returning `AlwaysThisInstance` instead of `Sometimes`.
7 years ago
Jumar Macato
440985a2b3
Add unit test for FillMode
7 years ago
Jeffrey Ye
3a28179704
return new string[0] from mock interfaces
7 years ago
Nikita Tsukanov
a75c8b9859
Adapted GridLayoutTests to run on Mono
7 years ago
Nikita Tsukanov
feadefc1a1
Run Mono/FullNET tests for all "core" libs except Avalonia.Controls
7 years ago
Nikita Tsukanov
4b234f73df
Run Avalonia.Base.UnitTests on netfx/mono
7 years ago
Nikita Tsukanov
effc7c09c6
Fixed #2228
7 years ago
Jeffrey Ye
27edc74bf8
more comments, and fix compilation error
7 years ago
Jeffrey Ye
2ed745d493
#2222 Get all fonts in the system
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
Jeremy Koritzinsky
44bf2ee721
Add unit test and fix #2149 .
7 years ago
Nikita Tsukanov
5136750bc3
Added nullable type converter proxy
7 years ago
Jumar Macato
6b025bb9a9
Fix nits :)
7 years ago
Nikita Tsukanov
6d5d26b36c
Exclude Wrapping_NoWrap from Linux test run
7 years ago
Nikita Tsukanov
ea7dc760cc
Updated SkiaSharp to 1.68.0
7 years ago
Jumar Macato
660691da49
Make KeyFrame an AvaloniaObject and move the setters to a dedicated property.
7 years ago
Jumar Macato
b2b0d84532
Add Unit Tests for Animations.
7 years ago
Benedikt Schroeder
1d19e28e9b
Full support for relative uris
7 years ago
Andrey Kunchev
54627eeff1
add failing unittest for immediaterenderer not rendering sometimes controls issue #2141
7 years ago
Benedikt Schroeder
f260ec1df4
Support relative paths for embedded fonts
7 years ago
Andrey Kunchev
6c249f375c
add failing test for #2106 scroll to last in listbox not working sometimes
7 years ago
Steven Kirk
41f201bec8
Fix grip visualbrush tests.
7 years ago
Dan Walmsley
53638845a6
Add more visualbrush tests.
7 years ago
Steven Kirk
eecd3555f9
Fix DPI in ImageBrushImpl.
And add expected output for tests. D2D now passes, skia still renders incorrectly.
7 years ago
Steven Kirk
f1c2c72400
Added failing tests for #1614 .
7 years ago
Nikita Tsukanov
2be6390683
Fixed tests
7 years ago
Andrey Kunchev
741154d653
add more failing tests more specific to the particular problem in binding with complex property path like property.item1.item2.item3
7 years ago
Andrey Kunchev
617b5708c2
add failing tests for Relative Source in Binding
7 years ago
Wiesław Šoltés
338fe1d5eb
Use thickness instead of width and height
7 years ago
Nikita Tsukanov
2741fec63e
Register cursor factory for tests
7 years ago
Wiesław Šoltés
29cef8a7de
Update FullLayoutTests.cs
7 years ago
Nikita Tsukanov
343905ebb3
Generate asset resource info with paths
7 years ago
wieslawsoltes
5d8c6beed0
Fix tests
7 years ago
wieslawsoltes
1d8ea08d0b
Try to fix tests
7 years ago
Nikita Tsukanov
5cd7c1f6f4
Reworked dialogs for GTK/Win32
7 years ago
Steven Kirk
94b2e2beca
Cache the styles for control types.
A lot of time was being spent calling `Attach` on styles that will never match a control. On the first pass, cache the styles that can match a particular control type and use this cache to bypass styles that will never match on subsequent passes.
8 years ago