Age | Commit message (Expand) | Author |
2020-02-28 | doxygen: fix duplicated intro sections | Xavi Artigas |
2018-04-23 | edje_lua2: add null check | YeongJong Lee |
2017-09-13 | edje: Remove use of smart clipped data | Jean-Philippe Andre |
2016-06-21 | evas: Rename Evas.Object to Efl.Canvas.Object | Jean-Philippe Andre |
2015-06-08 | edje: reformat all C files | Mike Blumenkrantz |
2014-08-27 | edje lua - fix useless double check of list return and pointless cast | Carsten Haitzler (Rasterman) |
2014-03-24 | Eolian: Integration of Edje and Edje Edit | Yossi Kantor |
2014-02-19 | edje: fix custom allocator with luajit | Daniel Kolesa |
2013-12-31 | edje - fix edje lua usage for lua 5.2 to not go crazy on memory allocs | Carsten Haitzler (Rasterman) |
2013-05-22 | Typo-- | David Walter Seikel |
2013-05-22 | Function prototype not needed. | David Walter Seikel |
2013-05-22 | Stop leaking evas objects in Lua. | David Walter Seikel |
2013-01-06 | Clean up the Lua docs. Much less clean up than I thought would be needed. | David Walter Seikel |
2013-01-04 | efl: merge edje. | Gustavo Sverzut Barbieri |
2012-10-21 | Edje porting to Eo | Daniel Zaoui |
2012-09-20 | Lua 5.2 support added, from a patch by Dennis Schridde (devurandom). | David Walter Seikel |
2012-07-03 | unbork edje-lua on 5.2 | Daniel Kolesa |
2012-06-12 | never should have used this api - it never did squat diddly. bug in | Carsten Haitzler |
2012-03-01 | No idea how anyone let me sneak these excess line endings in. Also, actually... | David Walter Seikel |
2012-02-17 | Edje Lua: remove ugly FMT_* compatibility strings as Evil has now POSIX print... | David Walter Seikel |
2012-01-19 | Edje: Revert "Edje: Replace x1 -> xx1 (also y1, x2 and y2)." | Tom Hacohen |
2012-01-19 | Edje: Replace x1 -> xx1 (also y1, x2 and y2). | Tom Hacohen |
2012-01-16 | Edje: Fixed a couple of warnings that really don't indicate issues. | Tom Hacohen |
2012-01-08 | Added Lua function edje.version(). | David Walter Seikel |
2012-01-07 | Calling non exstent functions no longer crashes scripts. | David Walter Seikel |
2012-01-02 | TYpo--, and a new comment! | David Walter Seikel |
2011-12-01 | Last of the docs. | David Walter Seikel |
2011-11-28 | Some minor doc changes while I'm at it. | David Walter Seikel |
2011-11-26 | Even mooore docs. | David Walter Seikel |
2011-11-26 | More docs. | David Walter Seikel |
2011-11-22 | Added docs for the last of the API from the previous release. | David Walter Seikel |
2011-11-20 | Polish up the lua error handling. | David Walter Seikel |
2011-11-20 | Some minor cleanups. | David Walter Seikel |
2011-11-20 | Don't bypass the metatable when we shouldn't, and note when we can get away w... | David Walter Seikel |
2011-11-20 | Last of the stack review, unless I missed some. | David Walter Seikel |
2011-11-20 | More stack analysis, still no functional change. | David Walter Seikel |
2011-11-20 | Stop abusing passed in tables, as per my email on the dev list. | David Walter Seikel |
2011-11-20 | Some scattered lua stack check comments, to get them in before a functional c... | David Walter Seikel |
2011-11-20 | edje: remove various warning. | Cedric BAIL |
2011-11-20 | Make map like the others, remove excess push and gc. | David Walter Seikel |
2011-11-20 | Add some FIXME's, and more lua stack review. | David Walter Seikel |
2011-11-19 | Some more stack review, plus a couple of FIXME's added. | David Walter Seikel |
2011-11-19 | Keep it clean. | David Walter Seikel |
2011-11-19 | About half way through the lua stack analysis. | David Walter Seikel |
2011-11-18 | fix inconsistency with propagating signals and messages. now messages | Carsten Haitzler |
2011-11-18 | Maybe one day raster will remember. | David Walter Seikel |
2011-11-18 | edje:echo() logs to the lua domain, at the debug level. | David Walter Seikel |
2011-11-18 | You might call this an API break, but it's a bug fix. | David Walter Seikel |
2011-11-18 | typo-- | David Walter Seikel |
2011-11-17 | Document the lua callback hooks. | David Walter Seikel |