summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: travis: Debian 10.3 image is ready now for the ninja builddevs/stefan/travis-updatesStefan Schmidt2020-02-261-2/+1
* remove notificationStefan Schmidt2020-02-261-11/+0
* 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
* edje: guarantee the theme abi compatility.Hermet Park2020-02-201-0/+1
* Efl.Ui.Spotlight: Fix indicator initializationXavi Artigas2020-02-201-1/+1
* edje: modify to respect user set fixed propertyWonki Kim2020-02-194-2/+10
* docs: A bit more info and formatting for Eina_Process_CbXavi Artigas2020-02-192-2/+6
* eina: introduce eina_iterator_processMarcel Hollerbach2020-02-194-0/+133
* efl_ui_draggable: move these events back to legacyMarcel Hollerbach2020-02-194-46/+32
* Adding "elm,calendar,ch_%d,weekend" and "elm,calendar,ch_%d,weekday" signals ...rafspiny2020-02-191-1/+12
* elementary: use array instead of list for subchildrenMarcel Hollerbach2020-02-1913-142/+158
* eina_array: interpret the count of a NULL array as 0Marcel Hollerbach2020-02-191-0/+1
* ecore_con: fix to check a return value of functionsWonki Kim2020-02-191-6/+12
* efl_con: add a default condition to switch statementWonki Kim2020-02-191-4/+2
* ecore: fix a memory leakWonki Kim2020-02-191-0/+6
* emile: remove a improper free logicWonki Kim2020-02-191-1/+0
* elm_spinner: Fixed to apply the %d format.Woochanlee2020-02-192-6/+97
* C#: Add error checking for Eina.Success_Flag return typeFelipe Magno de Almeida2020-02-188-62/+250
* csharp: Add IntPtr to/from IEnumerable conversion for "accessor" typesJoão Paulo Taylor Ienczak Zanette2020-02-185-3/+80
* eolian-mono: Make Get/Set internal for generated propertiesFelipe Magno de Almeida2020-02-1818-287/+1200
* Revert "canvas mask: fix incorrect render surface size."Hermet Park2020-02-181-1/+1
* canvas mask: fix incorrect render surface size.Hermet Park2020-02-181-1/+1
* Efl.Gfx.Path: Fix condition of for loop in current searchJunsuChoi2020-02-181-1/+1