summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: add more c_args handling for places we missed beforedevs/stefan/efl-dllStefan Schmidt2020-05-258-0/+8
* build: modules: harmonize use of package_c_argsStefan Schmidt2020-05-2512-0/+12
* build: lib: harmonize the use of package_c_args in all libsStefan Schmidt2020-05-2517-6/+22
* benchmarks: use EFL_BUILD=1 in c_argsStefan Schmidt2020-05-252-1/+2
* build: move EFL_BUILD to package_c_args used in all subprojectsStefan Schmidt2020-05-251-6/+11
* libs: headers: ensure we include headers in the correct order for EAPIStefan Schmidt2020-05-258-23/+18
* benchmark: fix ident in meson.build fileStefan Schmidt2020-05-251-6/+6
* build: set DLL_EXPORT when on a windows systemStefan Schmidt2020-05-252-2/+1
* eina - dont use SCHED_BATCH or SCHED_IDLE unless they are definedCarsten Haitzler (Rasterman)2020-05-251-7/+17
* ecore_evas_wayland_common: keep the backword compatibility for wayland dnd ha...Taehyub Kim2020-05-251-1/+2
* elm_dnd: do not register widgets twiceMarcel Hollerbach2020-05-251-1/+2
* evas image: reload after alpha_setShinwoo Kim2020-05-251-4/+4
* elm test: include evil_private.h to declare realpath() on WindowsVincent Torri2020-05-232-0/+8
* ecore_evas: fix uninitialized variable warningVincent Torri2020-05-231-1/+1
* ecore - another systemd header - go away. don't need it now.Carsten Haitzler (Rasterman)2020-05-231-4/+0
* ecore evas - tick printf debugs - disabled right now so no noiseCarsten Haitzler (Rasterman)2020-05-232-3/+11
* ecore-x : move x vsync device back to mainloop from threadCarsten Haitzler (Rasterman)2020-05-231-16/+138
* ecore thread - feedback threads should not be background threads...Carsten Haitzler (Rasterman)2020-05-232-5/+38
* ecore-x expose some debug times like the exact time the vsync wokeCarsten Haitzler (Rasterman)2020-05-232-5/+33
* ecore - expose "hidden" internal api for debugging to get wakeup timeCarsten Haitzler (Rasterman)2020-05-232-0/+10
* evas_vg_container: return NULL in evas_vg_container_add when the parent of co...Taehyub Kim2020-05-221-1/+5
* elua: prepare for compatibility with cffi-lua (use ffi.nullptr)Daniel Kolesa2020-05-218-122/+128
* elua: remove old lua bindings generatorDaniel Kolesa2020-05-213-783/+0
* elm_genlist/elm_gengrid: fix memory leak caused by efl_wref_del.Hosang Kim2020-05-212-4/+14
* meson: Changed meson build to support address sanitizer buildSubhransu Mohanty2020-05-202-4/+14
* efl_ui_layout: remove group_calcualte to respect legacy min sizeYeongjong Lee2020-05-202-8/+0
* ecore-x - ensure we fully look at all xkb events and refresh all bindsCarsten Haitzler (Rasterman)2020-05-192-3/+11
* evas: gesture_manager: fix usage of long on WindowsVincent Torri2020-05-191-4/+4
* tests: eina: fix usage of long on WindowsVincent Torri2020-05-191-9/+9
* ecore_con: Fix unused argument warningVincent Torri2020-05-191-1/+1
* evas: do not call evas_object_change in reneder_postShinwoo Kim2020-05-194-1/+24
* ecore_anim: rework bezier curve functionWonki Kim2020-05-191-51/+86
* png: handle file name .9.pngShinwoo Kim2020-05-191-1/+6
* elput: Rmove empty pub_eo_file_target in meson.buildChristopher Michael2020-05-181-1/+0
* elput: Fix formattingChristopher Michael2020-05-181-11/+10
* ecore-evas-drm: Remove duplicate config set in meson.build fileChristopher Michael2020-05-181-4/+0
* ecore-evas-wayland: Fix formatting according to coding conventionsChristopher Michael2020-05-181-78/+159
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-1859-159/+57
* elgind - it's apparently libelogind-shared ...Carsten Haitzler (Rasterman)2020-05-181-1/+1
* ecore - systemd - missed an ifdef for sytemd disableCarsten Haitzler (Rasterman)2020-05-181-0/+2
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-1859-57/+159
* systemd - make libsystemd use/supprot entirely runtime "dlopened"Carsten Haitzler (Rasterman)2020-05-1818-105/+319
* efl_ui_image: fix to call "clicked" smart callback when there is no imgWooHyun Jung2020-05-181-4/+6
* ecore-drm2: Add missing params for doxygenChristopher Michael2020-05-151-0/+2
* ecore-drm2: Add API function to return default depthChristopher Michael2020-05-152-0/+30
* evas_vg_shape: return NULL in evas_vg_shape_add when the parent of shape is NULLTaehyub Kim2020-05-151-1/+6
* ci: travis: switch exactness build to Fedora32 imageStefan Schmidt2020-05-142-2/+2
* elm: refactor legacy _icon_signal_emitMike Blumenkrantz2020-05-136-86/+33
* edje_calc: Add unload file for already loaded vector lottie file.JunsuChoi2020-05-131-0/+1
* Revert "canvas render: don't apply mask if the objects in the map."Hermet Park2020-05-131-47/+26