| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all source into the new src directory, and shuffle a few other things ar... | David Walter Seikel | 2014-04-22 | 1 | -456/+0 |
* | Shift libGuiLua.so to the libraries directory. | David Walter Seikel | 2014-04-21 | 1 | -1/+1 |
* | Move LumbrJack and Runnr to the libraries directory, and use them from GuiLua. | David Walter Seikel | 2014-04-21 | 1 | -378/+1 |
* | Oops, had two widget structures. Merge them. | David Walter Seikel | 2014-04-20 | 1 | -19/+7 |
* | Fix up widget action stuff. | David Walter Seikel | 2014-04-20 | 1 | -20/+56 |
* | Trying to add widget actions, but it's broken somehow. Think maybe Keyed is ... | David Walter Seikel | 2014-04-18 | 1 | -1/+19 |
* | Half arsed window and button implementation. | David Walter Seikel | 2014-04-18 | 1 | -9/+80 |
* | A few comments++ | David Walter Seikel | 2014-04-18 | 1 | -1/+1 |
* | Move clear() and quit() to GuiLua.c, and actually implement quit(). | David Walter Seikel | 2014-04-18 | 1 | -3/+26 |
* | TODO and comment additions. | David Walter Seikel | 2014-04-18 | 1 | -0/+5 |
* | Added some elm policy and config stuff. | David Walter Seikel | 2014-04-18 | 1 | -0/+8 |
* | Merge the widget module into the skang module, and some related clean ups. | David Walter Seikel | 2014-04-18 | 1 | -49/+41 |
* | LuaJIT isn't ready yet, and fix some typos. | David Walter Seikel | 2014-04-17 | 1 | -2/+3 |
* | test_c -> widget, and some space clean up. | David Walter Seikel | 2014-04-17 | 1 | -8/+7 |
* | GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the work... | David Walter Seikel | 2014-04-17 | 1 | -26/+35 |
* | Move skang.window() to widget.window(), and make it work. | David Walter Seikel | 2014-04-17 | 1 | -6/+10 |
* | Give more info in dumpStack(). | David Walter Seikel | 2014-04-17 | 1 | -3/+15 |
* | Comment fix ups. | David Walter Seikel | 2014-04-17 | 1 | -2/+1 |
* | Make C calling Lua easier with wrapper functions, lifted from edje_lua2, and ... | David Walter Seikel | 2014-04-17 | 1 | -38/+282 |
* | Convert GuiLua and skang to Elementary. | David Walter Seikel | 2014-04-16 | 1 | -64/+22 |
* | Make GuiLua an actual shared library, plus some minor clean ups. | David Walter Seikel | 2014-04-09 | 1 | -80/+9 |
* | More notes! | David Walter Seikel | 2014-04-09 | 1 | -0/+21 |
* | Pass C command arguments to skang. | David Walter Seikel | 2014-04-09 | 1 | -1/+20 |
* | Make GuiLua a bit more real, with real Lua functions and stuff. | David Walter Seikel | 2014-04-09 | 1 | -164/+198 |
* | Whip up a quick and dirty GuiLua test bed by cutting and pasting bits from Lu... | David Walter Seikel | 2014-04-08 | 1 | -0/+341 |
* | Shuffle same docs around, and fix up others. | David Walter Seikel | 2014-04-03 | 1 | -62/+1 |
* | Shuffle Stuff notes around a bit. | David Walter Seikel | 2014-03-30 | 1 | -14/+2 |
* | Typo-- | David Walter Seikel | 2014-03-28 | 1 | -1/+1 |
* | Pointers to various URLs that might be useful. | David Walter Seikel | 2014-03-27 | 1 | -0/+3 |
* | Fix typoes. | David Walter Seikel | 2014-03-27 | 1 | -2/+2 |
* | More notes, TODO, and default Thing pattern. | David Walter Seikel | 2014-03-27 | 1 | -0/+6 |
* | More Stuff notes. | David Walter Seikel | 2014-03-26 | 1 | -0/+14 |
* | First hack at Thing. | David Walter Seikel | 2014-03-20 | 1 | -72/+33 |
* | More Thing notes. | David Walter Seikel | 2014-03-20 | 1 | -0/+4 |
* | Move skang specific notes inte skang.lua. | David Walter Seikel | 2014-03-20 | 1 | -80/+1 |
* | More notes, and URLs of interest. | David Walter Seikel | 2014-03-19 | 1 | -2/+16 |
* | Added some GuiLua test source files, and lots of comments in GuiLua.c. | David Walter Seikel | 2014-03-19 | 1 | -0/+272 |