platform/core/uifw/lottie-player.git
2019-06-19 subhransu mohantyexample: update example with exploding star resource
2019-06-19 subhransu mohantyrlottie: optimize matte rendering when both src and...
2019-06-19 subhransu mohantyvector: refactor gradient cache
2019-06-19 subhransu mohantyvector: keep a shared reference to cached color table
2019-06-19 subhransu mohantyrlottie/example: Fixed asan warning of unintialized...
2019-06-19 Hermet Parkupdated AUTHORS
2019-06-19 subhransu mohantyrlottie: Use optimization level -Os to further reduce...
2019-06-19 subhransu mohantyrlottie: Optimize library size by disabling exception...
2019-06-19 subhransu mohantyrlottie: Optimize library size when logging is disabled
2019-06-19 subhransu mohantyrlottie: disable RTTI use to optimize library size
2019-06-19 subhransu mohantyrefactor to remove all dynamic_cast usage
2019-06-19 subhransu mohantyrlottie: Added no-exception flag to build
2019-06-19 Hermet Parklottie2gif: support set background color as an extra...
2019-06-19 subhransu mohantyadded more json resource to example
2019-06-19 subhransu mohantyvector/raster: check for 0 size stroke width
2019-06-19 subhransu mohantyrlottie/parser: refactor image asset parsing.
2019-06-19 Hermet ParkREADME: correct a usage of words in a sentence.
2019-06-19 subhransu mohantyrlottie: updated showcase gif file
2019-06-19 subhransu mohantyrlottie/pareser: remove unused property
2019-06-19 JunsuChoiexample : Fix resource path in efl_animation
2019-06-19 JunsuChoilottieitem: Add image property in LOTNode
2019-06-19 subhransu mohantyrlottie/parser: Don't create transform object for root...
2019-06-19 subhransu mohantyrlottie/parser: Refactor static property handling of...
2019-06-19 Hermet Parkexample: update image object pixels properly.
2019-06-19 Hermet Parkexample: fix lottieviwer to properly resizable.
2019-06-19 SubhransuUpdate README.md
2019-06-19 subhransu mohantyrlottie/test: Fix test cases
2019-06-19 subhransu mohantyFixed regression in VPath::Clone() api and updated...
2019-06-19 subhransu mohantycmake: if LIB_INSTALL_DIR is not set default it to...
2019-06-19 subhransu mohantyrlottie: make sure rle object shared between 2 threads...
2019-06-19 subhransu mohantyrlottie/vector: Added unique(), refcount and clone...
2019-06-19 subhransu mohantylottie/model: refactor LOTAnimatable to optimize size.
2019-06-19 Hermet Parklicense: keep standard lgpl2 license text
2019-06-19 subhransu mohantyrlottie/model: refactor repeater object model to optimi...
2019-06-19 subhransu mohantyrlottie/trim: Fix trim segment calculation.
2019-05-22 Hermet Parkexample: fix screwed code by upstream merge. 97/206597/1 accepted/tizen/unified/20190603.095318 accepted/tizen/unified/20190604.014638 submit/tizen/20190530.111225 submit/tizen/20190531.122943 submit/tizen/20190603.083549
2019-05-22 subhransu mohantyrlottie/parser: Fix float data parsing when data in... 96/206596/1
2019-05-22 subhransu mohantyrlottie/model: Fix repeater processing when its part...
2019-05-22 subhransu mohantyrlottie/meson: Add neon code only if building for arm...
2019-05-22 subhransu mohantyvector: fixed build error with gcc7 using fallthrough
2019-05-22 subhransu mohantyRevert "vector: fix a compile error of strict fallthrou...
2019-05-22 subhransu mohantylottie/parser: Fixed regression of interpolator string...
2019-05-22 Hermet Parkvector: fix a compile error of strict fallthrough case...
2019-05-22 subhransu mohantyexample:refactor to remove naked malloc and RAII warning
2019-05-22 subhransu mohantybuildfix: make it build with c++11
2019-05-22 subhransu mohantyexample:refactor to remove naked malloc and RAII warning
2019-05-22 sub.mohanty... rlottie: always propagate update for precomp layer.
2019-05-22 subhransu mohantyrlottie: Fixed wrong calculation of duration.
2019-05-22 subhransu mohantyvector: refactor vraster to remove naked new and delete...
2019-05-22 subhransu mohantyrlottie: updated compiler flags to treat warning as...
2019-05-22 subhransu mohantyrlottie: remove remaining warnings
2019-05-22 subhransu mohantylottie/example: remove all warnings in example
2019-05-22 subhransu mohantyrlottie: added support of lambda expression in setValue.
2019-05-14 Hermet ParkRevert "vector: build for ARM NEON" accepted/tizen/unified/20190514.082636 submit/tizen/20190514.082137
2019-05-13 Hermet Parklottie: shutdown a static analizyer tool warning. accepted/tizen/unified/20190514.080039 submit/tizen/20190514.054145 submit/tizen/20190514.062834
2019-05-13 subhransu mohantyupdated travis for clang build
2019-05-13 subhransu mohantyrlottie: updated demo section of the README
2019-05-13 subhransu mohantyadded missing cmake file
2019-05-13 subhransu mohantyadded lottie2gif converter for both cmake and meson...
2019-05-13 subhransu mohantyrlottie: refactor with standard algorithms
2019-05-13 Mihai Serbanvector: build for ARM NEON
2019-05-08 Hermet Parklottie: resolve c++11 compatible problem. 82/205682/1 submit/tizen/20190513.044419
2019-05-08 subhransu mohantyrlottie: mask item shouldn't inherit parent opacity accepted/tizen/unified/20190508.234040 submit/tizen/20190508.044527
2019-04-30 subhransu mohantyrlottie/header: fixed issue with public header dependen... 20/205220/1
2019-04-30 subhransu mohantyrlottie/example: added rlottie example app to convert... 19/205219/1
2019-04-30 kimcinooUpdate style of README 18/205218/1
2019-04-30 subhransu mohantyupdated quick start guide in readme file 17/205217/1
2019-04-30 subhransu mohantyupdate README with showcase gif and online viewer section 16/205216/1
2019-04-30 subhransu mohantyOrganized Readme Page of lottie 15/205215/1
2019-04-25 subhransu mohantyrlottie/parser: refactor to optimize code size 36/204636/1 submit/tizen/20190430.023700
2019-04-25 subhransu mohantyrlottie/parser: refactor keyframe parsing 35/204635/1
2019-04-25 subhransu mohantyrlottie: added sync version of render function in capi
2019-04-25 subhransu mohantyadded missing header
2019-04-25 subhransu mohantyrlottie/parser: Fixed issue with latest bodymovin update
2019-04-25 subhransu mohantyrlottie: Added dynamic property change feature
2019-04-25 Hermet Parkupdate README
2019-04-25 Hermet Parkupdated README
2019-04-25 subhransu mohantylottie: Added proxymodel to support dynamic property...
2019-04-25 subhransu mohantylottie: fixed issue with anchor property in repeater...
2019-04-25 subhransu mohantyrlottie: Fix issue with repeater object.
2019-04-25 subhransu mohantyexample: refactor lottieview to test both c and cpp api
2019-04-15 Hermet Parkvector: + exception handling accepted/tizen/unified/20190419.020107 submit/tizen/20190417.052006
2019-04-15 Hermet Parklottieanimation: + exceptional handling.
2019-04-03 sub.mohanty... rlottie: added compilation switch to build imageloader... accepted/tizen/unified/20190404.022008 accepted/tizen/unified/20190410.002123 submit/tizen/20190403.055426 submit/tizen/20190403.063646 submit/tizen/20190408.115831
2019-04-03 sub.mohanty... rlottie: enable conditional compilation of logging...
2019-04-03 subhransu mohantyrlottie: refactor thread support to make it configurabl...
2019-04-03 Hermet Parklottie: a small optimization.
2019-04-03 Hermet Parkcapi: code rectoring
2019-04-02 JunsuChoirlottie: Fix issue with intersect mask 33/202633/2 submit/tizen/20190402.051338 submit/tizen/20190402.080200 submit/tizen/20190403.050239
2019-03-27 subhransu mohantyrlottie: added travis ci support.
2019-03-27 subhransu mohantyrlottie: added travis build badge to the rlottie main...
2019-03-27 subhransu mohantyrlottie/vector: remove unused version of vCompare...
2019-03-27 yuanguWin support
2019-03-27 subhransu mohantyrlottie: fix the issue with trim(start,end) update...
2019-03-22 subhransu mohantyrlotti/model: Fix issue with trim offset calculation. 29/202029/1 accepted/tizen/unified/20190327.160529 submit/tizen/20190327.041330
2019-03-21 subhransu mohantyrlottie/vector: support subsurface rendering with arbit... 56/201956/1
2019-03-21 subhransu mohantyrlottie: fix typo. 55/201955/1
2019-03-19 subhransu mohanty[rlottie]: Added layers() api to return the layer info... 03/201703/1
2019-03-19 Hermet Parkcmake: fix cmake error for install command on windows 02/201702/1
2019-03-14 subhransu mohantyrlottie: Use opacity value when rendering gradient. 62/201462/1 submit/tizen/20190318.043137 submit/tizen/20190318.043555 submit/tizen/20190318.114709 submit/tizen/20190319.041006
next