18 Commits

Author SHA1 Message Date
subhransu mohanty
715c8450bf rlottie/api: Added support for rendering without keeping aspect ratio 2019-07-15 17:12:32 +09:00
subhransu mohanty
a7e1cd39c8 build fix 2019-07-12 15:51:58 +09:00
Vincent Torri
a0f0f3c4cc define LOT_BUILD only for DLL 2019-07-12 15:47:46 +09:00
Hermet Park
9a2698235a vs2019: move disable warning into solution configuration. 2019-07-11 11:12:30 +09:00
Hermet Park
826e2e1849 windows: disable a warning that class 'type' needs to have dll-interface to be used by clients of class 'type2' 2019-07-10 18:22:01 +09:00
subhransu mohanty
7859ecc109 rlottie: Fix issue with LOT_EXPORT for windows 2019-07-01 16:38:31 +09:00
subhransu mohanty
49282955ac rlottie: Fix clang-tidy warning 2019-06-24 14:52:57 +09:00
subhransu mohanty
323b07c37f rlottie: added support of lambda expression in setValue. 2019-05-14 08:44:49 +09:00
subhransu mohanty
9e56f12850 rlottie/header: fixed issue with public header dependency of c++14
c++11 only supports static constexpr function with one return statement.
so our maptype() function is valid in c++14 but not on c++11.
to work around used the explicit class instantiation to map property type to value type.
2019-04-30 17:07:26 +09:00
subhransu mohanty
90affa8bd1 rlottie: Added dynamic property change feature
The keypath can handle globe(**) and wildchar(*) reg ex.
Currently only support fillcolor , fill opacity , stroke color , stroke opacity and stroke width property.
2019-04-24 13:40:03 +09:00
subhransu mohanty
a708ff3721 rlottie: fix typo. 2019-03-21 15:34:15 +09:00
subhransu mohanty
2b9991540c [rlottie]: Added layers() api to return the layer info list of the composition. 2019-03-19 13:03:31 +09:00
subhransu mohanty
7f5d496a96 [rlottie] Added setDrawRegion api to Surface for supporting subsurface rendering. 2019-03-07 14:33:33 +09:00
subhransu mohanty
b7d488671a rlottie: now loadFromData() api takes resourcePath for loading external resource 2019-03-05 13:05:16 +09:00
subhransu mohanty
a2614da5c6 lottie: final changes to rename from lottie-player to rlottie
Change-Id: Ie2ed4d7c3fb08abd3f8fe484021d478e90bc9d91
2019-01-24 13:20:54 +09:00
Hermet Park
6e8aec4553 Revert "lottie: rename lottie-player to rlottie for cmake and gbs build, update namespace to rlottie."
This reverts commit 569f16a7e999ad697008900948192b13c0e27f4f.
2019-01-23 14:46:34 +09:00
subhransu mohanty
569f16a7e9 lottie: rename lottie-player to rlottie for cmake and gbs build, update namespace to rlottie.
Change-Id: I51f85201c06be4cb42c2036a0162b9124149e781
2019-01-22 16:39:13 +09:00
sub.mohanty@samsung.com
aebcc6ab49 lottie: rename public headers to rlottie namesapce.
Change-Id: Ib8d3df2600eef84927c95eb6794de9f9074d6253
2019-01-21 13:34:48 +09:00