summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore_con: first initial addition of Ecore_Con_Ssh object.devs/cedric/ecore_con_sshCedric BAIL2015-04-266-3/+349
* gitignore: ignore assh generated files.Cedric BAIL2015-04-264-0/+19
* assh: another update.Cedric BAIL2015-04-2619-201/+327
* assh: update with latest assh version.Cedric BAIL2015-04-263-399/+24
* assh: add libassh following the same pattern as liblz4.Cedric BAIL2015-04-26119-0/+71150
* emile: correctly free buffer allocated for compressed image.Cedric BAIL2015-04-261-2/+2
* ecore_evas: move docs from .c to .h and make it consistenceThiep Ha2015-04-262-182/+160
* eet: fix interger overflowCedric BAIL2015-04-251-1/+1
* emile: fix memory leak.Cedric BAIL2015-04-251-2/+10
* evas: get rid of clobbered warning.Cedric BAIL2015-04-251-4/+6
* ecore_con: fix typos and improve document consistence.Thiep Ha2015-04-251-90/+90
* eina: correct document for eina_hash_list_prepend/remove.Thiep Ha2015-04-251-6/+6
* emile: fix memory leak.Cedric BAIL2015-04-251-5/+12
* emile: fix typo.Cedric BAIL2015-04-251-1/+1
* emile: opts can be NULL, so checking it before using it.Cedric BAIL2015-04-251-5/+5
* emile: check that we actually do have option before using them.Cedric BAIL2015-04-251-1/+1
* emile: fix support of AGRY88.Cedric BAIL2015-04-251-1/+1
* evas: fix usage of the same ressource in the GL backend with orient.Cedric BAIL2015-04-251-2/+14
* ecore-drm: fix multiclick interval timeMike Blumenkrantz2015-04-242-2/+2
* ecore-drm: fix improper conditional syntax in _ecore_drm_tty_switch()Mike Blumenkrantz2015-04-241-3/+1
* ecore-drm: add safety checks to all EAPI functionsMike Blumenkrantz2015-04-248-19/+38
* ecore-con: try to load libcurl.so.5 before .so.4Raoul Hecky2015-04-241-0/+4
* edje_util: fix memory leakAndrii Kroitor2015-04-241-1/+4
* Evas GL common: Avoid excessive pipe flushes in image freeJean-Philippe Andre2015-04-241-1/+1
* Evas GL masking: Improve performance with scaled imagesJean-Philippe Andre2015-04-241-0/+7
* Fix ecore_con_eet_client_example example compilation errorFelipe Magno de Almeida2015-04-231-0/+2
* Fix uninitialized member by coverity CID 1294558Felipe Magno de Almeida2015-04-231-0/+2
* ecore-drm: refactor _ecore_drm_output_backlight_init() to use fewer gotosMike Blumenkrantz2015-04-231-13/+10
* ecore-drm: use eeze_udev_find_by_filter() to only return relevant backlight d...Mike Blumenkrantz2015-04-231-4/+2
* ecore-drm: restrict output backlight detection to drm deviceMike Blumenkrantz2015-04-231-1/+3
* evas_text: fix default return value.Jaehwan Kim2015-04-231-1/+1
* ecore-file: use hash list for inotify monitor trackingMike Blumenkrantz2015-04-231-8/+8
* ecore_timer: fix the default return value.Jaehwan Kim2015-04-231-1/+1
* eina thread_queue: fix typo in doc.ChunEon Park2015-04-231-1/+1
* ecore-drm: fix uninitialized output mode pointers when creating outputsMike Blumenkrantz2015-04-221-1/+1
* ecore-drm: fix ecore_drm_devices_get() to return a const valueMike Blumenkrantz2015-04-222-2/+2
* efreet: fix leak in efreet_util_desktop_exec_find()Mike Blumenkrantz2015-04-221-2/+1
* ecore_drm: Don't crash if a device is assigned a bad outputDerek Foreman2015-04-221-12/+8
* eina thread_queue: fix typo in doc.ChunEon Park2015-04-221-2/+2
* efl: Move test for gl library to evas-gl-drm engine checks and Fix T2167Chris Michael2015-04-221-24/+5
* ecore: build newly added Ecore_Con examples.Cedric BAIL2015-04-221-2/+13
* ecore_con: example program for ecore_con_eet.Srivardhan Hebbar2015-04-225-0/+276
* eio: add testcases for various eio_xattr types set and get functions.vivek2015-04-221-0/+103
* ecore_con: add another test case to cover remaining functions in ecore_con_eet.Srivardhan Hebbar2015-04-221-23/+109
* ecore_con: add test cases to cover more ecore con functions.Srivardhan Hebbar2015-04-221-2/+53
* eina: add test cases for eina file xattr functions.vivek2015-04-222-4/+73
* ecore_con: fix dns lookup crash issue.Srivardhan Hebbar2015-04-221-2/+0
* ecore_con: fix ecore_con_lookup_example to actually exit when done.Srivardhan Hebbar2015-04-221-3/+1
* eina: add test case for eina_strbuf_string_free function.vivek2015-04-221-0/+5
* evas: fix rotation and flipping of image in gl enginekabeer khan2015-04-224-33/+234