summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ector: don't forget to reset the matrix to identity.devs/cedric/evgCedric BAIL2015-08-211-0/+1
* efl: fix Efl.Gfx.Shape.Dup to use const parameter.Cedric BAIL2015-08-212-2/+2
* efl: prevent segv while interpolating empty shape.Cedric BAIL2015-08-211-12/+16
* evas: improve simple VG example to interpolate a full VG tree.Cedric BAIL2015-08-211-11/+82
* eina: add test for decomposition and composition of matrix.Cedric BAIL2015-08-211-1/+84
* eina: add eina_matrix4_quaternion_get and eina_quaternion_matrix4_get.Cedric BAIL2015-08-212-0/+322
* eina: add eina_matrix4_multiply and eina_matrix4_identity function.Cedric BAIL2015-08-212-0/+135
* eina: add eina_matrix4_transpose.Cedric BAIL2015-08-212-0/+33
* eina: add tests for eina_matrix4_inverse.Cedric BAIL2015-08-211-0/+3
* eina: add eina_matrix4_inverse.Cedric BAIL2015-08-212-0/+173
* eina: test eina_matrix4_normalized.Cedric BAIL2015-08-211-0/+4
* eina: add eina_matrix4_normalized.Cedric BAIL2015-08-212-0/+44
* eina: add eina_matrix4_determinant.Cedric BAIL2015-08-212-0/+43
* eina: our 3x3 matrix are 2D matrix, not 3D rotation matrix.Cedric BAIL2015-08-212-25/+24
* evas: add logic to duplicate recursively an Efl_VG_Node tree.Cedric BAIL2015-08-2113-1/+155
* evas: allow parent during dup to be an Evas_Object_VG.Cedric BAIL2015-08-211-1/+5
* evas: add support for interpolating Efl_VG_Node tree.Cedric BAIL2015-08-2113-0/+387
* evg: start implementing Efl_VG_Loader.Cedric BAIL2015-08-211-6/+83
* evg: eo_ref_replace again...Cedric BAIL2015-08-211-0/+9
* evas: add an unique name for each Efl.VG.Base object and make it possible to ...Cedric BAIL2015-08-216-18/+133
* evg: move now deprecated Evas SVG loader code to EVG.Cedric BAIL2015-08-211-0/+666
* evg: add an Evg_Object.Cedric BAIL2015-08-215-2/+116
* evg: add Vector library abstraction.Cedric BAIL2015-08-218-0/+321
* ecore_evas: add a SVG vector dislay/converter tool.Cedric BAIL2015-08-211-0/+197
* Evil: fix compilation when MSVC is not available.Vincent Torri2015-08-211-1/+3
* Evas filters: Fix build for Jenkins gcc_x32Jean-Philippe Andre2015-08-211-0/+2
* Add experimental implementation of custom animator ticksChris Michael2015-08-203-16/+18
* evas: properly fix unref of ector renderer.Cedric BAIL2015-08-202-9/+34
* eo - use ren not xref for children to not waste memoryCarsten Haitzler (Rasterman)2015-08-201-5/+3
* evas: fix win32 build warning.ChunEon Park2015-08-202-1/+4
* ector: freetype -> default softwareChunEon Park2015-08-201-3/+2
* ecore_imf_example: remove unnecessary code to set client windowJihoon Kim2015-08-201-1/+0
* evil: fix warnings.ChunEon Park2015-08-201-2/+6
* evil: fix incorrect function call.ChunEon Park2015-08-201-1/+1
* eo - destruction - ensure child is removed from parent child listCarsten Haitzler (Rasterman)2015-08-201-4/+10
* Evas filters: Fix char buffer sizeJean-Philippe Andre2015-08-201-1/+1
* Edje_Entry: check selection before the cursor position change.Mykyta Biliavskyi2015-08-201-2/+2
* evas: be more pedantic in case of error in Evas_VG_Node.Cedric BAIL2015-08-191-1/+4
* eio: limit race condition during shutdown.Cedric BAIL2015-08-191-3/+6
* Evas language: fix script run codeDaniel Hirt2015-08-191-14/+23
* evas: no need to get the data if it is not the right type of object.Cedric BAIL2015-08-191-2/+3
* ector: fix naming and forcing this inline function to be static.Cedric BAIL2015-08-193-10/+8
* evas: fix ref/unref of ector renderer to always happen in the main loop.Cedric BAIL2015-08-192-8/+24
* ector: remove depricated file ector_blend_private.hSubhransu Mohanty2015-08-191-105/+0
* ector: add SSE2 support for gradient filling in software backend.Subhransu Mohanty2015-08-192-89/+308
* ector: add NEON support for composition function in software backend.Subhransu Mohanty2015-08-193-1/+230
* ector: add sse2 support for composition function in software backend.Subhransu Mohanty2015-08-193-3/+331
* ector: refactored software drawing backend to use composition function.Subhransu Mohanty2015-08-194-204/+461
* ector: add alpha field to gradient data.Subhransu Mohanty2015-08-192-42/+49
* ector: add dash stroking feature in software backend.Subhransu Mohanty2015-08-191-3/+263