platform/core/uifw/lottie-player.git
2018-08-20 Hermet Parklotplayer: improve header format. 20/187020/3
2018-08-20 Hermet Parklottieplayer: Add render option to update buffer forcely. 83/186883/6
2018-08-20 Hermet Parkenable build example in default. 37/187037/4
2018-08-17 Hermet Parkupdate gitignore 36/187036/2
2018-08-17 subhransu mohantylottie/parser: Added support for separate position... 75/186975/4
2018-08-16 subhransu mohantylottie/player: refactor lottieplayer. 07/186907/2
2018-08-16 subhransu mohantylottie/vector: refactor VPath class to use emplace_back... 68/186868/1
2018-08-16 subhransu mohantylottie/optimization: keep drawablelist in layer to... 54/186854/1
2018-08-16 Youngbok Shinlottie: pass matteSource and bitmap to layer's render... 73/186773/10
2018-08-16 subhransu mohantylottie/parser: refactor lottie model objects. 39/186839/2
2018-08-16 subhransu mohantylottie/parser: inherit from data object instead of... 33/186833/2
2018-08-16 subhransu mohantylottie/render: keep mRle object in valid state after... 29/186829/1
2018-08-14 subhransu mohantylottie/player: refactor composition class to keep a... 89/186789/3
2018-08-14 subhransu mohantylottie/example: delete the animator only when its created. 44/186744/2
2018-08-14 Hermet Parklottieplayer: fix broken animation. 88/186788/1
2018-08-14 Hermet Parklottieplayer: simple optmization for deffered update. 51/186751/2
2018-08-14 Hermet Parklottieplayer: apply lazy update. 92/186692/5
2018-08-14 subhransu mohantylottie/render: Fixed valgrind warning for uninitialize... 27/186727/3
2018-08-14 Hermet Parklottieplayer: code refactoring. 88/186688/2
2018-08-14 Hermet Parklottieplayer: merge setPos() with renderList() 83/186683/3
2018-08-13 Hermet Parklottieplayer: remove redundant calls. 77/186677/1
2018-08-13 subhransu mohantylottie/render: remove unused functions. 38/186638/1
2018-08-13 subhransu mohantylottie/player: call setPos() only if size is already... 35/186635/1
2018-08-13 sub.mohanty... lottie/render: fixed issue with + and - operator implem... 04/186604/2
2018-08-09 subhransu mohantylottie/render: fixed transparency issue in renderer. 15/186415/1
2018-08-09 subhransu mohantylottie/resource: add more lottie resource. 98/186398/1
2018-08-09 subhransu mohantylottie/player: Update dirty flag enum value. 94/186394/1
2018-08-09 subhransu mohantylottie: few more resource for testing. 24/186324/3
2018-08-09 subhransu mohantylottie/render: Draw layers form back to front in the... 15/186315/2
2018-08-09 subhransu mohantylottie: added new resource for testing. 08/186308/2
2018-08-09 subhransu mohantylottie/player: take buffer argument by value. 06/186306/1
2018-08-09 subhransu mohantylottie/player: make sure model or composition available... 03/186303/2
2018-08-09 subhransu mohantylottie/vector: added isEmpty() api in size class. 02/186302/1
2018-08-08 subhransu mohantylottie/render : fixed dash regression 05/186205/1
2018-08-08 subhransu mohantylottie/vector: fixed dasher issue. 04/186204/1
2018-08-07 subhransu mohantylottie/vector: refactored VRle class to use cow_ptr. 11/185911/4
2018-08-06 subhransu mohantylottie/render: Implement drawRle() with position inform... 62/185962/1
2018-08-03 Youngbok Shinlottie/render: don't redraw stroke/dash if there is... 91/185891/2
2018-08-03 Youngbok Shinlottie: don't redraw path item if its properties are... 56/185856/3
2018-08-02 subhransu mohantylottie: always get the item by ref or const ref. 96/185796/1
2018-08-02 Youngbok Shinlottie/raster: remove Const qualifier from VPath parameters 75/185775/1
2018-08-02 Youngbok Shinlottie/vector: move VPath to raster/drawable methods 63/185763/1
2018-08-02 Youngbok Shinlottie/vector: add clone method to copy data without... 52/185752/2
2018-08-02 subhransu mohantylottie/render: fixed logic where the memory will only... 48/185748/1
2018-08-02 Youngbok Shinlottie: reuse path for reducing constructor/destructor... 75/185675/3
2018-08-02 subhransu mohantylottie: add support for arm fast path in vector render... 35/185735/1
2018-08-01 subhransu mohantylottie: remove dead code. 93/185593/1
2018-08-01 subhransu mohantylottie/optimization: move the rle object to rletask... 86/185586/1
2018-08-01 subhransu mohantylottie/vector: added reset() api to VRle class. 85/185585/1
2018-07-31 subhransu mohantylottie/render: fixed rendering backend issue for arm. 13/185513/1
2018-07-31 subhransu mohantylottie/render: add support for arm backend build. 12/185512/1
2018-07-31 subhransu mohantylottie: treat undefined symbol as error while building... 10/185510/1
2018-07-31 Youngbok Shinlottie: remove hardcoding pathes in pkgconfig file... 86/185486/1
2018-07-31 subhransu mohantylottie: move logging system initialization to player. 84/185484/1
2018-07-31 subhransu mohantylottie: fixed pc file for linking issue of lottie libra... 81/185481/1
2018-07-31 subhransu mohantylottie: add cmake config file so that library can be... 52/185452/2
2018-07-30 subhransu mohantylottie/vector: reserve memory ahead to minimize realloc... 81/185381/6
2018-07-30 Youngbok Shinlottie: use make_unique construct 94/185394/2
2018-07-30 Youngbok Shinlottie/vector: reserve memory space ahead for minimizin... 87/185387/1
2018-07-30 Youngbok Shinlottie/vector: remove a warning message from 64 bits... 80/185380/1
2018-07-30 Youngbok Shinlottie/vector: remove an unused variable warning message 75/185375/1
2018-07-30 subhransu mohantylottie/vector: reserve memory only when required. 74/185374/1
2018-07-30 subhransu mohantylottie/vector: updated paths reserve api policy. 73/185373/1
2018-07-30 subhransu mohantylottie: save extra memory allocation by reusing FtOutl... 69/185369/1
2018-07-30 subhransu mohantylottie: fixed warning. 68/185368/1
2018-07-30 subhransu mohantylottie: Enable compiler Optimization on library. 67/185367/1
2018-07-30 subhransu mohantylottie: remove inline from public api. 66/185366/1
2018-07-30 subhransu mohantylottie: Follow Tizen coding guideline. 65/185365/1
2018-07-30 sub.mohanty... lottie/model: unique pointer will do the job. 54/185354/3
2018-07-30 subhransu mohantylottie: Updated clang-format based on tizen coding... 59/185359/4
2018-07-30 sub.mohanty... lottie/model: refactor Keyframe class for space optimiz... 53/185353/3
2018-07-30 sub.mohanty... lottie/render: ported sse2 srcOver composition from... 52/185352/2
2018-07-28 sub.mohanty... lottie/vector: Remove the hack with mutable data member. 51/185351/1
2018-07-28 sub.mohanty... lottie: fix some more warning. 50/185350/1
2018-07-28 sub.mohanty... lottie/render: fixed std::move copy elision warning 49/185349/1
2018-07-27 subhransu mohantylottie/render: fixed regression in dash rendering. 03/185303/1
2018-07-27 Jaeun Choilottie/vector: clean up vpathmesure and use vdasher... 92/185292/1
2018-07-27 Jaeun Choivector: add length() function in vpath 79/185279/1
2018-07-27 subhransu mohantylottie/render: Disable buggy sse2 implementation till... 75/185275/2
2018-07-27 Jaeun Choivector: fixed variable type from int to float 67/185267/1
2018-07-27 subhransu mohantylottie/render: Use AlignCenter rule when the compositio... 56/185256/2
2018-07-27 subhransu mohantylttie/example: fixed layouting issue. 01/185201/1
2018-07-27 subhransu mohantylottie/render: Move drawable class to vector. 95/185195/1
2018-07-27 subhransu mohantylottie/vector: refactor vmatrix class as a POD class... 87/185187/1
2018-07-26 subhransu mohantylottie/optimization: reduce temporary object by calling... 62/185162/1
2018-07-26 subhransu mohantylottie/render: fixed meter join type rendering issue. 83/185083/1
2018-07-26 subhransu mohantylottie/optimization: added reserve() on lottieshapeData... 82/185082/1
2018-07-26 subhransu mohantylottie/optimization: reserve() memory ahead before... 74/185074/2
2018-07-26 subhransu mohantylottie/vector: update reserve() api in vpath 73/185073/1
2018-07-26 subhransu mohantylottie/optimization: Refactored to reduced number of... 68/185068/1
2018-07-26 subhransu mohantylottie: updated library dependancy to c++14 65/185065/1
2018-07-26 subhransu mohantylottie: support library version in cmake build system. 63/185063/1
2018-07-25 subhransu mohantylottie: Support tizen gbs build . 41/185041/1
2018-07-25 subhransu mohantylottie: add pc file for lottie player 40/185040/1
2018-07-25 subhransu mohantylottie: added cmake build system for lottie 14/185014/1
2018-07-24 subhransu mohantylottie/vector: refactor vraster to optimize number... 22/184922/2
2018-07-24 Youngbok Shinlottie/vector: change addPolystar* method to addPolysta... 21/184921/1
2018-07-24 subhransu mohantylottie/vector: use callback version of intersect()... 83/184783/3
2018-07-24 subhransu mohantylottie/vector: avoid copy-elision by using move on... 63/184763/3
2018-07-24 subhransu mohantylottie/vector: Implement intersect function with callback. 82/184782/3
next