lottie/feature: Added support for handing lottie repeater objects.
[platform/core/uifw/lottie-player.git] / src /
2018-12-07 subhransu mohantylottie/feature: Added support for handing lottie repeat... 92/188992/3
2018-12-07 subhransu mohantylottie/parser: support start and end opacity property... 78/194678/1
2018-12-07 subhransu mohantylottie/parser: Fix issue with trasformation property... 77/194677/1
2018-12-05 subhransu mohantylottie: Test for zero dash length after applying scale... 31/194531/1
2018-12-05 subhransu mohantylottie: Fix the issue when dash length is 0. 18/194518/1
2018-12-05 subhransu mohantylottie: Refactor task queue to accept move only task... 64/194464/1
2018-12-04 Hermet Parklottieitem: fill rule must be valid for stroke and... 47/194447/1
2018-12-04 subhransu mohantylottie/render: handle AlphaInverse matte for compositio... 06/194406/2
2018-12-03 sub.mohanty@samsun... lottie/vector: add boundingbox callback in freetype... 90/194290/2
2018-12-03 subhransu mohantylottie/vector: optimize RleTask structure packing. 97/194297/1
2018-11-30 subhransu mohantylottie/parser: Asset id can be number for effect object. 24/194224/1
2018-11-30 subhransu mohantylottie/vector: remove @todo as the issue is fixed. 42/194142/2
2018-11-30 subhransu mohantylottie/vector: make dashoffset optional data in dash... 30/194130/3
2018-11-30 subhransu mohantylottie/vector: take the fast path in addPath() api... 14/194114/2
2018-11-29 subhransu mohantylottie/trim: return early when trim operation is not... 29/194129/2
2018-11-29 subhransu mohantylottie/vector: added unique(), refCount() and null... 13/194113/2
2018-11-27 subhransu mohantylottie: refactor pathChange computation without keeping... 51/193851/1
2018-11-27 subhransu mohantylottie: Make path dirty only when it has changed from... 37/193837/3
2018-11-26 subhransu mohantylottie/parser: Added warning message for no support... 49/193749/1
2018-11-22 subhransu mohantylottie: add lottie_animation_render_tree() c api . 46/192946/2
2018-11-22 subhransu mohantylottie: Added renderTree() api to the lottie animation... 44/192944/2
2018-11-21 subhransu mohantylottie: refactor trim object handling 77/193477/1
2018-11-21 subhransu mohantylottie/trim: fix regression, always modify the path... 56/193456/1
2018-11-19 subhransu mohantylottie/vector: optimize when the rle bounding rect... 14/193314/2
2018-11-19 subhransu mohantylottie: Use the max float value for gap to generate... 01/193201/2
2018-11-19 subhransu mohantylottie/performance: clip out path early during rle... 96/193296/2
2018-11-19 subhransu mohantylottie/vector: add support for clip during rle generation. 95/193295/3
2018-11-19 subhransu mohantylottie: support for individual trim operation. 38/193238/2
2018-11-19 sub.mohanty@samsun... lottie: optimize VPath::length() api implementation. 63/193263/2
2018-11-19 sub.mohanty@samsun... lottie/vector: extend freetype stroker to provide the... 61/193261/2
2018-11-15 subhransu mohantylottie/feature: Added 3D layer support in lottie player. 45/193145/1
2018-11-15 subhransu mohantylottie: added support of auto oriented feature in lottie. 33/193133/1
2018-11-15 subhransu mohantylottie/parser: support parsing auto orient property... 25/193125/1
2018-11-15 subhransu mohantylottie/vector: added angleAt() api to bezier class. 24/193124/1
2018-11-15 subhransu mohantylottie: refactor to use line api to calculate angle. 23/193123/1
2018-11-15 subhransu mohantylottie/vector: add angle api to VLine class 22/193122/1
2018-11-14 subhransu mohantylottie: Fix crash issue from last patch. 64/193064/1
2018-11-14 Hermet Parklottieitem: free alloc memory properly. 60/193060/2
2018-11-14 subhransu mohantylottie: fix position property animation along path. 59/193059/1
2018-11-14 subhransu mohantylottie/vector: fixed the crash in bezier::length()... 58/193058/1
2018-11-14 subhransu mohantylottie/model: support fractional frame number in keyfra... 17/193017/1
2018-11-13 subhransu mohantylottie/parser: parse Hidden property of lottie objects. 74/192974/1
2018-11-13 Hermet Parklottieitem: apply transform for radial gradient values. 42/192942/2
2018-11-12 Hermet Parklottieitem: apply transform for linear gradient coordin... 60/192860/1
2018-11-09 Hermet Parkinterface: updated Graident structure naming. 07/192807/2
2018-11-09 subhransu mohantylottie: update LOTNode with the gradient stop value. 36/192736/1
2018-11-09 subhransu mohantylottie: Take care of parentAlpha when drawing with... 35/192735/1
2018-11-05 Hermet Parklottianimation: fix incorrect animation in time stretch. 89/192389/4
2018-11-01 subhransu mohantylottie: Use the new addroundrect api to get uniform... 23/192223/1
2018-11-01 subhransu mohantylottie/vector: added new addroundrect api with uniform... 22/192222/1
2018-11-01 subhransu mohantylottie: Fix the issue of assuming the startframe of... 21/192221/1
2018-10-31 subhransu mohantylottie: take startFrame of composition layer into accou... 77/192177/1
2018-10-31 subhransu mohantylottie: Added TimeStreatch feature to lottie. 76/192176/1
2018-10-23 subhransu mohantylottie/feature: Added timeRemap feature implementation. 22/191722/1
2018-10-23 subhransu mohantylottie: make functions inline. 21/191721/2
2018-10-23 subhransu mohantylottie: Add duration() and frameAtPos() api to Composit... 19/191719/2
2018-10-17 Hermet Parklottieitem : fix wrong matrix computation order. 75/191475/1
2018-10-16 subhransu mohantylottie: make destructor virtual for proper cleanup... 09/191309/1
2018-09-19 subhransu mohantylottie: make animation class constructor private. 81/189581/1
2018-09-14 subhransu mohantylottie/parser: fixed a crash when lottie resource has... 75/189175/1
2018-09-13 subhransu mohantylottie/parser: Fix crash issue when interpolation strin... 93/189093/2
2018-09-13 subhransu mohantylottie: add more info to tree dump. 30/189030/1
2018-09-12 Youngbok Shinlottie/parser: fix code indentations and a duplicated... 80/188980/1
2018-09-12 subhransu mohantylottie/parser: update the lottie tree dump method. 70/188970/1
2018-09-12 subhransu mohantylottie/parser: construct interpolator from correct... 25/188925/1
2018-09-12 subhransu mohantylottie: update the loadfromData() api signature. 20/188920/1
2018-09-11 subhransu mohantylottie: take a copy of the data before parsing. 65/188865/4
2018-09-11 subhransu mohantylottie/optimization: efficient member packing in the... 34/188834/1
2018-09-10 Hermet Parkcapi: export one missing api.
2018-09-10 sub.mohanty@samsun... lottie/vector: fine tune path api. 17/188717/2
2018-09-09 sub.mohanty@samsun... lottie: rename all isEmpty() api to empty() for consist... 20/188720/1
2018-09-09 sub.mohanty@samsun... lottie/vector: refactor rect class. 19/188719/2
2018-09-07 Hermet Parkbinding: fix compile error.
2018-09-07 Hermet Parkbinding: fix invalid access of LOTNode data. 02/188702/1
2018-09-07 Hermet Parkcapi: changed file name. 98/188698/1
2018-09-07 Hermet Parkfix build break by 0f5edac6d1595e0fecd8d48bb7d2e5353fe9121f 54/188654/1
2018-09-07 subhransu mohantylottie: refactor lottie interface 98/188598/4
2018-09-06 subhransu mohantylottie: refactor model class to remove visitor 54/188554/3
2018-09-06 subhransu mohantylottie: keep the content in back-tofron order in lottie... 53/188553/1
2018-09-06 subhransu mohantylottie/optimization: keep the layers in back-to-front... 46/188546/1
2018-09-06 Hermet Parklottieplayer: ++ lotplayer_set_data() 20/188520/2
2018-09-05 subhransu mohantylottie/vector: optimize VMatrix size requirement. 67/188467/2
2018-09-05 subhransu mohantylottie: optimize VColor structure. 65/188465/2
2018-09-05 subhransu mohantylottie/render: add neon path srcOver compostion mode... 98/188498/1
2018-09-04 subhransu mohantylottie: added new loadfromdata() api in lottie player. 78/188378/1
2018-09-04 subhransu mohantylottie: fixed warning. 73/188373/1
2018-09-03 subhransu mohantylottie: fixed inefficiency using clang-tidy performance... 57/188257/1
2018-09-03 subhransu mohantylottie: modernize using clang-tidy 'modernize-use-defau... 52/188252/1
2018-09-03 subhransu mohantylottie: moderize using clang-tidy 'modernize-return... 51/188251/1
2018-09-03 subhransu mohantylottie: avoid extra copy by using std::move 48/188248/1
2018-09-03 subhransu mohantylottie: modernize using clang-tidy "modernize-use-equal... 45/188245/1
2018-09-03 subhransu mohantylottie: mordernize using clang-tidy "modernize-use... 36/188236/1
2018-09-03 subhransu mohantylottie/render: hide the layer when matte layer is hidden. 31/188231/2
2018-09-03 Youngbok Shinlottie/vector: fix build failure for non-arm devices 29/188229/2
2018-09-03 subhransu mohantylottie/render: don't try to render invisible layer. 23/188223/1
2018-09-03 Hermet Parklottieplayer binding: ++apis bindings. 98/188098/4
2018-09-03 Hermet Parklottieplayer: keep API coding convention. 97/188097/2
2018-09-03 subhransu mohantylottie/parser: wrap the trim offset value before normalize. 97/188197/1
2018-08-31 subhransu mohantylottie/vector: add a local arena allocator. 77/188077/1
2018-08-30 subhransu mohantylottie: fixed proper handling of offset property in... 67/187967/1
next