summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_ui_spotlight_scroll: improve scroll behaviourdevs/bu5hm4n/work_spotlight_fixesMarcel Hollerbach2020-02-282-6/+24
* docs: Give some doc love to Evas_Object_VgXavi Artigas2020-02-281-18/+16
* doxygen: fix missing @p tagXavi Artigas2020-02-281-1/+1
* doxygen: fix invalid anchor namesXavi Artigas2020-02-281-2/+2
* doxygen: fix missing endcond tagXavi Artigas2020-02-281-0/+4
* doxygen: fix missing titles in addgroupXavi Artigas2020-02-284-5/+5
* doxygen: fix invalid eolian_main_intro refXavi Artigas2020-02-281-1/+1
* doxygen: fix duplicated toc sectionsXavi Artigas2020-02-2819-19/+19
* doxygen: remove deprecated (and unused) configurationXavi Artigas2020-02-281-12/+0
* doxygen: remove duplicated sectionsXavi Artigas2020-02-282-30/+0
* doxygen: fix missing end group tagXavi Artigas2020-02-283-0/+13
* doxygen: fix duplicated intro sectionsXavi Artigas2020-02-284-5/+5
* edje_entry: avoid memory leak on error pathStefan Schmidt2020-02-271-1/+5
* exactness: inspect: use logical OR instead bitwise XORStefan Schmidt2020-02-271-6/+6
* exactness: inspect: remove unreachable codeStefan Schmidt2020-02-271-1/+0
* exactness: handle error cases for saving an imageStefan Schmidt2020-02-271-3/+8
* evas_model_load_ply: Prevent memory leakJunsuChoi2020-02-271-0/+1
* exactness: use eina_strdup() to avoid extra NULL checkingStefan Schmidt2020-02-262-2/+2
* exactness: check return code from ecore_evas_initStefan Schmidt2020-02-264-4/+9
* exactness: avoid leak on leaving scopeStefan Schmidt2020-02-262-2/+8
* exactness: player: allow space for the terminating nullStefan Schmidt2020-02-261-2/+3
* edje_load: fix possible null pointer dereferenceJaehyun Cho2020-02-261-2/+4
* elm_slider: Add return value checkJunsuChoi2020-02-261-1/+1
* test/suite_helpers : Fix warnings about use to uninitialized value.JunsuChoi2020-02-261-0/+1
* elementary_test/ui_spotlight: Fix warnings about use to uninitialized value.JunsuChoi2020-02-261-3/+3
* exactness: injector: free local buffersStefan Schmidt2020-02-251-0/+6
* exactness: inspect: free image before leaving scopeStefan Schmidt2020-02-251-0/+1
* exactness: close file we openedStefan Schmidt2020-02-251-0/+1
* evas: software_engine: free allocation on error pathStefan Schmidt2020-02-251-1/+5
* exactness: inspect: free local allocation before leaving scopeStefan Schmidt2020-02-251-0/+1
* exactness: inspect: fix memory leak of buffer in error pathStefan Schmidt2020-02-251-1/+5
* Ecore_Win32: free 'compose' field when needed, fix memory leakVincent Torri2020-02-251-15/+32
* Evil: add evil_utf8_to_utf16() API ; use evil_utf16_to_utf8() in Ecore_Win32Vincent Torri2020-02-253-30/+51
* tests/elm: verify image file_set -> memfile_set -> file_setMike Blumenkrantz2020-02-251-0/+51
* tests/elm: fix elm_icon testMike Blumenkrantz2020-02-252-25/+26
* test_efl_gfx_vg_value_provider: expand buffer to avoid truncation by snprintfYeongjong Lee2020-02-251-2/+2
* elm/image: restore legacy behavior of elm_image_file_getMike Blumenkrantz2020-02-251-1/+2
* vg_common_json: Fix to duplication of mask and matte.JunsuChoi2020-02-251-7/+11
* Summary: code refactoring - get rid of unneccessary Efl.Access.Value interface.Mateusz Denys2020-02-2414-157/+50
* database_expr: fix memory leak when type error happensJaehyun Cho2020-02-241-1/+4
* efl_ui/image_zoomable: add icon setting fallback for fdo iconsMike Blumenkrantz2020-02-241-0/+5
* Efl.Ui.Image: Add fallback when icon is not found in default themeXavi Artigas2020-02-241-0/+5
* elm : move unrealize callback call before the content caching.SangHyeon Jade Lee2020-02-242-3/+5
* edje/style: Fix a problem where embedded font does not load in edjBowon Ryu2020-02-241-0/+4
* Revert "elm_spinner: Fixed to apply the %d format."Jaehyun Cho2020-02-242-97/+6
* eina: Fix warnings about unused variables on WindowsChristopher Michael2020-02-231-0/+2
* ci: travis: ensure we update brew as well to avoid a problem on Travisdevs/stefan/ci-macos-fixStefan Schmidt2020-02-211-1/+2
* efl_ui_image: unload file before memfile_setShinwoo Kim2020-02-211-1/+1
* efl_ui_exact_model: use eina APIs to get the nth dataYeongjong Lee2020-02-201-18/+3
* canvas proxy: fix broken proxy source clipping function.Hermet Park2020-02-201-4/+3