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
Wiesław Šoltés
55486faa43
Fix type
8 years ago
Wiesław Šoltés
06a6059a1e
Fix failing test
8 years ago
Andrey Kunchev
7136750d6b
add failing unittests for derivedlist
8 years ago
Andrey Kunchev
2e43026033
cleanup ImmediateRenderer tests
8 years ago
Andrey Kunchev
8461bfc688
add tests for transform to visual
8 years ago
Jumar Macato
d4b82e5af7
Fix yet another visual test
8 years ago
Jumar Macato
cfa39c9d0d
fix wrongly placed fontfamily parameter
8 years ago
Jumar Macato
0094c4cf87
Fix unit test by specifying the font in the test image.
8 years ago
Jeremy Koritzinsky
ae68c94943
Fix designer tests and clean up solution.
8 years ago
Jeremy Koritzinsky
237f01fb1a
Move AppBuilder.UsePlatformDetect into Avalonia.Desktop and renamed the reflection-based one to a different name. Conditionalize the output-path loading like before.
8 years ago
Jeremy Koritzinsky
05e0020f53
Fix designer errors and .NET Framework on Unix errors.
8 years ago
Jeremy Koritzinsky
40a901347a
Update Cake to build packages via MSBuild.
8 years ago
Jeremy Koritzinsky
acb3d46ca0
Enable generating NuGet packages via the MSBuild Pack target.
8 years ago
Jeremy Koritzinsky
321bd15664
Merge desktop runtime support libraries. Fixes #1899 .
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
5ce71be598
another failing unit test for invalidate on immediate renderer when renderedtransfom is used, issue #1998
8 years ago
Andrey Kunchev
a600fb52ae
unit test for invalidate on immediate renderer when renderedtransfom is used, issue #1998
8 years ago
Andrey Kunchev
c1dd44ead4
unit test for issue #2000 button with render transform don't trigger click
8 years ago
artyom
3aabd354ad
Use activation behavior like on other XAML platforms
8 years ago
artyom
d2be495bde
Add ReactiveUserControl and ReactiveWindow
8 years ago
Andrey Kunchev
a955f73a3e
failing unittest for nested multibinding
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
artyom
965057a7e2
Fix WhenActivated ignoring WindowBase
8 years ago
Nikita Tsukanov
e00f0f0385
Platform-specific key gestures
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
Nikita Tsukanov
04228b6d03
Support for mc:Ignorable + d:DataContext
8 years ago
artyom
ebcbe99c4e
Add tests for ReactiveUI 9.0.1
8 years ago
artyom
cdc6033ed2
Use Avalonia code style for test methods names
8 years ago
artyom
0153c76997
Add affinity tests
8 years ago
artyom
d36a55f615
Add ActivationForViewFetcher tests
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
Steven Kirk
62a5b66228
Fix failing tests.
8 years ago
Andrey Kunchev
cabdb077a1
add failing test for #1930 PathMarkupParser does not end figure when trailing spaces (newlines) are present
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
bca37513b4
Added failing test for disposing completed binding.
8 years ago
Jeremy Koritzinsky
f20ebb3ca7
Fix another API mismatch from the API change of IRenderLoopTask that I missed beforehand.
8 years ago
Jeremy Koritzinsky
dcb0d5d090
Fix Raise calls in RenderLoopTests
8 years ago
Jeremy Koritzinsky
0aa5866ea8
Fix missed changes in IRenderTimer.
8 years ago
Jeremy Koritzinsky
5fce271ff8
PR Feedback
8 years ago
Steven Kirk
ac0c9e69cd
Added IAffectsRender interface...
...and use it as a general-purpose means of attaching to property values that can affect render.
8 years ago