Steven Kirk
fc33707003
Remove tags from style activators.
They're no longer needed.
4 years ago
Steven Kirk
96942a2026
Expose activation state via a method.
Previously, the `IsActive` property caused the activator state to be re-evaluated, which meant that when the _debugger_ read it, it was re-evaluated, making debugging difficult.
4 years ago
Steven Kirk
1730331ae7
Add additional failing test.
4 years ago
Steven Kirk
ed11b75b81
Added failing animation test.
4 years ago
Steven Kirk
333bcb2d1c
Skip some of the two-way binding tests.
The value store alone cannot fix these tests, as writing back to source in two-way bindings is implemented at a higher level than the value store. We'll need to refactor the way two-way bindings work in a separate PR.
4 years ago
Steven Kirk
9367f8b24d
Refactor binding IValueEntry into base class.
Too many gotchas in implementing binding entries, we'll take the performance hit of a few virtual method calls.
4 years ago
Steven Kirk
dd285eebde
More failing tests for two-way bindings.
4 years ago
Steven Kirk
d14ff72eab
Unsubscribe inactive bindings.
4 years ago
Steven Kirk
d1a5870b3b
Added more failing tests for desired behavior.
We should be unsubscribing from bindings when a higher priority binding or value is added.
4 years ago
Steven Kirk
c809c9a161
Added failing test for TwoWay bindings.
4 years ago
Takoooooo
99e02059a8
Fix Test.
4 years ago
Takoooooo
e05a0d0014
Fix DashStyle not applying values correctly.
4 years ago
Nikita Tsukanov
4207a5f93b
Filter-out child elements during hit-testing too
4 years ago
Stanislav Silin
93019b8da0
Fix stretched relative panel test.
4 years ago
Stanislav Silin
5033e8a6f1
Add test for stretched relative panel.
4 years ago
Takoooooo
825fcfab31
Remove obsolete members from Avalonia.Base namespace
4 years ago
Max Katz
2fdba46f0c
Fix tests
4 years ago
Max Katz
18128a59de
Fix window Loaded and Unloaded events
4 years ago
rabbitism
928f03a404
fix to remove GridLength.ToString() culture dependency.
4 years ago
Dan Walmsley
6054fa98f1
fix reliability issue in osx window state test.
4 years ago
Max Katz
8436e0f762
Remove test that doesn't make sense anymore
4 years ago
Steven Kirk
0360af6780
Added failing test for #8672 .
4 years ago
Max Katz
41d31d8857
Add thickness test as well
4 years ago
Max Katz
6520722e54
Attempt to not deferr value types
4 years ago
Andrey Kunchev
d4840a55bc
add failing test for #8669
4 years ago
Takoooooo
a30d73eb5e
Fix tests.
4 years ago
Nikita Tsukanov
3717aec4f5
Use GetFeature + API lease approach for accessing SKCanvas
4 years ago
Max Katz
705e9065a3
Add more tests for lazy resources
4 years ago
robloo
ce966f72e3
Fix comment which is correct as "default theme"
Co-authored-by: Max Katz <maxkatz6@outlook.com>
4 years ago
robloo
e94eb0cbfd
More simple theme renaming
4 years ago
Max Katz
a9910501ec
Fix tests
4 years ago
Max Katz
1731f88822
Rename Default to Simple
4 years ago
Takoooooo
fe79cee672
Fix Tests.
4 years ago
Benedikt
4f79ac8a1c
Fix precession errors
4 years ago
Benedikt Stebner
bf9a0d8656
Use a different arabic font for tests
4 years ago
Max Katz
33931e99bb
Fix unit tests
4 years ago
Benedikt Stebner
c94120c065
Try to fix tests on mac
4 years ago
Benedikt Stebner
81b0dce302
Fix RichTextBlock Inlines update handling
4 years ago
Evgeny Gorbovoy
1c1499c399
More `ContainsExclusive`
4 years ago
Benedikt Stebner
23b08b1f34
Attempt to fix consistent hit testing results
GetCharacterHitFromDistance and GetDistanceFromCharacterHit should match all the time
4 years ago
Evgeny Gorbovoy
c226432e9b
Tests fixing
4 years ago
Steven Kirk
eb8ddef412
Add failing integration test on macOS.
Hiding a child window, and then clicking on the parent window causes the child window to be erroneously re-shown.
4 years ago
Evgeny Gorbovoy
d560fd2847
+ CompositorHitTesting test
4 years ago
Evgeny Gorbovoy
01d040bf6c
+ hit test attempt
4 years ago
Steven Kirk
1e737dcaf6
Remove duplicate import.
4 years ago
Steven Kirk
fcef065908
Fix flaky menu integration tests.
Move the mouse pointer out of the way of the menu when running integration tests on menu keys.
4 years ago
Dan Walmsley
a9cc499de3
Revert "disable broken tests."
This reverts commit 5fcc5ecfea .
4 years ago
Steven Kirk
8f98c2ae76
Store direct property bindings in ValueStore.
We already have a place to store them in the `_localValueBindings` list, so use that rather than having a separate `_directBindings` list in `AvaloniaObject`.
4 years ago
Steven Kirk
31e6bb4f72
Fix evaluation in presence of multiple animation frames.
4 years ago
Max Katz
d1683c963e
Remove MouseDevice from the TopLevel
4 years ago