lottie/example: Added image_test.json(resource with image resource )
[platform/core/uifw/lottie-player.git] / src / lottie /
2019-01-15 subhransu mohantylottie/render: Support rendering lottie image object. 78/197678/1
2019-01-15 subhransu mohantylottie/parser: added support for image asset parsing. 37/197637/3
2019-01-11 subhransu mohantylottie/parser: fix a crash when the color string is... 23/197423/1
2019-01-11 subhransu mohantylottie/render: Refactor matte rendering to support... 60/197360/1
2019-01-08 subhransu mohantylottie/vector: don't use startFrame() of a layer when... 64/196864/2 accepted/tizen/unified/20190111.055210 submit/tizen/20190110.045317
2019-01-04 subhransu mohantylottie: reuse rendertask object to optimize memory... 59/196659/4
2019-01-04 subhransu mohantylottie/vector: refactor VBitmap class to use shared_ptr... 39/196739/2
2019-01-03 subhransu mohantylottie/capi: updated cliper info in layernode. 61/196661/1
2019-01-03 subhransu mohantylottie/render: Added Clipper for nested composition... 58/196658/1
2019-01-03 subhransu mohantylottie/parser: parse precomp layer's with and height... 36/196636/1 accepted/tizen/unified/20190111.055111 submit/tizen/20190109.051753
2018-12-28 Hermet Parkupdated licenses info. 38/196438/2 accepted/tizen/unified/20190103.030356 submit/tizen/20190102.045226
2018-12-27 Hermet Parkupdated licenses info 29/196329/2
2018-12-26 Hermet Parkremove sneaked inserting unicodes, zero-width no-break... 40/196240/1
2018-12-26 subhransu mohantylottie/parser: fixed SVACE warning regarding uninitiali... 22/196222/3
2018-12-26 Hermet ParkPut samsung copyright header to all our own source... 34/196234/1
2018-12-26 Hermet ParkInitialize member variables to resolve unnannoying... 15/196215/1
2018-12-24 subhransu mohantylottie: Fixed SVACE warning for uninitialized class... 56/196156/3
2018-12-20 sub.mohanty@samsun... lottie/render: Construct on first use of thread pool... 22/195922/2
2018-12-13 Hermet Parkremove redundant apis. 96/195396/4
2018-12-13 subhransu mohantylottie/render: optimize rendering by passing rle clip... 78/195278/2
2018-12-13 subhransu mohantylottie/render: Added custome future/promise to optimize... 12/195312/3
2018-12-12 subhransu mohantylottie: use testFlag() api to test the flag. 15/195115/3
2018-12-12 sub.mohanty@samsun... lottie: refactor mask handling of layer to a separate... 92/195092/5
2018-12-12 subhransu mohantylottie/optimization: optimize reuse of vpath object... 83/195183/2
2018-12-10 subhransu mohantylottie: Add Mask information to the layer node. 18/194418/2 tizen_5.0 accepted/tizen/unified/20181213.142320 submit/tizen/20181211.054046 submit/tizen/20181211.054151 submit/tizen_5.0/20181211.054718
2018-12-10 subhransu mohantylottie: Process Dash info inside lottie library. 94/194994/2
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-11-30 subhransu mohantylottie/parser: Asset id can be number for effect object. 24/194224/1
2018-11-29 subhransu mohantylottie/trim: return early when trim operation is not... 29/194129/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: 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/performance: clip out path early during rle... 96/193296/2
2018-11-19 subhransu mohantylottie: support for individual trim operation. 38/193238/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: refactor to use line api to calculate angle. 23/193123/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/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: 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-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-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 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-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: 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 subhransu mohantylottie/render: don't try to render invisible layer. 23/188223/1
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-30 subhransu mohantylottie: fixed proper handling of offset property in... 67/187967/1
2018-08-29 subhransu mohantylottie/vector: move line related api to its own class . 45/187845/1
2018-08-28 subhransu mohantylottie/vector: refactor VPathMesure to handle offset . 92/187792/3
2018-08-24 subhransu mohantylottie: refactor the viewitems to have a parent, to... 65/187565/1
2018-08-24 Youngbok Shinlottie: fix issue - path was not updated properly for... 57/187557/1
2018-08-24 subhransu mohantylottie: refactor processing of trim objects. 34/187534/2
2018-08-23 Youngbok Shinlottie: fix doubled scale issue 58/187458/1
next