summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* eeze: add null check condition in eeze scanner module.vivek2014-12-221-0/+1
* edje: fix memory leak in eppThiep Ha2014-12-181-2/+4
* edje/cpplib: fix formattingChunEon Park2014-12-181-10/+11
* edje: free allocated memory in eppThiep Ha2014-12-181-4/+18
* elua: error reporting in the libraryDaniel Kolesa2014-12-171-25/+8
* Logically dead code has been removed.Because width will always be less than H...Nibha Sharma2014-12-161-4/+1
* edje: Removed redundant assignement of rest_args.Srivardhan Hebbar2014-12-121-1/+0
* elua: remove main.h (launcher is only 1 C file now)Daniel Kolesa2014-12-122-48/+29
* elua: move caching into the libraryDaniel Kolesa2014-12-123-224/+6
* elua: move io extensions to libraryDaniel Kolesa2014-12-122-373/+1
* elua: move i18n setup to the libraryDaniel Kolesa2014-12-121-48/+1
* edje: use realloc instead of malloc and memcpy.Srivardhan Hebbar2014-12-121-5/+12
* elua: move core scripts to src/scriptsDaniel Kolesa2014-12-1112-2906/+4
* elua: add checkmeDaniel Kolesa2014-12-111-1/+1
* elua: add initial pieces of the libraryDaniel Kolesa2014-12-112-6/+8
* edge: fix memory leak and removed redundant return statement.Srivardhan Hebbar2014-12-101-3/+2
* ethumb: Fixing eina_init to eina_shutdown.Srivardhan Hebbar2014-12-091-1/+1
* edje/edje_cc: don't limit the bezier cubic minium value to 0.ChunEon Park2014-12-091-4/+8
* eeze_scanner now has separate return codes for various startup-related failuresMike Blumenkrantz2014-12-051-1/+4
* eeze_scanner needs to hash on the address of the pointer and not use direct_a...Mike Blumenkrantz2014-12-051-4/+4
* elua: support is_c_only in lualianDaniel Kolesa2014-12-031-2/+2
* edje/edje_cc_handler - updated internal doc.ChunEon Park2014-12-031-0/+1
* Eet: add diffeet a tool for diffing eet files.Tom Hacohen2014-11-251-0/+55
* edje: Add more description about edc group_name.Daniel Juyung Seo2014-11-251-3/+4
* edje - remove old script_only code that used embryo (not lua)Carsten Haitzler (Rasterman)2014-11-253-7/+4
* eldbus-codegen: More memory leak fixes for generated code.Stefan Schmidt2014-11-241-0/+2
* eldbus-codegen: Free msg on error path for generated code.Stefan Schmidt2014-11-241-0/+2
* allow for loading of eo.lua files from module pathDaniel Kolesa2014-11-191-1/+2
* elua: do not emit spaces where not requiredDaniel Kolesa2014-11-191-2/+6
* elua: simplify lualian typeconvDaniel Kolesa2014-11-191-29/+5
* eldbus-codegen: Make generated code for property set work by setting the cbStefan Schmidt2014-11-141-1/+1
* edje_cc: update usage textVyacheslav Reutskiy2014-11-131-2/+2
* edje_cc: fix log message for authors write procedure.Vyacheslav Reutskiy2014-11-131-2/+2
* vieet: list the sections of an eet file if a section isn't passed.Tom Hacohen2014-11-121-3/+9
* Edje: Set the min, max sizes of the image automatically.Jaehwan Kim2014-11-101-0/+128
* elua: two-stage bytecode cachingDaniel Kolesa2014-11-061-3/+37
* elua: remove the : prefix for running appsDaniel Kolesa2014-11-051-6/+11
* elua: remove redundant checksDaniel Kolesa2014-11-051-8/+2
* elua: support foo.dll and libfoo.dll patterns on Windows in util + better errorsDaniel Kolesa2014-11-051-11/+39
* addendum to previous commit: use callback param but still compilezmike2014-11-041-1/+1
* eldbus-codegen now outputs compileable code for complex method signatureszmike2014-11-041-1/+1
* elua: load .dylib on OSXJean Guyomarc'h2014-11-041-0/+2
* elua: support for environment variable library path lookups in util.lib_loadDaniel Kolesa2014-11-031-1/+11
* edje: use the right variable.Cedric BAIL2014-10-311-3/+3
* edje: fix use of eina_tmpstr_del after eina_shutdown.Cedric BAIL2014-10-301-3/+4
* edje_cc_out: Do not shadow another local variable.Stefan Schmidt2014-10-291-2/+2
* edje_cc_out: update the id of set images.Jaehwan Kim2014-10-291-0/+19
* inotify: Fix safety after read in 3 placesJean-Philippe Andre2014-10-281-1/+2
* Evas cserve2: Check message sizeJean-Philippe Andre2014-10-281-0/+4
* Embryo: Use strncpy instead of strcpy in a few placesJean-Philippe Andre2014-10-281-4/+8