summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: increase timeout value to 60s from 10devs/stefan/T4502Stefan Schmidt2016-09-211-1/+1
* tests: elm_win: fix compiler warning about signed vs. unsigned comparisonStefan Schmidt2016-09-211-2/+4
* elm: progressbar: hide unit if unit_format_func is invalidStefan Schmidt2016-09-211-1/+1
* evas: model_save: remove unused label after error handling changeStefan Schmidt2016-09-211-1/+0
* evas: remove unnecessary check for clip coords.Sungtaek Hong2016-09-211-2/+0
* elm_config: add null check before usageThiep Ha2016-09-211-3/+4
* elm_atspi: remove redundant null checkingThiep Ha2016-09-211-6/+0
* evas software_engine: ++safety code.Hermet Park2016-09-211-0/+2
* edje edje_cc_out: use strncpy().Hermet Park2016-09-211-2/+3
* edje edje_embryo: use strncpy().Hermet Park2016-09-211-4/+3
* edje/edje_cc: use strncpy() instead of strcpy().Hermet Park2016-09-211-1/+1
* evas engine: correct null checkHermet Park2016-09-211-1/+2
* Revert "evas engine: return as soon as possible if the surface or context is ...Hermet Park2016-09-211-3/+7
* evas engine: return as soon as possible if the surface or context is not valid.Hermet Park2016-09-211-7/+3
* eo-cxx: Add progress to future and promiseFelipe Magno de Almeida2016-09-204-119/+285
* edje_edit : add null check and close eetJunsuChoi2016-09-211-1/+10
* edje_decc: modified fclose locationJunsuChoi2016-09-211-1/+1
* ecore_con,elput: fix warningsBruno Dilly2016-09-202-5/+24
* elm_progressbar: show status when unit_format_func is setSungtaek Hong2016-09-201-11/+10
* atspi: fix parent-child relationship for elm_list and elm_toolbarPiotr Ganicz2016-09-202-0/+9
* atspi: fix state macrosPiotr Ganicz2016-09-201-3/+3
* eet: fix memory leakjiin.moon2016-09-201-9/+8
* eet: set alpha_texture for ETC1+AlphaSungtaek Hong2016-09-201-0/+1
* Evas: Don't access members of a null struct. Fixes T4616Stephen Houston2016-09-201-0/+2
* libproxy: dlopen() and make it runtime optional.Gustavo Sverzut Barbieri2016-09-204-70/+101
* ecore_file: Fix improper way of comparing in ecore_file_path_dir_exists @fixArtem Popov2016-09-201-1/+1
* eina_cpu, evas: Remove _eina_cpu_fast_core_get, don't set render thread affinityDerek Foreman2016-09-204-171/+2
* eina - eina file map populate fallback to use log int not int... for sizeCarsten Haitzler (Rasterman)2016-09-201-2/+2
* tests: ecore: switch from fprintf to ck_asser_msg macro for custom error messageStefan Schmidt2016-09-201-2/+1
* eldbus: fix null value usageJi-Youn Park2016-09-201-0/+1
* Evas font: force freetype v35 ttf interpreterDaniel Hirt2016-09-201-0/+4
* ecore_con_local: fix memory leak.Ji-Youn Park2016-09-201-7/+11
* embryo : Prevent buffer overflow in embryo_cc_sc2JEONGHYUN YUN2016-09-201-1/+1
* efreet xml parse - handle 0 sized xml specially to avoid crashCarsten Haitzler (Rasterman)2016-09-201-0/+2
* eina - redo a lot of the static inlines to have better instr cache usageCarsten Haitzler (Rasterman)2016-09-2015-606/+644
* edje_edit: add null checkingJaehwan Kim2016-09-201-0/+2
* ecore: fix the parameter of strerrorJaehwan Kim2016-09-201-1/+1
* elm fileselector: add null checking before strlenWooHyun Jung2016-09-201-1/+1
* eldbus: null checking before using the pointerWooHyun Jung2016-09-201-0/+2
* ecore: fix warning in timer test.Cedric BAIL2016-09-191-1/+1
* elementary: patch got pushed before the complete fix.Cedric BAIL2016-09-191-3/+1
* elementary: be more conservative on the amount of data requested from disk.Cedric BAIL2016-09-191-9/+4
* eina: populate memory in the right limit.Cedric BAIL2016-09-191-1/+3
* ecore: remove useless ecore_parent.eo.Cedric BAIL2016-09-195-16/+2
* eina_cpu: Fix coverity defects in eina_cpu_map_initDerek Foreman2016-09-191-3/+6
* edje_edit: make tweens able to work with image setsVitalii Vorobiov2016-09-191-1/+12
* render_thread: Attempt to set affinity to a random fast coreDerek Foreman2016-09-191-1/+9
* edje example: fix broken batman svg resource.Hermet Park2016-09-191-1/+1
* eina_cpu: Fix error handling in eina_cpu_fast_core_getDerek Foreman2016-09-191-0/+3
* efl_net_dialer_http: use libproxy.Gustavo Sverzut Barbieri2016-09-191-9/+137