summaryrefslogtreecommitdiff
path: root/src/lib/edje
Commit message (Expand)AuthorAgeFilesLines
* Revert "edje: Avoid string duplication when possible."Carsten Haitzler (Rasterman)2020-07-071-14/+8
* edje: Avoid string duplication when possible.Woochanlee2020-07-071-8/+14
* docs: Correct the wrong group name in Edje and ElementaryMyoungwoon Roy, Kim2020-07-061-141/+177
* Fix typos - (Part #2)Elyes HAOUAS2020-07-061-2/+2
* Fix typos - (Part #5)Elyes HAOUAS2020-06-251-1/+1
* Fix typosElyes HAOUAS2020-06-251-1/+1
* Get rid of trailing whitespaces (6 / 14)Elyes HAOUAS2020-06-234-4/+4
* edje: markup flag should be TRUE in legacy edje_object_part_text_setBowon Ryu2020-06-051-1/+1
* Efl.Canvas.Vg.Object: Optimize Ector Surface SizeJunsuChoi2020-06-031-0/+6
* edje: fix memory leak in edje part recalculation.Myoungwoon Roy, Kim2020-05-271-1/+2
* refactor buildMarcel Hollerbach2020-05-271-6/+7
* edje: fix memory leak by freeing the limits pointer.Subhransu Mohanty2020-05-271-0/+2
* edje_load : clean up vector resource when edje file freed.Woochanlee2020-05-271-0/+4
* edje: Fix memory leak by freeing the filter data.Subhransu Mohanty2020-05-271-0/+16
* canvas vg: fix dangling vector containers.Hermet Park2020-05-261-3/+4
* edje: fix animation memory leak.Hermet Park2020-05-261-9/+12
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-181-3/+1
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-181-1/+3
* edje_calc: Add unload file for already loaded vector lottie file.JunsuChoi2020-05-131-0/+1
* edje: resolve float compare warningsMike Blumenkrantz2020-05-121-2/+2
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-2/+2
* edje_textblock: content_fit size_range updateAli Alzyod2020-05-061-5/+8
* edje_textblock: optimize priority handling for content_fit optionsAli2020-05-061-3/+5
* edje - don't set font sizes less than 1Carsten Haitzler (Rasterman)2020-05-011-6/+7
* doxygen docs: Fix all invalid @param namesXavi Artigas2020-04-201-1/+1
* remove unused imports in eo/eot filesDaniel Kolesa2020-04-191-2/+0
* edje: fix cursor scrollingBowon Ryu2020-04-171-2/+6
* doxygen docs: Fix missing docs in EdjeXavi Artigas2020-04-142-6/+10
* doxygen docs: Proper usage of @ingroup and @addtogroupXavi Artigas2020-04-141-12/+12
* edje_calc: add null check after eet_readWooHyun Jung2020-04-131-10/+13
* elm_entry: using keycode for main keyboard shortcutsAli2020-04-031-10/+17
* edje_legacy: Remove EINA_UNUSED when obj is actually usedProhtMeyhet2020-04-031-11/+11
* edje/multisense: track and destroy multisense inputs on shutdownMike Blumenkrantz2020-03-251-0/+6
* edje/multisense: free multisense output on shutdownMike Blumenkrantz2020-03-251-2/+1
* canvas 3d: remove all canvas3d features across efl.Hermet Park2020-03-252-13/+0
* doxygen docs: Fix warnings in Edje_Edit.hXavi Artigas2020-03-241-69/+53
* efl/layout: add explicit doc note about efl.player property defaultsMike Blumenkrantz2020-03-201-1/+4
* efl/layout: add @empty for missing efl.player methodsMike Blumenkrantz2020-03-201-0/+5
* canvas3d: remove all feature implementation in edje/edje_ccHermet Park2020-03-204-189/+1
* canvas 3d: remove canvas3d edjeHermet Park2020-03-197-642/+3
* edje_message_queue: decrease number of messages when message is removed.Hosang Kim2020-03-171-0/+1
* edje_part: move part_type to common interfaceMarcel Hollerbach2020-03-179-14/+30
* edje_textblock: style font size override size_range maxAli Alzyod2020-03-121-1/+25
* edje_util: Prevent null pointer accessJunsuChoi2020-03-121-0/+1
* edje: Rename Json to Lottie in edj supportingJunsuChoi2020-03-103-25/+25
* efl_canvas_layout_part: remove debugging content set / get implMarcel Hollerbach2020-03-061-21/+0
* efl_canvas_layout_part: add part name, type and group name to debug infoMarcel Hollerbach2020-03-062-0/+9
* doxygen: fix duplicated toc sectionsXavi Artigas2020-02-281-1/+1
* doxygen: fix duplicated intro sectionsXavi Artigas2020-02-281-1/+1
* edje_entry: avoid memory leak on error pathStefan Schmidt2020-02-271-1/+5