aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Call skang modules from extantz. Needs some clean up.David Walter Seikel2014-05-051-8/+2
|
* GuiLuaDo() now returns astructure, and has that structure in Lua's C ↵David Walter Seikel2014-05-051-1/+12
| | | | registry. Now we can have lots of them.
* No more ourGlobals in GuiLua.David Walter Seikel2014-05-051-7/+0
|
* Prepare for using GuiLua from extantz, but not going through with it just ↵David Walter Seikel2014-05-051-1/+1
| | | | yet, too tired.
* Move winFang to libraries, and convert GuiLua to use it.David Walter Seikel2014-05-051-3/+2
|
* luaopen_widget is surplus to requirements.David Walter Seikel2014-05-041-1/+0
|
* Clean up globals.David Walter Seikel2014-05-021-5/+2
|
* Use Elm resizing, which removes a bunch of stuff.David Walter Seikel2014-05-021-5/+1
|
* Do the on resize thing, which didn't help, and TODO++ as a result.David Walter Seikel2014-04-281-2/+2
| | | | Guess I have to wait for evas_3d to be fixed. B-(
* Convert GuiLua to EO.David Walter Seikel2014-04-271-0/+1
|
* Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel2014-04-271-21/+2
| | | | to suit.
* Added stuff cut and pasted from the new Evas_3d examples, but they are ↵David Walter Seikel2014-04-271-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 Seikel2014-04-221-0/+35
around.