aborziak-ms
f962c65f63
Version update ( #562 )
2024-08-26 10:42:36 -07:00
getrou
ce37b1197e
Merge pull request #559 from CommunityToolkit/dev/getrou/perf_fix
...
Update IsChildOf graph walk in LayersGraph.cs
2024-05-22 16:16:10 -07:00
Geoffrey Trousdale
209d27ab92
Add ascii diagram comment to LayersGraph
2024-05-20 10:05:14 -04:00
Geoffrey Trousdale
064ff99319
Fix graph walker algorithm and have runtime JSON loader respect the Optimize option set on the LottieVisualSource
2024-05-20 08:59:12 -04:00
getrou
d0c6ca822a
Update IsChildOf graph walk in LayersGraph.cs
...
It looks like the recursion here was intended to use the visited set of nodes as part of its traversal. In a quick test, I saw a Lottie json file load time go from 2 minutes down to 15 seconds.
2024-05-15 14:16:05 -07:00
aborziak-ms
e37426deaf
AOT compatibility for winui3 package ( #554 )
2024-04-10 12:36:50 -07:00
aborziak-ms
0443b1e789
Fix codegen to generate IAnimatedVisual2 and IAnimatedVisualSource2 interfaces for WinUI3 ( #551 )
...
* Unify animation controller initialization code for remapped time scales
* Fixed CreateSpriteShape helper codegen
* Allow IAV2 and IAVS2 to be implemented for WinUI3
2024-02-28 12:14:20 -08:00
aborziak-ms
1570c149f0
Added quickstart to readme, fixed build status section ( #550 )
2024-02-27 13:27:57 -08:00
aborziak-ms
afd115bd22
Unify the code for cs codegen between IDynamicAVS and regular IAVS ( #549 )
2024-02-27 12:38:18 -08:00
aborziak-ms
c761ef135f
Fixed call to Properties field when field optimization is disabled ( #548 )
2024-02-27 10:20:57 -08:00
Antonio
d3fcd028f5
Fix wrong variable name with GenerateDependencyObject parameter ( #533 )
2024-02-26 15:00:49 -08:00
aborziak-ms
07c54d9bbd
Fixed cppcx generator when GenerateDependencyObject option enabled ( #547 )
2024-02-26 13:16:17 -08:00
aborziak-ms
2dd08403d6
Fixed AssemblyFileVersion attribute ( #546 )
2024-02-26 11:42:39 -08:00
aborziak-ms
50c6b529ba
Fixed assembly version ( #545 )
2024-02-23 14:19:01 -08:00
aborziak-ms
535a1bc331
Fix cppcx generator output ( #544 )
2024-02-23 11:46:33 -08:00
aborziak-ms
78a570a844
Fixed const var controller issue in generated code ( #543 )
2024-02-20 16:44:03 -08:00
aborziak-ms
0010e08df4
Fixed use after free bug in generated code ( #542 )
2024-02-20 13:56:18 -08:00
Alexandre Zollinger Chohfi
9c5168a739
Updated Cake build system to newer version, and updated source to net7.0. ( #530 )
...
* Updated Cake build system to newer version, and updated source to net7.0.
* Small fix on version number.
2023-04-18 22:59:16 -07:00
aborziak-ms
767465b091
Added noexcept modifiers for cppwinrt ( #529 )
2023-02-28 13:04:13 -08:00
aborziak-ms
56f986c233
[LottieGen] Added new AnimationController API support for LottieGen ( #488 )
2023-02-27 13:51:11 -08:00
aborziak-ms
a3ee250679
Added dev trigger ( #527 )
2023-01-30 10:35:42 -08:00
aborziak-ms
d6d1f6c77e
Fixed IAnimatedVisual impl line for WinUI 2.8 (+fixed 2.7 -> 2.8) ( #524 )
2022-11-16 11:44:00 -08:00
aborziak-ms
76d6e51ba5
Fixed signing ( #517 )
...
* Fixed signing
2022-09-15 14:15:41 -07:00
aborziak-ms
d2624816c7
Fixed codegen to produce correct WinUI3 code ( #520 )
2022-08-17 10:57:54 -07:00
aborziak-ms
70c4a4e6da
Base64 for cshar code ( #519 )
2022-08-16 16:04:55 -07:00
aborziak-ms
813562ce14
Fixed duration property getter ( #518 )
2022-08-16 15:05:47 -07:00
aborziak-ms
4d1d453ecc
Reduce warnings noise and provide more info on some unexpect field errors ( #516 )
2022-08-16 12:33:21 -07:00
aborziak-ms
2b49bb9edc
Fixed bezier curve IsLinear check ( #509 )
2022-06-13 14:38:43 -07:00
Fela Ameghino
0b5c7e0bc9
Fixed previous progress with linear cubic bezier ( #494 )
...
* Fixed previous progress with linear cb
Co-authored-by: aborziak-ms <83784664+aborziak-ms@users.noreply.github.com>
2022-06-09 17:34:29 -07:00
aborziak-ms
1909392dbc
[LottieGen] Fixed properties call codegen ( #508 )
2022-06-08 15:53:44 -07:00
aborziak-ms
1a12c88f27
[LottieGen] Refactored effects, added cache for factories ( #507 )
2022-06-08 13:34:35 -07:00
aborziak-ms
2940bfb9e2
Pixel view refactoring ( #506 )
2022-05-31 14:49:58 -07:00
aborziak-ms
76f4768637
Csproj Refactoring ( #504 )
2022-05-26 14:24:59 -07:00
aborziak-ms
bb76fdfc76
Fixed nuget build ( #501 )
2022-05-25 15:30:17 -07:00
aborziak-ms
9cec91294d
Namespace migration and WinUI3 package MicrosoftToolkit.WinUI.Lottie ( #500 )
2022-05-25 10:18:30 -07:00
aborziak-ms
63b9ad09f2
Fixed gradient brush offset for rectangle geometry ( #497 )
2022-05-20 16:12:03 -07:00
aborziak-ms
3c1e744d20
[LottieGen] Added workaround to make path animations playable even with different number of segments in keyframes ( #495 )
2022-05-02 10:37:39 -07:00
aborziak-ms
109463c06a
Fixed visibility property for visuals with shadow ( #492 )
2022-02-28 11:25:15 -08:00
aborziak-ms
a48c222331
ShapeLayerTranslator fix ( #489 )
2022-02-17 09:55:02 -08:00
aborziak-ms
2e80cf6ec8
[LottieGen] Added IAnimatedVisual2 implementation preview. ( #477 )
2022-02-16 11:25:46 -08:00
aborziak-ms
ad04ccc893
Sync some files to the new branch name ( #486 )
2022-01-31 13:15:01 -08:00
aborziak-ms
29f4dd8d7c
Version bump to 7.1.0 in main branch ( #485 )
2022-01-31 12:23:02 -08:00
aborziak-ms
a60abf3e7d
[LottieGen] Fixed layer combining for Exclude mode ( #483 )
2022-01-31 11:05:05 -08:00
aborziak-ms
05c3d204ea
Master branch was renamed to main, update azure-pipelines config ( #484 )
2022-01-27 11:54:45 -08:00
Konstantin S
b895def785
Fixed typos in settings.xamlstyler ( #481 )
2022-01-11 12:49:42 -08:00
aborziak-ms
426710b749
Fixed ComposeMatteLayers method to work for invisible layers ( #479 )
2021-12-15 13:24:51 -08:00
aborziak-ms
6078607cc8
[LottieGen] Fixed UAP version check for Drop Shadow effect ( #480 )
2021-12-15 11:36:26 -08:00
aborziak-ms
965d744ff2
[LottieViewer] PixelView bug fixed. We should not update pixel view when it is not on the screen. ( #475 )
2021-10-14 10:10:39 -07:00
aborziak-ms
6d34478b01
[LottieGen] New optimizer that collapses PreComp layers if they reference the same RefId for AnimatedIcon ( #474 )
2021-10-06 16:49:11 -07:00
aborziak-ms
e937956fb9
[Issues] Updated LT0030 issue to show that LottieGen actually supports linked image files ( #473 )
2021-10-04 12:06:43 -07:00