summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eo: Add eo_do_part.devs/tasn/part_getTom Hacohen2015-04-174-0/+52
* ecore_file: less confusing documentation of ecore_file_download APIkabeer khan2015-04-171-4/+4
* ecore_file: fix crashing test of ecore_filekabeer khan2015-04-171-2/+2
* evas: more fix for include order in an attempt to fix Windows build.Cedric BAIL2015-04-172-6/+6
* evas: update Evas_Object_VG examples to use eina_matrix api correctly after c...Subhransu Mohanty2015-04-172-0/+2
* evas: update matrix calulation as the behaviour of eina_matrix api changed.Subhransu Mohanty2015-04-171-5/+5
* eina: updated matrix_translate, matrix_scale and matrix_rotate implementation...Subhransu Mohanty2015-04-171-27/+33
* Revert "edje: refactor styles_del() logic like styles_add()"Tom Hacohen2015-04-171-20/+43
* edje: refactor styles_del() logic like styles_add()Sohyun Kim2015-04-171-43/+20
* evas: restore the value of "do_region" in jpeg loader as EINA_TRUEJaeun Choi2015-04-171-1/+1
* Evas textblock: remove freed item from the line listSohyun Kim2015-04-171-1/+1
* Evas masking: Skip GL fast path for border imagesJean-Philippe Andre2015-04-171-4/+8
* Evas render: Fix debug logsJean-Philippe Andre2015-04-171-20/+11
* eio: add new tests for eio.kabeer khan2015-04-164-1/+237
* evas: fix bug in Evas_3D examples.se.osadchy2015-04-162-3/+4
* epp: fix annotate.Cedric BAIL2015-04-162-5/+5
* edje: fix misspelling of annotate.Yomi2015-04-164-9/+9
* evas: fix possible segfault in evas_3d_node_member_add/del.Oleksandr Shcherbina2015-04-161-2/+2
* ecore-drm: Don't fetch output geometry on every mouse movementChris Michael2015-04-162-11/+13
* ecore-drm: Fix mouse movement across multiple outputsChris Michael2015-04-162-20/+11
* ecore-drm: Fix hotplugging of outputsChris Michael2015-04-161-1/+1
* evas-drm: Mark the Ecore_Drm_Fb as complete when we get the page flip event.Chris Michael2015-04-161-0/+4
* ecore-drm: Add pending_flip field to Ecore_Drm_FbChris Michael2015-04-162-0/+7
* evas-drm: Handle render mode for 4 buffersChris Michael2015-04-161-0/+2
* mailmap: update q66Daniel Kolesa2015-04-161-5/+6
* eio: reorder tests linkage to unbreak debian-based systemsDaniel Kolesa2015-04-161-1/+1
* eina: remove warning from eina_str tests.Cedric BAIL2015-04-151-1/+2
* ecore_con: add test cases for ecore_con_eet.Srivardhan Hebbar2015-04-154-0/+176
* ecore_con: add test cases related to cookies.Srivardhan Hebbar2015-04-151-11/+138
* ecore_file: improved Ecore_File_Download test.kabeer khan2015-04-151-1/+24
* evas: fix compilation in the Evas 3D examples.se.osadchy2015-04-157-14/+14
* Revert "eo: add eo_error_get"Tom Hacohen2015-04-152-21/+0
* eo: add eo_error_getJaehwan Kim2015-04-152-0/+21
* Emile: Reduce ERR logs on invalid JPEG imagesJean-Philippe Andre2015-04-151-2/+9
* evas sw: fix compile warningMike Blumenkrantz2015-04-141-0/+1
* eo_gdb.py: fix syntax errorMike Blumenkrantz2015-04-141-1/+1
* eio: correct header inclusion for Windows.Cedric BAIL2015-04-141-1/+2
* evas: split ector surface from gl generic backend in an attempt to fix window...Cedric BAIL2015-04-143-92/+102
* evas: split software backend use of ector surface in an attempt to fix window...Cedric BAIL2015-04-143-98/+107
* tests/eeze: Disable libcheck timeout like we do for the rest of our suitesStefan Schmidt2015-04-141-0/+2
* Evas GL: Add some safety codeJean-Philippe Andre2015-04-141-3/+6
* Evas GL: Disable direct rendering if there is a mapJean-Philippe Andre2015-04-143-6/+12
* Evas GL: Fallback to indirect rendering if mul_col != 0xFFFFFFFFJean-Philippe Andre2015-04-141-0/+4
* eio-cxx: Added Eio.hh to .gitignore fileFelipe Magno de Almeida2015-04-141-0/+1
* eolian-cxx: Fix dependency problem in makefileFelipe Magno de Almeida2015-04-141-5/+5
* Evas GL generic: Fix log domainJean-Philippe Andre2015-04-141-1/+12
* Evas render: Fix double-clipping issue with mapsJean-Philippe Andre2015-04-142-7/+7
* Evas GL common: Fix RGB+A texturesJean-Philippe Andre2015-04-143-10/+36
* Evas GL common: Fix texture preload with RGB+AlphaJean-Philippe Andre2015-04-141-3/+1
* Evas GL masking: Skip fast path if colorspace is not supportedJean-Philippe Andre2015-04-141-0/+18