summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testdevs/discomfitor/pendingMike Blumenkrantz2018-06-221-0/+18
* ecore_con: make dns resolver thread stop blocking when canceledMike Blumenkrantz2018-06-214-10/+12
* ecore/thread: track "no_queue" threadsMike Blumenkrantz2018-06-211-3/+11
* eina_thread_queue: use normal mempools for block allocationMike Blumenkrantz2018-06-211-69/+37
* ecore: reformat ecore_thread.cMike Blumenkrantz2018-06-211-220/+224
* tests: add some more failure cases for efl_parent_set in eo testsMike Blumenkrantz2018-06-211-0/+16
* eo: remove some erroneous mutex unlocks during base class parent_set errorsMike Blumenkrantz2018-06-211-3/+3
* tests: add coverage for efl_parent_set with invalidated parent objectMike Blumenkrantz2018-06-211-0/+2
* tests: ensure class constructor is called in eo_domain testMike Blumenkrantz2018-06-211-0/+2
* eldbux-cxx: Remove test accessing system bus.Lauro Moura2018-06-211-10/+0
* eina_debug_bt: add ifdef for windows buildMike Blumenkrantz2018-06-211-0/+2
* eo_debug: Fix segfault when parsing EO_LIFECYCLE_DEBUG envvarXavi Artigas2018-06-211-4/+4
* efl: Bump required libinput version for ElputChris Michael2018-06-211-1/+1
* ecore_cocoa_cnp: Check for nil object before adding.Alastair Poole2018-06-211-2/+4
* ecore_cocoa: fix ECORE_EVENT_KEY_DOWN/UP on MacOS.Alastair Poole2018-06-211-0/+5
* efl: include sys/types.h where ssize_t is usedDaniel Kolesa2018-06-215-0/+12
* Revert "edje: code refactoring for readibility."Hermet Park2018-06-2111-65/+65
* Revert "edje: fix a regression error by 7fb47fc064b8f429242b4d5cdf57071475087...Hermet Park2018-06-211-1/+1
* ecore_con: do proper version test for TLS_method.Alastair Poole2018-06-211-4/+1
* efl_ui_navigation_bar: less warningsMarcel Hollerbach2018-06-211-1/+1
* efl_ui_focus_manager_calc: fix warningsMarcel Hollerbach2018-06-211-4/+5
* elm_gengrid : fix gengrid cached items disapearing issue by wrong reference c...SangHyeon Lee2018-06-211-3/+5
* efl_ui_widget_focus_manager: less warningsMarcel Hollerbach2018-06-211-1/+1
* elm_colorselector: fix improperly named API theme partsMike Blumenkrantz2018-06-202-2/+4
* Edje load: add safecheck for TEXTBLOCK-specific code pathDaniel Hirt2018-06-201-1/+2
* elm: refactor do not call efl_data_scope_get on a object without dataMarcel Hollerbach2018-06-206-46/+76
* ecore_con: FreeBSD 11.2 not providing TLS generic methods.Alastair Poole2018-06-201-0/+8
* Patch for T6342Alastair Poole2018-06-208-38/+15
* tests: remove eldbus special casing from checks to enable parallel test runsMike Blumenkrantz2018-06-191-1/+1
* tests: use unique dbus bus names for each eldbus test case fixtureMike Blumenkrantz2018-06-195-9/+15
* eina_debug_bt: only enable SIGPROF handler when profiling is enabledMike Blumenkrantz2018-06-191-1/+22
* tests: add test for eina_debug signal handlingMike Blumenkrantz2018-06-194-1/+28
* ecore: call eina_debug_fork_reset() in fork reset functionMike Blumenkrantz2018-06-191-0/+2
* eina_debug: add function to reset debug subsystem after forkMike Blumenkrantz2018-06-194-0/+24
* eina_debug: make shutdown perform cleanups and kill the timer threadMike Blumenkrantz2018-06-191-21/+34
* eina_debug_cpu: make shutdown perform cleanups and kill the timer threadMike Blumenkrantz2018-06-191-28/+37
* eina_debug_timer: make shutdown perform cleanups and kill the timer threadMike Blumenkrantz2018-06-191-8/+16
* eina: prevent threads subcomponent from being shutdown while eina is activeMike Blumenkrantz2018-06-191-28/+37
* eina: call eina_threads_init from eina_debug_initMike Blumenkrantz2018-06-191-0/+2
* eina: don't init subcomponents inside eina_debugMike Blumenkrantz2018-06-192-6/+3
* ecore_wl2: Better error handling for dmabuf sync ioctlsDerek Foreman2018-06-191-2/+10
* eo: CRI when class constructor or destructor is called from threadMike Blumenkrantz2018-06-191-0/+6
* elm_list: return from sizing_eval immediately if called during constructorMike Blumenkrantz2018-06-191-0/+1
* elm_colorselector: avoid calling functions with null objectsMike Blumenkrantz2018-06-191-4/+4
* elm_colorselector: avoid passing null to efl functionsMike Blumenkrantz2018-06-191-2/+2
* evas: switch to EFL_EVENT_INVALIDATE for event grabber sub-object deletionMike Blumenkrantz2018-06-191-3/+3
* efl_ui_win: check frame_obj existence before operating on it in pre_renderMike Blumenkrantz2018-06-191-3/+6
* efl_ui_win: do not attempt to focus a null object on focus-inMike Blumenkrantz2018-06-191-1/+2
* eo: make the debug build print leaked errorsMarcel Hollerbach2018-06-191-0/+16
* eo: get rid of eo_idMarcel Hollerbach2018-06-192-29/+3