Max Katz
|
01f44de076
|
Merge pull request #7344 from Gillibald/feature/fullFontTestBackend
Introduce font related platform implementations for unit tests
|
4 years ago |
Benedikt Stebner
|
fb05fbd86c
|
Introduce FontManagerOptions (#7089)
* Introduce FontManagerOptions
* Add missing comments
|
4 years ago |
Dan Walmsley
|
918c47d6b8
|
Merge pull request #7031 from MarchingCube/dc-ellipse
Add support for drawing ellipses directly via DrawingContext
# Conflicts:
# src/Avalonia.Visuals/ApiCompatBaseline.txt
|
4 years ago |
Jumar Macato
|
cf91a06ce4
|
Merge pull request #6915 from AvaloniaUI/update/samples-tests-net6
Update samples/tests to net6.0
|
4 years ago |
Jumar Macato
|
d882272b23
|
Merge pull request #6989 from MarchingCube/fix-transform-operations-interpolation
Fix transform problems caused by missing transform data or invalid order of operations
|
4 years ago |
Steven Kirk
|
ce639e2ce8
|
Merge pull request #6900 from AvaloniaUI/fixes/6899-rtb-transformedbounds
Don't update TransformedBounds from RenderTargetBitmap.
|
4 years ago |
Dan Walmsley
|
f1b0d18674
|
Merge pull request #6747 from RomanSoloweow/master
LineNode hit test optimization
|
5 years ago |
Max Katz
|
4bb99fd73b
|
Merge pull request #6746 from RomanSoloweow/master
LineNode hit test
|
5 years ago |
Steven Kirk
|
58579fba6a
|
Merge pull request #6576 from AvaloniaUI/feature/1279-combining-geometries
Add GeometryGroup and CombinedGeometry
Conflicts:
src/Avalonia.Visuals/ApiCompatBaseline.txt
|
5 years ago |
Benedikt Stebner
|
7d4ead24d7
|
Merge pull request #6581 from Gillibald/fixes/6577
Fixes PathMarkupParser flag parsing when no separator is used
|
5 years ago |
Steven Kirk
|
e95108212a
|
Merge pull request #6044 from AvaloniaUI/fixes/failing-debug-build-tests
Fix a couple of tests that only fail in debug mode.
|
5 years ago |
Nikita Tsukanov
|
d7fe0022d7
|
Merge pull request #6271 from MarchingCube/fix-zindex-ordering
Implement indexed sort for visual children.
|
5 years ago |
Max Katz
|
941398b8ab
|
Merge pull request #5800 from AvaloniaUI/feature/load-writeable-bitmap-from-file
Api to allow loading WriteableBitmap from File / Stream
# Conflicts:
# src/Avalonia.Visuals/ApiCompatBaseline.txt
|
5 years ago |
Max Katz
|
bf6355e032
|
Merge pull request #5923 from AvaloniaUI/fixes/5879-icustomhittest
Fix ICustomHitTest
|
5 years ago |
Andrey Ermilkin
|
bcca8d8616
|
Scaling Vector is not commutative
|
5 years ago |
Jumar Macato
|
74a74acf0c
|
set from float to double
|
5 years ago |
Jumar Macato
|
4ef47bfdb0
|
Add TryGetSegment
|
5 years ago |
Jumar Macato
|
f8596a60ea
|
add unimplemented stuff on MockRenderInterface.cs
|
5 years ago |
Benedikt Stebner
|
bd9aaae4c0
|
Fix Typo
|
5 years ago |
Benedikt Stebner
|
1371cf5612
|
Fix LineBreakEnumerator
|
5 years ago |
Dan Walmsley
|
9eb7a1002f
|
fix test signing
|
5 years ago |
Dariusz Komosinski
|
0e7e861009
|
Fix TransformToVisual not dealing with non-invertible transforms.
|
5 years ago |
Steven Kirk
|
d99512a785
|
Make DashStyle.Dashes an AvaloniaList.
So that it can be parsed from XAML and changes can be made.
|
5 years ago |
Jumar Macato
|
7df1d2ad4d
|
add test, thanks @donandren ! :D
|
5 years ago |
Giuseppe Lippolis
|
c98918bc2a
|
Update tests
|
6 years ago |
Benedikt Schroeder
|
cde3c7227f
|
Add a test for GlyphRun.FindGlyphIndex
|
6 years ago |
Benedikt Schroeder
|
04c781ca14
|
Make sure GlyphTypefaces are always cached
|
6 years ago |
Dariusz Komosinski
|
aff78fa662
|
Add default alpha and pixel formats to render interfaces.
|
6 years ago |
Dariusz Komosinski
|
77ef0ea144
|
Fix test.
|
6 years ago |
Dariusz Komosinski
|
c414e26cf6
|
Ensure that TryParse won't throw.
|
6 years ago |
Benedikt Schroeder
|
4e53adb9d4
|
Fix MeasureText for empty glyph clusters
|
6 years ago |
Benedikt Schroeder
|
bc9926014f
|
Fix typeface fallback for embedded fonts
Fix text wrapping for multiple corner cases
|
6 years ago |
Benedikt Schroeder
|
f211e3c724
|
Disable generators
Remove vertical tab and form feed
|
6 years ago |
Benedikt Schroeder
|
f377172947
|
Introduce line break tests
|
6 years ago |
Benedikt Schroeder
|
4fe771786e
|
Update to Unicode 13.0
|
6 years ago |
Benedikt Schroeder
|
2a181d9acb
|
Introduce TextRunProperties
|
6 years ago |
Steven Kirk
|
f14d73f5c9
|
Disable render layers.
We need a new renderer :/
Fixes #2244
|
6 years ago |
Steven Kirk
|
d3c3741bec
|
No longer need to pass root to ExecuteInitialLayoutPass.
|
6 years ago |
Dariusz Komosinski
|
2b50335727
|
Increase coverage of transform parsing and fix found issues.
|
6 years ago |
Dariusz Komosinski
|
4b0e88f0ec
|
Implement remainder of matrix interpolation fallback test.
|
6 years ago |
Dariusz Komosinski
|
179fdd21b3
|
Use epsilon when checking for singular matrices. Add benchmark for decomposing a Matrix. Add more tests for Matrix struct.
|
6 years ago |
Dariusz Komosinski
|
8c5b22c8cc
|
Initial CSS like transform support.
|
6 years ago |
Dariusz Komosinski
|
9c4bcbdea9
|
Add more coverage for TryParse
|
6 years ago |
Dariusz Komosinski
|
9391ddbab5
|
Add failing tests for shorthand color parsing.
|
6 years ago |
Dan Walmsley
|
cbda0e9d95
|
fix nits.
|
6 years ago |
Dan Walmsley
|
fe01544a4c
|
Add a Rect.Normalize method with tests.
|
6 years ago |
Steven Kirk
|
313f334d1c
|
Added failing PixelRect snapping tests.
|
6 years ago |
Benedikt Schroeder
|
6b8f867006
|
Initialize the GlyphRun on render
|
6 years ago |
Dan Walmsley
|
f270a1eafd
|
remove pen argument from DrawOperation and BrushDrawOperation
|
6 years ago |
Dan Walmsley
|
ab9556257c
|
fix test interfaces
|
6 years ago |