Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big include and libraries clean up. | David Walter Seikel | 2014-05-24 | 1 | -1/+0 |
| | |||||
* | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 2014-05-20 | 1 | -0/+1 |
| | |||||
* | Use the new server connector, and some related movements. | David Walter Seikel | 2014-05-17 | 1 | -2/+2 |
| | |||||
* | Make sure the server actually gets through to things started by GuiLuaLoad(). | David Walter Seikel | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Stick the connection to the love server in the GuiLua structure, and related ↵ | David Walter Seikel | 2014-05-16 | 1 | -1/+2 |
| | | | | tweakage. | ||||
* | GuiLuaLoad() now returns the GuiLua it loaded, and adds the name. Use that ↵ | David Walter Seikel | 2014-05-13 | 1 | -1/+2 |
| | | | | for the purkle load in extantz. | ||||
* | Add physics to the windows. | David Walter Seikel | 2014-05-10 | 1 | -2/+3 |
| | | | | Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful. | ||||
* | A new function to load GuiLua skang modules. | David Walter Seikel | 2014-05-08 | 1 | -0/+1 |
| | |||||
* | And now purkle is it's own skang module. | David Walter Seikel | 2014-05-08 | 1 | -0/+2 |
| | |||||
* | GuiLua's self delete when their first window gets deleted. | David Walter Seikel | 2014-05-06 | 1 | -0/+3 |
| | |||||
* | Now that everything is a winFang, GuiLua doesn't have to track it's own ↵ | David Walter Seikel | 2014-05-06 | 1 | -1/+0 |
| | | | | child windows. | ||||
* | Every window is a winFang now, and winFangs delete their own children. | David Walter Seikel | 2014-05-06 | 1 | -2/+2 |
| | |||||
* | Clean up include files. | David Walter Seikel | 2014-05-05 | 1 | -0/+10 |
| | |||||
* | Call skang modules from extantz. Needs some clean up. | David Walter Seikel | 2014-05-05 | 1 | -8/+2 |
| | |||||
* | GuiLuaDo() now returns astructure, and has that structure in Lua's C ↵ | David Walter Seikel | 2014-05-05 | 1 | -1/+12 |
| | | | | registry. Now we can have lots of them. | ||||
* | No more ourGlobals in GuiLua. | David Walter Seikel | 2014-05-05 | 1 | -7/+0 |
| | |||||
* | Prepare for using GuiLua from extantz, but not going through with it just ↵ | David Walter Seikel | 2014-05-05 | 1 | -1/+1 |
| | | | | yet, too tired. | ||||
* | Move winFang to libraries, and convert GuiLua to use it. | David Walter Seikel | 2014-05-05 | 1 | -3/+2 |
| | |||||
* | luaopen_widget is surplus to requirements. | David Walter Seikel | 2014-05-04 | 1 | -1/+0 |
| | |||||
* | Clean up globals. | David Walter Seikel | 2014-05-02 | 1 | -5/+2 |
| | |||||
* | Use Elm resizing, which removes a bunch of stuff. | David Walter Seikel | 2014-05-02 | 1 | -5/+1 |
| | |||||
* | Do the on resize thing, which didn't help, and TODO++ as a result. | David Walter Seikel | 2014-04-28 | 1 | -2/+2 |
| | | | | Guess I have to wait for evas_3d to be fixed. B-( | ||||
* | Convert GuiLua to EO. | David Walter Seikel | 2014-04-27 | 1 | -0/+1 |
| | |||||
* | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵ | David Walter Seikel | 2014-04-27 | 1 | -21/+2 |
| | | | | to suit. | ||||
* | Added stuff cut and pasted from the new Evas_3d examples, but they are ↵ | David Walter Seikel | 2014-04-27 | 1 | -0/+15 |
| | | | | broken anyway. Just leaving it commented out for now. | ||||
* | Move all source into the new src directory, and shuffle a few other things ↵ | David Walter Seikel | 2014-04-22 | 1 | -0/+35 |
around. |