summaryrefslogtreecommitdiff
path: root/src/static_libs
Commit message (Expand)AuthorAgeFilesLines
...
* efl_canvas_vg image: changed image parameter type.Hermet Park2019-07-221-1/+1
* vg_common_json : Support image data of nodeJunsuChoi2019-07-221-1/+26
* vg_common_svg: Gradient stop color use premultiplied color.JunsuChoi2019-07-171-3/+6
* evas_vg_load_svg: Prevent duplicate operations on radial gradient variablesJunsuChoi2019-07-151-4/+12
* draw static lib: use sse3 instructions set even on WindowsVincent Torri2019-07-121-1/+1
* vector lottie: register node name as it's designed.Hermet Park2019-07-121-0/+2
* vector json: replace the data type properly.Hermet Park2019-07-111-2/+2
* vg_common_json: Always set the alpha color of the container.JunsuChoi2019-07-091-4/+2
* evas svg: fix missing node opacity attribute.Hermet Park2019-06-272-0/+13
* vg_common_json: Set container's alpha colorJunsuChoi2019-06-211-0/+7
* canvas vg: optmize lottie vector tree.Hermet Park2019-06-211-0/+9
* evas vector: support json loader for rlottie integration.Hermet Park2019-06-213-0/+449
* libunibreak: add missing __has_attribute definitions for old compilersRomain Naour2019-05-101-0/+6
* Revert "static_libs/vg_common: Fix resource leak"Christopher Michael2019-04-241-2/+0
* static_libs/vg_common: Remove extra blank linesChristopher Michael2019-04-241-8/+0
* static_libs/vg_common: Fix resource leakChristopher Michael2019-04-241-0/+2
* evas svg: code refactoring.Hermet Park2019-04-192-2/+2
* vg_common_svg : Implement gradientTransform property of linearGradientJunsuChoi2019-04-192-0/+29
* vg_common_svg: Prevent duplicate operations for percentage valueJunsuChoi2019-04-192-2/+12
* vg_common_svg : Add missing eet data descriptorJunsuChoi2019-04-111-0/+1
* evas svg: replace internal vg legacy calls with interfaces.Hermet Park2019-03-111-68/+66
* evas vg: don't access a dangling pointer.Hermet Park2019-02-271-1/+2
* evas vg: check for OOM when calloc()Hermet Park2019-02-211-0/+8
* evas vg: check for OOM when calloc()Hermet Park2019-02-211-0/+5
* evas vg: check for OOM when calloc()Hermet Park2019-02-211-0/+3
* evas vg: check for OOM when calloc()Hermet Park2019-02-211-0/+1
* evas vg: avoid integral division not to loss precision.Hermet Park2019-02-211-4/+4
* evas vg: refactor internal function name.Hermet Park2019-01-093-19/+16
* cmake: remove!Marcel Hollerbach2018-12-205-56/+0
* build: draw is using functions from rg_etcMarcel Hollerbach2018-12-071-1/+1
* meson: add inital support for windows compilationMarcel Hollerbach2018-12-072-17/+5
* evas vg: revise basic vg cache logic.Hermet Park2018-12-071-0/+1
* meson: cleanup the native-cpu optimization build codeMarcel Hollerbach2018-11-161-1/+1
* meson - move static libs sraw sse2 inot sse3 build options setCarsten Haitzler (Rasterman)2018-11-121-1/+14
* libunibreak - warn - add fallthrough attributes to minimize warningsCarsten Haitzler (Rasterman)2018-11-091-2/+8
* meson build - fix libunibreak build to not directly build wordbreakdataCarsten Haitzler (Rasterman)2018-11-091-2/+0
* here comes mesonMarcel Hollerbach2018-10-0212-0/+231
* efl_vg: calculate center point with double typeJaehyun Cho2018-09-271-4/+4
* docs: Fix typos in API reference doc and comments.Yeongjong Lee2018-08-311-1/+1
* evas textblock: add/apply cursor cluster APIs based on grapheme clusterYoungbok Shin2018-08-2019-56/+1929
* evas: actually we expect gradient to live as long as the part that is using t...Cedric Bail2018-05-241-11/+11
* evas: vg loader actually should hold a ref when no parent is given.Cedric BAIL2018-04-031-1/+4
* efl_vg: namespace movesMike Blumenkrantz2018-02-211-4/+4
* Introduction of buildtools!Marcel Hollerbach2018-02-172-0/+74
* interfaces: merge all bounds_get methods into efl.gfx.pathMike Blumenkrantz2018-02-121-2/+2
* efl_vg: use efl.object's name property instead of implementing a new oneMike Blumenkrantz2018-02-121-2/+2
* ecore_wl2: Add dmabuf allocations for vc4Derek Foreman2017-11-211-0/+302
* ector: move gradient generation api to draw library for reuse.subhransu mohanty2017-11-102-0/+60
* triangulator:Added stroke_set api to the triangulator_stroker.subhransu mohanty2017-11-102-1/+18
* evas_vg_load_svg: default stop opacity color should be 255, not 0Vitalii Vorobiov2017-11-071-1/+1