Jumar Macato
|
440985a2b3
|
Add unit test for FillMode
|
7 years ago |
Jumar Macato
|
9880d64058
|
Bugfix for #2020: Snap last interpolated value to either start/end values of the animation when fillmode is active.
|
7 years ago |
Jumar Macato
|
7c9c79e455
|
Merge pull request #2196 from jp2masa/matrix-optimization
Removed duplicate call to GetDeterminant
|
7 years ago |
José Pedro
|
7e0ac1b787
|
Removed duplicate call to GetDeterminant.
|
7 years ago |
Steven Kirk
|
a5c91be4e8
|
Merge pull request #2087 from AvaloniaUI/perf/property-selector-isregistered
[Perf] Don't call IsRegistered in PropertyEqualsSelector.
|
7 years ago |
Jumar Macato
|
0ad075f5e1
|
Merge branch 'master' into perf/property-selector-isregistered
|
7 years ago |
Steven Kirk
|
b2a90f6402
|
Merge pull request #2134 from donandren/issues/2106
fixed: scroll to last in listbox not working sometimes
|
7 years ago |
Jeremy Koritzinsky
|
b275c7e346
|
Merge branch 'master' into perf/property-selector-isregistered
|
7 years ago |
Steven Kirk
|
1d64fe9e8e
|
Merge branch 'master' into issues/2106
|
7 years ago |
Nikita Tsukanov
|
04745d8eff
|
Merge pull request #2189 from kekekeks/ported-fixes
Ported bugfixes from critical time visuals PR
|
7 years ago |
Nikita Tsukanov
|
e1a411d487
|
fields to properties
|
7 years ago |
Nikita Tsukanov
|
01e2345251
|
Preserve LayoutBounds on visual node clone
|
7 years ago |
Nikita Tsukanov
|
d470461202
|
More thread safety and ownsImpl argument for DrawingContext
|
7 years ago |
Nikita Tsukanov
|
ae1e3dd421
|
Fixed some distortions on GL backend
|
7 years ago |
Jumar Macato
|
b4fae84e81
|
Merge pull request #2162 from Gillibald/feature/SkiaTypefaceFallback
Skia: FontWeight and FontStyle fallback for embedded fonts
|
7 years ago |
Jumar Macato
|
3f127d9da6
|
Merge branch 'master' into feature/SkiaTypefaceFallback
|
7 years ago |
Nikita Tsukanov
|
1478f06682
|
Merge pull request #2182 from jeffreye/fixes/osx-start-minimized
Fix start minimized bug
|
7 years ago |
Jeffrey Ye
|
3744da1302
|
#2061 dont dispose util loop exit
|
7 years ago |
Jeffrey Ye
|
16bc1097da
|
#2061 fix start minimized bug
|
7 years ago |
Steven Kirk
|
14b51d4761
|
Merge pull request #2120 from Gillibald/fixes/2119
Makes sure a surface is not created with a width or height of zero
|
7 years ago |
Steven Kirk
|
a56dee5791
|
Merge branch 'master' into fixes/2119
|
7 years ago |
Steven Kirk
|
7c5bcb1832
|
Merge pull request #2175 from mstr2/remove-panel-cliptobounds-override
Panel no longer overrides the default value of the ClipToBounds property
|
8 years ago |
Steven Kirk
|
bd4b596912
|
Merge branch 'master' into remove-panel-cliptobounds-override
|
8 years ago |
Steven Kirk
|
a8d5814a10
|
Merge pull request #2163 from AvaloniaUI/fix-animation-repeat-modes
Animations subsystem rework
|
8 years ago |
Jumar Macato
|
6b025bb9a9
|
Fix nits :)
|
8 years ago |
mstr2
|
132158baa6
|
Panel no longer overrides the default value of the ClipToBounds property.
|
8 years ago |
Jumar Macato
|
4c4f5b62e1
|
Merge branch 'master' into fix-animation-repeat-modes
|
8 years ago |
Jumar Macato
|
ae8eb19c50
|
some fixes.
|
8 years ago |
danwalmsley
|
a37e2de17b
|
Update src/Skia/Avalonia.Skia/SKTypefaceCollection.cs
Co-Authored-By: Gillibald <Gillibald@users.noreply.github.com>
|
8 years ago |
danwalmsley
|
cd91d22b11
|
Merge branch 'master' into feature/SkiaTypefaceFallback
|
8 years ago |
danwalmsley
|
f17fc51885
|
Merge pull request #2171 from donandren/prs/renderingartifacts
fixes some rare rendering artifacts when dpi != 100%
|
8 years ago |
danwalmsley
|
7b9647f29f
|
Merge branch 'master' into prs/renderingartifacts
|
8 years ago |
Nikita Tsukanov
|
0e997c1d61
|
Editorconfig rules for nuke build
|
8 years ago |
Jumar Macato
|
5b96dda500
|
Merge branch 'master' into fix-animation-repeat-modes
|
8 years ago |
Jumar Macato
|
58719741bb
|
Add primary numerical type handlers
|
8 years ago |
Nikita Tsukanov
|
f6786010ae
|
Merge pull request #2173 from AvaloniaUI/skia-sharp-1.68
Skia sharp 1.68
|
8 years ago |
Nikita Tsukanov
|
6d5d26b36c
|
Exclude Wrapping_NoWrap from Linux test run
|
8 years ago |
Jumar Macato
|
2fe9378ebc
|
Adjust rainbow example
|
8 years ago |
Jumar Macato
|
739309c28f
|
Replace binary-search on keyframe selection with naive approach for now.
|
8 years ago |
Nikita Tsukanov
|
ea7dc760cc
|
Updated SkiaSharp to 1.68.0
|
8 years ago |
Nikita Tsukanov
|
cfe26a787d
|
Enable GPU acceleration on Linux by default
|
8 years ago |
Jumar Macato
|
13eb365571
|
Fix SCBA.
|
8 years ago |
Jumar Macato
|
87e8bca879
|
Minor fixes.
|
8 years ago |
Jumar Macato
|
6338c9d467
|
Added Rainbow Acorn Example on RenderDemo
|
8 years ago |
Jumar Macato
|
58c2394547
|
Fix SCBAnimator to finally make color animations work.
|
8 years ago |
Jumar Macato
|
7fc7ae79de
|
Fix Color parameters on ColorAnimator
|
8 years ago |
Jumar Macato
|
d4355adb70
|
Attempt to make Color animations work
|
8 years ago |
Jumar Macato
|
6a1b8e6a8a
|
Add `Rect` animation handler.
|
8 years ago |
Nikita Tsukanov
|
5b618dd5da
|
Merge pull request #2167 from AvaloniaUI/numerge
Switched to post-processing nuget packages from AggregatePackage SDK
|
8 years ago |
Jeremy Koritzinsky
|
fc0233742f
|
Merge branch 'master' into numerge
|
8 years ago |