Julien Lebosquain
|
5e13c5b59a
|
Implemented layout and render time graph overlays
|
3 years ago |
Max Katz
|
546aa8fcae
|
Fix tests
|
3 years ago |
Nikita Tsukanov
|
abf8819947
|
Implemented pixel format transcoding for Bitmap and WriteableBitmap
|
3 years ago |
Steven Kirk
|
0065a962ac
|
Move ItemsRepeater to separate assembly.
|
3 years ago |
Nikita Tsukanov
|
d0a4890f18
|
Dispose CompositorTestServices
|
3 years ago |
Nikita Tsukanov
|
6bdf0eacc7
|
Removed legacy renderers
|
3 years ago |
Benedikt Stebner
|
cb884c6e9e
|
Reintroduce customizable GlyphRun.BaselineOrigin
Reintroduce Brush IBrush inheritance
|
3 years ago |
Julien Lebosquain
|
f951929d54
|
Perf: improved CodepointEnumerator
|
3 years ago |
Julien Lebosquain
|
2f429062a1
|
Perf: improved GraphemeEnumerator by avoiding double codepoint iteration
|
3 years ago |
Benedikt Stebner
|
07c11c75e7
|
Use IGlyphRunImpl in the IDrawingContextImpl
|
3 years ago |
Julien Lebosquain
|
7ae394d247
|
Fixed text layout buffer reset for Stack and Dictionary (+ tests)
|
3 years ago |
Nikita Tsukanov
|
d714f37fce
|
Implemented interop with externally managed GPU memory
|
3 years ago |
Julien Lebosquain
|
4144be11fe
|
Pass GlyphInfo directly to GlyphRun
|
3 years ago |
Julien Lebosquain
|
076d10fcaf
|
BiDiAlgorithm and BiDiData instances are reusable
|
3 years ago |
Max Katz
|
be22b361c8
|
Add theme variants specific tests
|
3 years ago |
Dmitry Zhelnin
|
a75753c942
|
EventRoute: remove additional check if event was handled
|
3 years ago |
Julien Lebosquain
|
dec8c1c586
|
Used Memory/Span instead of CharacterBufferReference/Range
+ GlyphRun uses ReadOnlyMemory for characters
|
3 years ago |
Max Katz
|
fe115d9dd9
|
Remove platform specific IsPathRooted
|
3 years ago |
Max Katz
|
37545cbeb1
|
IStorageProvider API updates
|
3 years ago |
Max Katz
|
a78b0edd42
|
Changes after review
|
3 years ago |
Sergey Mikolaitis
|
84206e93dd
|
[Text] Optimize grapheme and add performance benchmark
|
3 years ago |
Max Katz
|
36f93ae7bc
|
Update tests and designer
|
3 years ago |
Simon Cropp
|
fb37ab1e77
|
leverage GetRequiredService
|
3 years ago |
Simon Cropp
|
dba476c11c
|
fix more typos
|
3 years ago |
Simon
|
876fa08812
|
move to a consistent langversion of 11
|
3 years ago |
Nikita Tsukanov
|
78b4c6a96e
|
Ignore Opacity for hit-testing purposes
|
3 years ago |
Emmanuel Hansen
|
66ca4ca639
|
remove hold styled properties in InputElement
|
3 years ago |
Emmanuel Hansen
|
57255586c2
|
update hold tests
|
3 years ago |
Emmanuel Hansen
|
08f17fa206
|
add more tests
|
3 years ago |
Max Katz
|
1776522397
|
Mock IPlatformThreadingInterface
|
3 years ago |
Emmanuel Hansen
|
29e7666a67
|
attempt at testing
|
3 years ago |
Emmanuel Hansen
|
be843f699a
|
add mock thread interface to touch device tests
|
3 years ago |
Emmanuel Hansen
|
f61c7f6cd9
|
Revert "fix tests"
This reverts commit 584e18f78d29480890711b1149d946f61e0d8447.
|
3 years ago |
Emmanuel Hansen
|
c804fa00cf
|
fix tests
|
3 years ago |
Max Katz
|
c2e00428df
|
Remove AppBuilderBase and generics
|
3 years ago |
Emmanuel Hansen
|
586c3350dc
|
adds tests
|
3 years ago |
Max Katz
|
8a78f134c5
|
Remove JetBrains.Annotations from the repo
|
3 years ago |
Max Katz
|
59d7874b1d
|
Replace System.Reactive with internal extensions
|
3 years ago |
Steven Kirk
|
4f6d51e166
|
Add tests for property binding threading.
- Added a failing tests for styled property binding with threading
- Made direct property test actually confirm that binding was done on UI thread
|
3 years ago |
Steven Kirk
|
f0c89a614e
|
Reimplemented Carousel.
Only `VirtualizingCarouselPanel` currently implemented.
|
3 years ago |
Benedikt Stebner
|
895d85aa89
|
Implement CharacterBufferReference and related classes
|
3 years ago |
Daniil Pavliuchyk
|
6b8b5d78f4
|
Rework focus so we don't return focus to the lastly enabled element
|
3 years ago |
Steven Kirk
|
f4eeb82a58
|
Actually dispose DisposeAnimationInstanceSubject.
We were creating a `DisposeAnimationInstanceSubject` and then just discarding it, meaning it was never disposed.
Fixes #6111
Fixes #9514
|
3 years ago |
Nikita Tsukanov
|
eaf2ce38a4
|
Context management
|
3 years ago |
Steven Kirk
|
387728fb2d
|
Added failing test for animations without activator.
Mentioned in #9561.
|
3 years ago |
Steven Kirk
|
58b5eeb9d2
|
Added failing tests for #9561.
|
3 years ago |
robloo
|
3fc6a51571
|
Remove Rect.Default
|
3 years ago |
daniel mayost
|
aa31daecde
|
Move FlowDirectionTests to Avalonia.Base.Tests
|
3 years ago |
robloo
|
509ebddcc4
|
Standardize Default member in Rect
|
3 years ago |
Nikita Tsukanov
|
a2ba58c0f9
|
Added some tests for composition animations
|
3 years ago |