summaryrefslogtreecommitdiff
path: root/src/lib/edje
Commit message (Expand)AuthorAgeFilesLines
* edje_entry: fix a potential error of null derefJaehyun Cho2021-02-041-0/+2
* edje_data: Add missing descriptor for image.max(min).limitJunsuChoi2020-12-171-0/+2
* edje_util: Fix memory leakWoochanlee2020-12-081-0/+1
* singularize srand in eina_init - only once in one placeCarsten Haitzler (Rasterman)2020-10-031-2/+0
* edje - calc - handle swallow disappearing mid-calc due to callabcksCarsten Haitzler (Rasterman)2020-09-031-6/+11
* edje - fix enum cast warnings - checked valuesCarsten Haitzler (Rasterman)2020-08-252-2/+2
* ecore evas, edje - fix use of evas seat device enumCarsten Haitzler (Rasterman)2020-08-252-3/+3
* edje - calce - really respect max image size for img setsCarsten Haitzler (Rasterman)2020-08-131-33/+28
* edje_entry: fix a potentional error of null derefWonki Kim2020-08-061-62/+65
* edje: fix a potentional error of null derefWonki Kim2020-08-051-1/+1
* edje_edit: fix a potentional error of null derefWonki Kim2020-08-051-6/+4
* edje_edit: add null check for return of eina_hash_findBowon Ryu2020-08-051-0/+1
* elm_entry/efl.ui.textbox: use common key shortcutsAli2020-08-051-19/+12
* edje_embryo: fix memory leak in ALLOC_COPY_DESCJaehyun Cho2020-08-041-7/+8
* edje_embryo: fix null pointer dereference in ALLOC_COPY_DESCJaehyun Cho2020-08-031-0/+1
* edje_embryo: fix to use parameter of macro ALLOC_COPY_DESCJaehyun Cho2020-08-031-1/+1
* edje_textblock: remove duplicated textblock style propertiesBowon Ryu2020-07-221-8/+54
* efl: make all _class_get() functions constMarcel Hollerbach2020-07-201-1/+1
* Revert "edje: Avoid string duplication when possible."Carsten Haitzler (Rasterman)2020-07-171-14/+8
* edje: Avoid string duplication when possible.Woochanlee2020-07-161-8/+14
* 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