summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* eina: do not free NULL ptrMarcel Hollerbach2020-03-121-2/+5
* efl: check config values before passing to non-null functionMike Blumenkrantz2020-03-121-4/+4
* efl.ui.textbox: proxy for efl.ui.scrollable interfaceAli Alzyod2020-03-122-1/+155
* efl/gesture: add fallback for glayer_tap_finger_size not being foundMike Blumenkrantz2020-03-121-1/+7
* evas_object_box: respect static clipper.Alastair Poole2020-03-121-1/+3
* doxygen docs: Fix illegal referencesXavi Artigas2020-03-124-6/+6
* doxygen docs: Do not parse file Eo.hXavi Artigas2020-03-121-1/+2
* doxygen docs: Fix some more Illegal commandsXavi Artigas2020-03-128-8/+8
* doxygen docs: Fix some more invalid commandsXavi Artigas2020-03-122-22/+22
* efl_canvas_vg_shape: fix the wrong parameter order in the wrapper of evas_vg_...Taehyub Kim2020-03-121-1/+1
* efl/exe: don't err on del if exe has been killedMike Blumenkrantz2020-03-121-5/+7
* efl/wl: define opaque wl/xkb types to native types when those headers are inc...Mike Blumenkrantz2020-03-121-2/+13
* efl/wl: add 'extracted' property for surfacesMike Blumenkrantz2020-03-122-0/+14
* add EFL_VERSION_1_24 defineMike Blumenkrantz2020-03-122-1/+4
* efl-wl: rename to efl.canvas.wlMike Blumenkrantz2020-03-1214-170/+171
* efl-wl: move flags_run to exec_flags propertyMike Blumenkrantz2020-03-122-7/+13
* efl-wl: add active_surface propertyMike Blumenkrantz2020-03-122-0/+31
* efl-wl: make surface restacking functions return the current surfaceMike Blumenkrantz2020-03-123-11/+11
* efl-wl: move keymap functions to eoMike Blumenkrantz2020-03-123-15/+28
* efl-wl: rework parent surface getter to a more useful propertyMike Blumenkrantz2020-03-123-15/+11
* efl-wl: convert comp surface object to eoMike Blumenkrantz2020-03-125-122/+71
* efl/exe: add term_with_parent flagMike Blumenkrantz2020-03-122-2/+14
* efl-wl: start conversion to eoMike Blumenkrantz2020-03-128-314/+345
* efl/exe: add 'pid' propertyMike Blumenkrantz2020-03-122-0/+19
* exactness: factor out duplicated code for debug session handlingStefan Schmidt2020-03-123-151/+91
* exactness: hamonize use of PATH_MAX as maximal path length allowedStefan Schmidt2020-03-123-20/+16
* exactness: factor out _printf() handling into common partStefan Schmidt2020-03-128-101/+90
* eina log bt - on by default always if unwind foundCarsten Haitzler (Rasterman)2020-03-122-1/+2
* edje_cc - provide better error info log on part id out of rangeCarsten Haitzler (Rasterman)2020-03-121-1/+2
* efl_gesture_manager: Fix incorrect override system config value.Woochanlee2020-03-121-3/+1
* canvas proxy: fix a missing case that proxy not updated properly.Hermet Park2020-03-121-0/+3
* edje_textblock: style font size override size_range maxAli Alzyod2020-03-121-1/+25
* edje_util: Prevent null pointer accessJunsuChoi2020-03-121-0/+1
* efl_ui/layout: skip versioning checks for legacy widgetsMike Blumenkrantz2020-03-111-1/+4
* evas_textblock: replace evil tabs with spacesAli Alzyod2020-03-111-14/+14
* doxygen docs: Fix tons of invalid Doxygen commandsXavi Artigas2020-03-1014-27/+21
* doxygen docs: Adapt to Doxygen syntaxXavi Artigas2020-03-102-59/+25
* evas.image: add evas_object_image_animated_frame_getShinwoo Kim2020-03-106-0/+64
* evas_object_text: Fix unused parameterChristopher Michael2020-03-101-0/+2
* eina_abstract_content: Fix resource leakChristopher Michael2020-03-101-0/+1
* ecore-evas-wayland: Check for valid 'fd' before passing to write()Christopher Michael2020-03-101-2/+5
* ecore-evas-wayland: Fix resource leakChristopher Michael2020-03-101-1/+5
* eina_abstract_content: Fix dereference before null checkChristopher Michael2020-03-101-5/+3
* vg_common_json: register shape name as it's designed.JunsuChoi2020-03-101-1/+2
* edje: Rename Json to Lottie in edj supportingJunsuChoi2020-03-105-33/+33
* evas_gl_font: free data paths if alloca failsAli Alzyod2020-03-101-2/+2
* ecore_evas: do not leak allocated memory in error caseMarcel Hollerbach2020-03-091-5/+5
* ecore_evas: only free content when content is != NULLMarcel Hollerbach2020-03-091-1/+1
* ecore_evas_x: fix memory leak when enter drag and drop, without a eeMarcel Hollerbach2020-03-091-1/+1
* efl_ui_textbox: dont leak a array when no type is availableMarcel Hollerbach2020-03-091-6/+8