| Commit message (Expand) | Author | Files | Lines |
2014-05-24 | Big include and libraries clean up. | David Walter Seikel | 1 | -1/+0 |
2014-05-20 | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 1 | -0/+1 |
2014-05-17 | Use the new server connector, and some related movements. | David Walter Seikel | 1 | -2/+2 |
2014-05-17 | Make sure the server actually gets through to things started by GuiLuaLoad(). | David Walter Seikel | 1 | -1/+1 |
2014-05-16 | Stick the connection to the love server in the GuiLua structure, and related ... | David Walter Seikel | 1 | -1/+2 |
2014-05-13 | GuiLuaLoad() now returns the GuiLua it loaded, and adds the name. Use that f... | David Walter Seikel | 1 | -1/+2 |
2014-05-10 | Add physics to the windows. | David Walter Seikel | 1 | -2/+3 |
2014-05-08 | A new function to load GuiLua skang modules. | David Walter Seikel | 1 | -0/+1 |
2014-05-08 | And now purkle is it's own skang module. | David Walter Seikel | 1 | -0/+2 |
2014-05-06 | GuiLua's self delete when their first window gets deleted. | David Walter Seikel | 1 | -0/+3 |
2014-05-06 | Now that everything is a winFang, GuiLua doesn't have to track it's own child... | David Walter Seikel | 1 | -1/+0 |
2014-05-06 | Every window is a winFang now, and winFangs delete their own children. | David Walter Seikel | 1 | -2/+2 |
2014-05-05 | Clean up include files. | David Walter Seikel | 1 | -0/+10 |
2014-05-05 | Call skang modules from extantz. Needs some clean up. | David Walter Seikel | 1 | -8/+2 |
2014-05-05 | GuiLuaDo() now returns astructure, and has that structure in Lua's C registry... | David Walter Seikel | 1 | -1/+12 |
2014-05-05 | No more ourGlobals in GuiLua. | David Walter Seikel | 1 | -7/+0 |
2014-05-05 | Prepare for using GuiLua from extantz, but not going through with it just yet... | David Walter Seikel | 1 | -1/+1 |
2014-05-05 | Move winFang to libraries, and convert GuiLua to use it. | David Walter Seikel | 1 | -3/+2 |
2014-05-04 | luaopen_widget is surplus to requirements. | David Walter Seikel | 1 | -1/+0 |
2014-05-02 | Clean up globals. | David Walter Seikel | 1 | -5/+2 |
2014-05-02 | Use Elm resizing, which removes a bunch of stuff. | David Walter Seikel | 1 | -5/+1 |
2014-04-28 | Do the on resize thing, which didn't help, and TODO++ as a result. | David Walter Seikel | 1 | -2/+2 |
2014-04-27 | Convert GuiLua to EO. | David Walter Seikel | 1 | -0/+1 |
2014-04-27 | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ... | David Walter Seikel | 1 | -21/+2 |
2014-04-27 | Added stuff cut and pasted from the new Evas_3d examples, but they are broken... | David Walter Seikel | 1 | -0/+15 |
2014-04-22 | Move all source into the new src directory, and shuffle a few other things ar... | David Walter Seikel | 1 | -0/+0 |
2014-04-21 | Move LumbrJack and Runnr to the libraries directory, and use them from GuiLua. | David Walter Seikel | 1 | -36/+3 |
2014-04-18 | Merge the widget module into the skang module, and some related clean ups. | David Walter Seikel | 1 | -0/+6 |
2014-04-17 | GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the work... | David Walter Seikel | 1 | -1/+0 |
2014-04-17 | Make C calling Lua easier with wrapper functions, lifted from edje_lua2, and ... | David Walter Seikel | 1 | -0/+3 |
2014-04-16 | Convert GuiLua and skang to Elementary. | David Walter Seikel | 1 | -8/+4 |
2014-04-16 | Minor clean ups. | David Walter Seikel | 1 | -7/+1 |
2014-04-09 | Make GuiLua an actual shared library, plus some minor clean ups. | David Walter Seikel | 1 | -0/+70 |