summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eo base: Start generating eo_base from the .eo file.devs/tasn/eolian_eo_baseTom Hacohen2014-06-034-505/+88
* Efl: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-0355-522/+522
* Eolian cxx: Fix it to use the right class names.Tom Hacohen2014-06-031-2/+1
* Eolian: Use class name and not prefix in the class macro.Daniel Zaoui2014-06-031-4/+4
* Eo: Fix and use the abstract class .eo file.Tom Hacohen2014-06-036-24/+13
* Eolian: Fix bad behavior when the .eo is incorrectDaniel Zaoui2014-06-031-10/+12
* Eolian: Fix class look up.Daniel Zaoui2014-06-021-1/+6
* Dont install c++ headers of bindings when --disable-c++11 is used.Guillaume Friloux2014-06-026-10/+9
* Eo base: rename event_freeze_get to event_freeze_count_get.Tom Hacohen2014-06-0210-33/+33
* eina/file - revert 18be4c50d9990c82ed9ce4269b7820e61f772699ChunEon Park2014-05-311-2/+1
* evas/blend: oops, missed a variable declaration.ChunEon Park2014-05-311-2/+3
* evas/blend - disable neon code.ChunEon Park2014-05-312-2/+19
* Eo: Fix docs of functions that have changed in eo2.Tom Hacohen2014-05-301-5/+5
* Fix unused var warning in emotion.Guillaume Friloux2014-05-301-2/+1
* Fix unused var warning.Guillaume Friloux2014-05-301-0/+2
* Fix unused var warningGuillaume Friloux2014-05-301-1/+1
* Fix unused var warning.Guillaume Friloux2014-05-301-1/+1
* Fix warning with undefined ntohl().Guillaume Friloux2014-05-301-0/+4
* Fix warnings with sig_atomic_t being a long on FreeBSD.Guillaume Friloux2014-05-301-0/+44
* Eo: Add eo_finalize. A func that's called at the end of eo_add.Tom Hacohen2014-05-306-8/+67
* Add prototype of evas_3d_mesh_aabb_add_to_frame for evas_3d_mesh_loader_md2.cGuillaume Friloux2014-05-301-0/+1
* Fix warning with -Wincompatible-pointer-types-discards-qualifiersGuillaume Friloux2014-05-301-1/+1
* Fix unused param warning when building on non linux.Guillaume Friloux2014-05-301-5/+8
* Remove warning by adding eina_cpu.h which expose eina_cpu_page_size()Guillaume Friloux2014-05-301-0/+1
* Removed double inclusion of eina_thread.hGuillaume Friloux2014-05-301-1/+0
* Fix warnings in eina_thread.cGuillaume Friloux2014-05-301-4/+4
* Fix warnings on calls to iconv, on freebsd.Guillaume Friloux2014-05-301-4/+14
* Fix unused var warning when not building on linux.Guillaume Friloux2014-05-301-1/+2
* evas/evas_3d: fix implicit declaration function call.ChunEon Park2014-05-302-3/+4
* Evas: Update for giflib 5.1 api changeDoug Newgard2014-05-301-0/+16
* Evas/Textblock: add support for ellipsis valuesDaniel Hirt2014-05-292-9/+204
* Eolian: modify 'implement' API parameters.Daniel Zaoui2014-05-296-122/+103
* Win64: Fix a bunch of warningsJean-Philippe Andre2014-05-295-10/+12
* Evas: Remove invalid cast and fix warning/bug on windowsJean-Philippe Andre2014-05-291-2/+2
* Eo legacy events: Add missing addition to hash table.Tom Hacohen2014-05-291-0/+1
* evas loader - redo gif fix so it doesn't break everythingCarsten Haitzler (Rasterman)2014-05-291-1/+1
* Eolian: modify generators to use internal variables environment.Daniel Zaoui2014-05-294-95/+58
* Eolian: add the super invocation for developer code generation.Daniel Zaoui2014-05-293-29/+64
* Eolian: Add an internal environment for class variables.Daniel Zaoui2014-05-292-3/+42
* Eolian: fix test.Daniel Zaoui2014-05-292-2/+4
* Evas_3d: fix warnings.Daniel Zaoui2014-05-292-6/+6
* Revert "Evas: gif decoding bug fix"Carsten Haitzler (Rasterman)2014-05-291-1/+1
* ecore-drm: convert compose string into utf8Moritz Bitsch2014-05-291-3/+23
* Eo/evas events: Fix support of mixing legacy smart events and eo events.Tom Hacohen2014-05-286-73/+118
|\
| * Eo legacy events: Add legacy events tests.Tom Hacohen2014-05-281-3/+31
| * Eo: Support mixing legacy and non-legacy callbacks.Tom Hacohen2014-05-281-2/+27
| * Eo/evas events: Move legacy events dynamic generator to eo.Tom Hacohen2014-05-285-68/+60
|/
* warning--Carsten Haitzler (Rasterman)2014-05-281-1/+1
* [Evas/evas_3d_scene] Propagate events.se.osadchy2014-05-282-3/+162
* C++11 explicit conversion from accessor to bolleanVitor Sousa2014-05-281-4/+1