summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* edje: correctly destroy reference to removed part.Cedric BAIL2014-10-203-15/+35
* edje: destroy left over reference when removing a part.Cedric BAIL2014-10-201-11/+59
* edje: actually reuse the right Part_Lookup and not a destroyed one.Cedric BAIL2014-10-201-4/+5
* Eolian/Generator: support common descriptions for properties.Daniel Zaoui2014-10-192-4/+12
* elua: generate property wrapper bodies with correct arguments in lualianDaniel Kolesa2014-10-171-9/+5
* elua: generate __properties in lualianDaniel Kolesa2014-10-171-3/+49
* elua: we don't need property system in object core anymoreDaniel Kolesa2014-10-171-74/+0
* elua: initial, restricted support for property syntax and property/event inhe...Daniel Kolesa2014-10-101-2/+2
* elua: remove testing elementary bindingsDaniel Kolesa2014-10-101-174/+0
* eolian-cxx: Fixed pointer dereferencing for Eolian types and constant propaga...Felipe Magno de Almeida2014-10-082-3/+5
* elua: fix class c get function in lualian and make lua files rebuild on luali...Daniel Kolesa2014-10-081-2/+2
* elua: add support for ctor func as last paramDaniel Kolesa2014-10-071-0/+6
* elua/autotools: generate .eo.lua files out of all eo files at build timeDaniel Kolesa2014-10-063-36/+23
* elua: name ctor param names according to their funcDaniel Kolesa2014-10-021-11/+7
* elua: when combining ctor params, do not allow repeated param namesDaniel Kolesa2014-10-021-5/+20
* elua: translate param names that are lua keywords into acceptable variantsDaniel Kolesa2014-10-021-8/+21
* elua: generate the object ctor functionDaniel Kolesa2014-10-021-2/+5
* eolian: call the methods/properties from constructors directly for nowDaniel Kolesa2014-10-021-3/+8
* elua: initial/incomplete support for constructors in lualianDaniel Kolesa2014-10-021-1/+53
* elua: remove some more obsolete code (gen_ctor is no longer relevant)Daniel Kolesa2014-10-021-26/+1
* elua: lualian type fixDaniel Kolesa2014-10-021-1/+1
* Eolian/Generator: Update to use Eolian API.Daniel Zaoui2014-10-021-3/+5
* elua: remove obsolete code from lualianDaniel Kolesa2014-10-021-5/+4
* eolian: new API: eolian_class_c_get_function_name_getDaniel Kolesa2014-10-021-5/+2
* elua: properly support _class_get funcs in lualianDaniel Kolesa2014-10-021-5/+8
* elua: register classes with their underscored nameDaniel Kolesa2014-10-011-3/+6
* elua: lualian table index fixDaniel Kolesa2014-10-011-1/+1
* elua: refactor and fix generated lualian outputDaniel Kolesa2014-10-011-52/+42
* elua: more useful generated output in lualianDaniel Kolesa2014-10-011-11/+8
* eolian-cxx: Add Eina_Bool* to type conversion table.Savio Sena2014-09-301-0/+1
* edje_cc: fix memory leak.Amitesh Singh2014-09-301-0/+1
* elua: properly register the eo class into the system in generated codeDaniel Kolesa2014-09-291-2/+2
* elua: update lualian generation code to potentially deal with cyclesDaniel Kolesa2014-09-291-6/+6
* elua: begin work on new style constructorsDaniel Kolesa2014-09-261-3/+7
* elua: remove ldouble from lualianDaniel Kolesa2014-09-261-1/+1
* elua: lualian event cleanupDaniel Kolesa2014-09-261-10/+2
* elua: remove Constructor/Default_Constructor from lualian (obsolete)Daniel Kolesa2014-09-261-56/+0
* eolian-cxx: Get rid of class_prefix and related code.Savio Sena2014-09-252-19/+6
* elua: update eolian bindings and generatorDaniel Kolesa2014-09-251-12/+10
* eolian: remove the need to pass prefix to eolian_function_full_c_name_getDaniel Kolesa2014-09-252-5/+2
* eolian: properly replace commas in event_c_name_get and cleanup generatorDaniel Kolesa2014-09-251-31/+9
* eolian: new API: eolian_event_c_name_getDaniel Kolesa2014-09-251-7/+10
* efreet: Implement fields added by desktop spec 1.1Sebastian Dransfeld2014-09-251-0/+7
* efreet: add check for cache versionSebastian Dransfeld2014-09-241-9/+43
* fix config.h inclusion across the treeMike Blumenkrantz2014-09-239-0/+30
* edje: fix borked edje_external.Cedric BAIL2014-09-231-2/+1
* Revert "edje: prevent resource leak."Amitesh Singh2014-09-231-2/+0
* eolian: silence uninitialized var in goto end branchJérémy Zurcher2014-09-231-1/+1
* epp: fix memory leak.Amitesh Singh2014-09-221-0/+1
* edje: fix resourse leak in epp.Anand2014-09-221-0/+6