summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Correction for the macro EINA_CXX_DOM_LOGVitor Sousa2014-05-281-1/+1
* Fixed rbegin/rend implementation on the Eina C++ ranges.Vitor Sousa2014-05-2811-19/+93
* eina-tiler:add union, subtract, intersection, equal apis for tilersMinJeong Kim2014-05-284-0/+716
* Eolian: fix issue for Windows.Daniel Zaoui2014-05-281-1/+1
* gl_x11/evas_engine: Prevent dereference before NULL checkJaehyun Cho2014-05-281-12/+9
* evas_gl_rectangle: Remove unnecessary conditional expressionJaehyun Cho2014-05-281-1/+1
* evas/textblock - apply efl coding style.ChunEon Park2014-05-281-1/+1
* evas/textblock - removed unnecessary null check.ChunEon Park2014-05-281-1/+1
* evas/textblock - null check format.ChunEon Park2014-05-281-2/+5
* Evas rg_etc2: Fix Windows buildJean-Philippe Andre2014-05-282-5/+5
* evas_draw_main: Remove unnecessary conditional expressionJaehyun Cho2014-05-281-1/+1
* evas_font_dir: Prevent the use after freeJaehyun Cho2014-05-281-1/+1
* Eolian test: Fix other compilation warningsJean-Philippe Andre2014-05-281-4/+8
* Eolian test: Fix test on hardened gentooJean-Philippe Andre2014-05-281-3/+1
* Evas rg_etc1: Fix build break (with DEBUG)Jean-Philippe Andre2014-05-281-1/+1
* evas/evas3d - fixed incorrect usage in evas-3d-aabb example.ChunEon Park2014-05-272-12/+20
* Revert "ecore/ecore_event - logically this check is redundant."ChunEon Park2014-05-271-2/+2
* Evas textblock: Fix wrong advance calculation when bidi is disabled.Tom Hacohen2014-05-271-2/+1
* edje/epp - clean up memory allocated.ChunEon Park2014-05-271-0/+2
* [evas/evas-3d] Add OBB and AABB.Oleksandr Shcherbina2014-05-276-14/+598
* edje/edje_cc - intensive null check.ChunEon Park2014-05-271-1/+3
* ecore/ecore_exe - removed duplicated null check.ChunEon Park2014-05-271-3/+3
* ecore/ecore_event - logically this check is redundant.ChunEon Park2014-05-271-2/+2
* autotools: Add xz as additional tarball formatStefan Schmidt2014-05-271-1/+1
* Eolian: fix coverity issues.Daniel Zaoui2014-05-276-14/+23
* Evas rg_etc: Show in the doc that we use BGRA nowJean-Philippe Andre2014-05-271-5/+6
* Evas rg_etc2: Small performance fixJean-Philippe Andre2014-05-271-15/+15
* Evas rg_etc1: Also decode RGBA8 from the TGV loaderJean-Philippe Andre2014-05-272-17/+2
* Evas rg_etc2: Complete support for ETC2 with RGBA8_EACJean-Philippe Andre2014-05-271-26/+124
* Evas rg_etc2: Use new ETC2 decoder for RGB8_ETC2Jean-Philippe Andre2014-05-271-4/+4
* Evas rg_etc2: Add ETC2 decoding routinesJean-Philippe Andre2014-05-274-1/+257
* Evas rg_etc1: Unroll the decoding loop for performanceMatvey Konovalov2014-05-271-68/+152
* Updating galician, lithuanian and adding turkish translationsmaxerba2014-05-264-111/+349
* edje should only match swallow visibility if it's actually a group partMike Blumenkrantz2014-05-261-1/+5
* Revert "Revert "recursively hide edje group objects on edje hide""Mike Blumenkrantz2014-05-263-3/+25
* Revert "recursively hide edje group objects on edje hide"Carsten Haitzler (Rasterman)2014-05-263-25/+3
* update po'sCarsten Haitzler (Rasterman)2014-05-261-49/+81
* recursively hide edje group objects on edje hidezmike2014-05-263-3/+25
* Eolian: fix generation when optimization is set.Daniel Zaoui2014-05-261-3/+3
* Eolian/Generator: add support to namespaces.Daniel Zaoui2014-05-266-58/+78
* Eolian: add support of namespaces.Daniel Zaoui2014-05-268-1126/+1327
* Eolian: remove unused structures.Daniel Zaoui2014-05-262-28/+0
* Eolian/Tests: add test for events.Daniel Zaoui2014-05-265-448/+504
* Eolian: modify API to allow future scalabilityDaniel Zaoui2014-05-2619-516/+527
* Eolian/Tests: add test for overriding functionsDaniel Zaoui2014-05-263-1/+59
* Eolian/Tests: add test for constsDaniel Zaoui2014-05-263-1/+58
* Eolian: add test for generator.Daniel Zaoui2014-05-269-19/+314
* Eolian/Generator: add support for implementation source file.Daniel Zaoui2014-05-266-10/+445
* Eolian/Tests: move parsing tests to a specific fileDaniel Zaoui2014-05-264-273/+284
* Eolian: add support for typedefs.Daniel Zaoui2014-05-2611-1273/+1526