platform/core/uifw/lottie-player.git
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
2018-07-24 sub.mohanty... lottie: give a make_unique wrapper till we move to... 54/184754/3
2018-07-23 subhransu mohantylottie/vector: refactor vpath class to use vcow_ptr 61/184761/2
2018-07-23 subhransu mohantylottie/vector: added cow_ptr class to support copy_on_w... 60/184760/2
2018-07-20 Jaeun Choilottie: fixed miscellaneous things regarding trim operation 11/184711/2
2018-07-20 Jaeun Choivector: bug fix in vpathmesure 09/184709/1
2018-07-20 Youngbok Shinlottie/example: add polystar_line_clockwise_trim.json... 92/184692/1
2018-07-20 Youngbok Shinlottie/vector: apply direction to polystar path 86/184686/2
2018-07-20 subhransu mohantylottie/vector: make the pathmesure class thread safe. 80/184680/1
2018-07-20 Youngbok Shinlottie/example: add polystar_anim.json file for testing... 67/184667/2
2018-07-20 subhransu mohantylottie/example: workaround to render at 60fps. 68/184668/2
2018-07-20 subhransu mohantylottie/example: updated example to use async rendering . 56/184656/2
2018-07-20 subhransu mohantylottie/vector: refactor the vregion class 70/184670/2
2018-07-20 subhransu mohantylottie/render: implement render_scheduler to enable... 55/184655/2
2018-07-20 Jaeun Choilottie: handle trim path 33/184633/3
2018-07-20 Jaeun Choivector: implement vpathmesure 32/184632/3
2018-07-20 subhransu mohantylottie/vector: make all copy_on_write class in vector... 52/184652/1
2018-07-19 subhransu mohantylottie/render: fixed memory leak regression from last... 11/184611/1
2018-07-19 subhransu mohantylottie/example: update the example to do stress test. 07/184607/1
2018-07-19 subhransu mohantylottie/render: start all preprocess task at once before... 96/184596/1
2018-07-19 subhransu mohantylottie/parser: update the static property of gradient... 93/184493/2
2018-07-19 subhransu mohantylottie: fixed valgrind warning for unintialized variable 59/184459/2
2018-07-19 subhransu mohantylottie:render: added task stealing scheduler for async... 52/184452/2
2018-07-19 subhransu mohantylottie/vector: added taskqueue class in preparation... 28/184428/4
2018-07-19 subhransu mohantylottie/render: refactor rle generation to enable multi... 13/184413/2
2018-07-19 subhransu mohantylottie/example: update example to handle window resize. 78/184478/2
2018-07-19 subhransu mohantylottie/render: fixed Mask substarct implementation. 06/184406/2
2018-07-19 subhransu mohantylottie/vector: update the available variable only when... 77/184477/2
2018-07-19 subhransu mohantylottie/example: delay rendering of view till pre render... 58/184558/2
2018-07-19 subhransu mohantylottie/model: convert highlightangle and highlightlengt... 55/184555/3
2018-07-19 subhransu mohantylottie/model: refactored path direction handling. 59/184559/1
2018-07-18 subhransu mohantylottie/example: removed bad polystar sample file 00/184400/1
2018-07-18 subhransu mohantylottie/example: add ux sample files 98/184398/1
2018-07-17 Hermet Parkvector: clean up single, double-decision comparison 54/184354/5
2018-07-17 Hermet Parkplayer: update seek behavior. 31/184331/6
2018-07-17 subhransu mohantylottie/example: added a new example to test ux sample... 51/184351/2
2018-07-17 subhransu mohantylottie/example: remove the evas object when lottivew... 50/184350/2
next