summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* eina debug - fix setuid process shutdown by initting fully except connCarsten Haitzler (Rasterman)2018-06-271-3/+3
* ecore-evas-x: set draw_block until the window receives a configure event (#2)Mike Blumenkrantz2018-06-271-6/+51
* Revert "elm win - fix resizing on show. rage was broken last week. this fixes...Carsten Haitzler (Rasterman)2018-06-271-8/+3
* ecore_drm2: Fix failure to properly set up new planeDerek Foreman2018-06-261-1/+3
* Revert "eina: provide full string length to vsnprintf to allow for null chara...Xavi Artigas2018-06-261-1/+1
* elm: register legacy_type correctlyMarcel Hollerbach2018-06-266-18/+19
* eina/threadqueue: use mempool_del for hash free functionMike Blumenkrantz2018-06-251-1/+1
* ecore/thread: greatly reduce usleep time during shutdown loopMike Blumenkrantz2018-06-251-1/+1
* ecore/thread: track "no_queue" threadsMike Blumenkrantz2018-06-251-2/+11
* Revert "ecore/thread: track "no_queue" threads"Mike Blumenkrantz2018-06-251-11/+3
* tests: split a large failure case for eina_file tests to provide more infoMike Blumenkrantz2018-06-251-1/+3
* eina/lock: add errno wrapping for backtrace() calls in thread debug blocksMike Blumenkrantz2018-06-251-0/+6
* elm/win: move trigger for "shot" to first pre-render callbackMike Blumenkrantz2018-06-251-1/+1
* edje: return available text data in part_text_get without recalc when possibleMike Blumenkrantz2018-06-251-4/+8
* edje: remove recalc during part_recursive_getMike Blumenkrantz2018-06-251-2/+0
* eina/debug_cpu: rework thread usageMike Blumenkrantz2018-06-251-66/+44
* eina/debug: replace some explicit pthread_t usage with Eina_ThreadMike Blumenkrantz2018-06-252-6/+6
* evas/thread_render: improve thread safetyMike Blumenkrantz2018-06-251-4/+25
* eina/lock: rework meaning of EINA_DEBUG_THREADS variableMike Blumenkrantz2018-06-251-2/+1
* eina/lock: when debug threads are enabled, always call trylock in lock functionMike Blumenkrantz2018-06-251-0/+8
* eina/lock: reorder inline posix lock functionsMike Blumenkrantz2018-06-251-55/+55
* ecore_evas: prevent duplicated ecore_evas registrationYeongJong Lee2018-06-251-0/+2
* ecore_con: make dns resolver thread stop blocking when canceledMike Blumenkrantz2018-06-254-10/+12
* ecore/thread: track "no_queue" threadsMike Blumenkrantz2018-06-251-3/+11
* eina_thread_queue: use normal mempools for block allocationMike Blumenkrantz2018-06-251-69/+37
* ecore: reformat ecore_thread.cMike Blumenkrantz2018-06-251-220/+224
* eo: remove some erroneous mutex unlocks during base class parent_set errorsMike Blumenkrantz2018-06-251-1/+0
* tests: add coverage for efl_parent_set with invalidated parent objectMike Blumenkrantz2018-06-251-0/+2
* edje_lua: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-0/+2
* efl_ui_layout_pack: Wrap calls to edje_object_part_object_get withChris Michael2018-06-251-0/+37
* elm_clock: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-3/+8
* elm_calendar: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-8/+11
* elc_popup: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-3/+5
* efl_ui_win: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-1/+5
* elc_naviframe: Wrap calls to edje_object_part_object_get withChris Michael2018-06-251-3/+5
* elc_multibuttonentry: Wrap calls to edje_object_part_object_get withChris Michael2018-06-251-3/+8
* efl_ui_calendar: Wrap calls to edje_object_part_object_get withChris Michael2018-06-251-6/+10
* elm_spinner: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-0/+2
* efl_ui_layout_object: Wrap calls to edje_object_part_object_get withChris Michael2018-06-251-2/+9
* elm_access: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-0/+4
* elm_panel: Wrap calls to edje_object_part_object_get with freeze/thawChris Michael2018-06-251-3/+5
* efl_ui_view_list: Wrap calls to edje_object_part_object_get withChris Michael2018-06-251-1/+5
* tests: Update edje test to wrap edje_object_part_object_get withChris Michael2018-06-251-0/+20
* elementary_bin: Wrap calls to edje_object_part_object_get with edje_freeze/thawChris Michael2018-06-252-0/+12
* tests: add some more failure cases for efl_parent_set in eo testsMike Blumenkrantz2018-06-251-0/+16
* eo: remove some erroneous mutex unlocks during base class parent_set errorsMike Blumenkrantz2018-06-251-2/+3
* tests: ensure class constructor is called in eo_domain testMike Blumenkrantz2018-06-251-0/+2
* eo: get back the eo test suiteMarcel Hollerbach2018-06-251-2/+2
* elm_web: convert the enum fields correctly, as previously doneMarcel Hollerbach2018-06-251-2/+36
* elm_map: convert enums correctlyMarcel Hollerbach2018-06-251-2/+35