summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Efl.Ui.Radio_Legacy: Prevent unnecessary signal emit for contentsJunsuChoi2020-05-121-1/+1
* Efl.Ui.Check_Legacy: Prevent unnecessary signal emit for contentsJunsuChoi2020-05-121-1/+1
* Efl.Ui.Progressbar_Legacy: Prevent unnecessary signal emit for contentsJunsuChoi2020-05-121-1/+1
* Efl.Ui.Button_Legacy: Prevent duplicate signal emit of contentsJunsuChoi2020-05-121-1/+1
* build: enable -Wpointer-arith for dev buildsMike Blumenkrantz2020-05-121-0/+1
* build: fix void* use in pointer mathsMike Blumenkrantz2020-05-122-7/+7
* build: enable -Wfloat-compare by default for dev buildsMike Blumenkrantz2020-05-121-0/+1
* static/triangulator: resolve float compare warningsMike Blumenkrantz2020-05-121-2/+2