Nikita Tsukanov
a9ef92bbeb
Implemented BeginFigure(isFilled: false)
3 years ago
Max Katz
29d92f75dc
Fix Relative Source with {x:Type} bindings
3 years ago
José Pedro
5778afd76a
Added unit test for templated parent theme changed loop.
3 years ago
Benedikt Stebner
edbfd96b2d
Simply ShapedBuffer GlyphInfos access
3 years ago
Steven Kirk
f745fe1788
Use simpler event args type.
The `PointerEnteredItem` and `PointerExitedItem` were using an obsolete API to create the event args. We don't need a `PointerEventArgs` anyway, just use `RoutedEventArgs`.
3 years ago
Steven Kirk
f1759ab23e
Fix merge error.
3 years ago
Steven Kirk
f87148dbbc
Add failing unit test for #10420 .
3 years ago
Yoh Deadfall
a62096ed05
Added test for mouse device
3 years ago
Steven Kirk
ac882ad3a1
Add failing integration tests for overlay popups.
Integration tests for #10420 :
- Adds an `--overlayPopups` command-line argument to IntegrationTestApp
- Renames `TestAppFixture` -> `DefaultAppFixture`
- Adds additional `OverlayPopupsAppFixture`
- Runs ComboBox and Menu tests in both default and overlay popups mode
- VS keeps changing the `.sln` file
3 years ago
Nikita Tsukanov
ae1fcfed51
Refactored DrawingContext and VisualBrush, added DrawingBrush ( #10419 )
Refactored DrawingContext and VisualBrush, added DrawingBrush
3 years ago
Daniil Pavliuchyk
8a771855db
Add tests
3 years ago
Steven Kirk
3096a2d159
Add failing integration test.
For the following scenario:
- Open a child window of main window
- Open a modal window as a child of main window
- Close main window
- First child window should remain in front of main window
3 years ago
Steven Kirk
40ab20146f
Clear data validation when binding completes.
3 years ago
Benedikt Stebner
f5caa61051
[SKIA] UseOpacitySaveLayer feature switch ( #9964 )
* [SKIA] Introduce UseOpacitySaveLayer feature switch
* Only maintain _currentOpacity when OpacitySaveLayer is disabled
3 years ago
Steven Kirk
a899185afb
Update data validation from EffectiveValue.
Requires `ValueEntry`/`BaseValueEntry` to be available to `EffectiveValue<T>`.
Also change the tests to only test values coming back from the model in the style binding tests, as they don't work when setting local values currently. This will be fixed later.
3 years ago
Steven Kirk
23267b7967
Added additional failing tests.
3 years ago
Steven Kirk
d787a72f7f
Initial impl of data validation for styled properties.
Currently only local value bindings implemented.
3 years ago
Steven Kirk
eabc9493fa
Added tests for styled property data validation.
3 years ago
Steven Kirk
688dbc4fdc
Moved EnableDataValdiation to AvaloniaPropertyMetadata
Support data validation in StyledProperty bindings
Co-Authored-By: Tom Edwards <109803929+tomenscape@users.noreply.github.com>
3 years ago
Benedikt Stebner
1ecdf32520
Remove trailing whitespace for right aligned text
Fix justification for non wrapped text
Fix text trimming for RTL flow direction
3 years ago
Nikita Tsukanov
95b6343f8f
Respect AdornerLayer.IsClipEnabled
3 years ago
Daniil Pavliuchyk
44b833a0af
Fix test
3 years ago
Steven Kirk
2cff53c057
Added failing test for #10345 .
3 years ago
Steven Kirk
dd17097323
Added failing test for #10255 .
3 years ago
Max Katz
af70f74c88
Workaround for the inherited default value bug
3 years ago
Daniil Pavliuchyk
ac21ab2fe6
Add Slider Automation Test
3 years ago
Steven Kirk
b92134c682
Added failing test for #10246 .
3 years ago
Max Katz
4fc1995246
Make AvaloniaProperty.Register overload with "notifying" parameter internal
3 years ago
Steven Kirk
0ce9180d7c
Added untyped SetCurrentValue.
3 years ago
Steven Kirk
8741b7e410
Fix IsSet with SetCurrentValue.
And add unit tests.
3 years ago
Steven Kirk
19078979e3
Initial implementation of SetCurrentValue.
3 years ago
Max Katz
d5a5efa90c
Fix tests after style changes
3 years ago
Steven Kirk
68074ce4b1
Added failing ScrollViewer test.
3 years ago
Steven Kirk
b285b88b8e
Added some failing virtualization tests.
3 years ago
Steven Kirk
035f4f0e55
Added failing integration tests for #10232 .
3 years ago
José Pedro
04df472194
Added unit test for #10226 .
3 years ago
Julien Lebosquain
97aa613bba
Prevent null Panel children
3 years ago
Steven Kirk
784c380c60
Don't change z-order of window exiting fullscreen.
When a window exits fullscreen, its child windows need to be ordered, but we shouldn't touch the z-order of the window itself as this sometimes seemed to result in the parent window being shown over the child windows. Fixes flaky integration tests (hopefully).
3 years ago
Steven Kirk
50a368eaa1
Skip flaky test for now.
3 years ago
Steven Kirk
959b09c243
Skip flaky test for now.
3 years ago
Julien Lebosquain
39fe9b17fb
Nullability fixes for Avalonia.Base
3 years ago
Steven Kirk
044a499db3
Added additional failing integration tests.
3 years ago
Julien Lebosquain
7eda49e061
Ensure IRenderRoot.Renderer is never null
3 years ago
José Pedro
f8af158a38
Updated packages used by tests.
3 years ago
Steven Kirk
f417491702
Speed up integration tests.
Don't change combo boxes that are already set to the correct value.
3 years ago
Steven Kirk
2951b80c39
Add additional failing integration tests.
For problems introduced in #10153 .
3 years ago
Steven Kirk
571b7746ea
Added failing integration test.
3 years ago
Steven Kirk
2bbaf74d8f
Fix integration tests on macOS.
Seems that the version of macOS on the test runner applies some shading to the top of the window. Check the color of a pixel lower down.
3 years ago
Steven Kirk
73cede0bf5
Added integration tests for window transparency.
Failing on macOS, passing on win32.
3 years ago
Benedikt Stebner
42f8c58aef
Update teste for the new typeface
3 years ago