summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eina/debug: remove global lock for session list accessdevs/discomfitor/testingggMike Blumenkrantz2018-07-031-7/+0
* eina/debug: rework session thread destruction to avoid deadlock on shutdownMike Blumenkrantz2018-07-031-15/+16
* default theme: fix part names in elm/clockXavi Artigas2018-06-292-4/+10
* efl_ui_focus_manager_calc: only perform operation if really requiredMarcel Hollerbach2018-06-291-2/+3
* eet: set parent struct member when adding a child to a parent nodeMike Blumenkrantz2018-06-291-0/+4
* default theme: fix part names in efl/uiclockXavi Artigas2018-06-292-29/+29
* default theme: remove unused elm/uiclockXavi Artigas2018-06-294-233/+6
* elm_genlist: prepare items before realising themMarcel Hollerbach2018-06-291-0/+3
* default theme: fix part names in efl/calendarXavi Artigas2018-06-292-91/+91
* default theme: fix part names in elm/calendarXavi Artigas2018-06-292-92/+111
* efl_ui_focus_layer: elm_widget_top_get considered harmfullMarcel Hollerbach2018-06-291-2/+3
* eo: improve thread check during class constructionMike Blumenkrantz2018-06-292-4/+8
* default theme: fix part names in notificationXavi Artigas2018-06-291-2/+4
* default theme: fix part names in dialogXavi Artigas2018-06-291-3/+3
* default theme: fix part names in illumeXavi Artigas2018-06-291-2/+4
* default theme: fix part names in systrayXavi Artigas2018-06-291-16/+17
* default theme: fix group names in music_controlXavi Artigas2018-06-291-1/+2
* default theme: fix group names in filemanXavi Artigas2018-06-291-3/+6
* default theme: fix part names in elm/ewsXavi Artigas2018-06-291-1/+1
* default theme: fix part names in elm/scrollable/panelXavi Artigas2018-06-292-58/+60
* default theme: fix part names in elm/popupXavi Artigas2018-06-291-3/+3
* Evil: fix usage of Evil in a program compiled with vc++ this should be enough...Vincent Torri2018-06-293-28/+23
* Add information about the location of CC BY-SA 3.0 related icon files.Myoungwoon Roy, Kim2018-06-291-1/+2
* configure: check if realpath program existsJaehyun Cho2018-06-291-1/+9
* Elm label: fix "horizontal_fixed" usage with different stylesDaniel Hirt2018-06-291-5/+11
* tests/eo: add explicit ref check when setting an invalid parentMike Blumenkrantz2018-06-291-1/+5
* evas map: check render condition more elaborately.Hermet Park2018-06-291-1/+8
* evas: remove ecore init/shutdown calls from everywhere besides evas_mainMike Blumenkrantz2018-06-284-17/+0
* evas/main: move common shutdown to after ecore shutdownMike Blumenkrantz2018-06-281-2/+1
* ecore_anim: Simplify timeline terminal conditionDerek Foreman2018-06-281-1/+1
* evas_render: Make some code easier to readDerek Foreman2018-06-281-9/+9
* evas/main: shuffle shutdown order of filters and modulesMike Blumenkrantz2018-06-281-3/+3
* eio/fallback: avoid emitting monitor events if the backend is pending deletionMike Blumenkrantz2018-06-281-10/+22
* tests: check eio monitors for fallback monitoringMike Blumenkrantz2018-06-282-14/+38
* eio: add method for determining if a monitor is using the fallback mechanismMike Blumenkrantz2018-06-284-6/+51
* tests: cancel the timeout timer when cleaning up eio testsMike Blumenkrantz2018-06-282-0/+2
* tests: increase eio monitor+sentry test initial delay to 0.05sMike Blumenkrantz2018-06-282-2/+2
* eio/fallback: do not modify the children hash while iterating itMike Blumenkrantz2018-06-281-1/+6
* eio/fallback: mark all fallback monitors as fallbacks, not just for win32Mike Blumenkrantz2018-06-282-1/+1
* eio/fallback: fix MODIFY event emission on base path when monitoringMike Blumenkrantz2018-06-281-1/+6
* eio/fallback: remove intermediate idlerMike Blumenkrantz2018-06-281-14/+3
* eio/fallback: fix fallback shutdown when threads existMike Blumenkrantz2018-06-281-5/+14
* eio/fallback: always create timer hash on fallback initMike Blumenkrantz2018-06-281-3/+3
* ecore/thread: flush main loop threads during ecore_thread_wait()Mike Blumenkrantz2018-06-281-1/+2
* ecore/thread: flush main loop threads while waiting during shutdownMike Blumenkrantz2018-06-281-1/+5
* ecore/thread: increase loop iterations when waiting during shutdownMike Blumenkrantz2018-06-281-1/+1
* evas: move clearing cows to right place.Hosang Kim2018-06-276-10/+36
* eina/mempool: remove debug thread check to verify mempool deletion threadMike Blumenkrantz2018-06-271-4/+0
* tests: ignore ibus module in ecore-imf tests when DISPLAY is not setMike Blumenkrantz2018-06-271-2/+4
* tests: avoid cascading failure in ecore-imf tests when not forkingMike Blumenkrantz2018-06-271-3/+11