| 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 | -1686/+0 |
* | Shift libGuiLua.so to the libraries directory. | David Walter Seikel | 2014-04-21 | 1 | -1/+2 |
* | Make the window command a Thing. | David Walter Seikel | 2014-04-20 | 1 | -0/+2 |
* | Have the skin loader add the correct require line, and fix up test to suit. | David Walter Seikel | 2014-04-20 | 1 | -3/+2 |
* | For the module command, make the loaded module global. | David Walter Seikel | 2014-04-20 | 1 | -1/+2 |
* | Let actions and other stuff set in the thingasm() call work through their isV... | David Walter Seikel | 2014-04-20 | 1 | -3/+3 |
* | Fix up widget action stuff. | David Walter Seikel | 2014-04-20 | 1 | -6/+9 |
* | Trying to add widget actions, but it's broken somehow. Think maybe Keyed is ... | David Walter Seikel | 2014-04-18 | 1 | -11/+39 |
* | Half arsed window and button implementation. | David Walter Seikel | 2014-04-18 | 1 | -3/+42 |
* | Not sure why I had parent in there, it's not used anywhere. | David Walter Seikel | 2014-04-18 | 1 | -1/+2 |
* | A few comments++ | David Walter Seikel | 2014-04-18 | 1 | -5/+12 |
* | Move clear() and quit() to GuiLua.c, and actually implement quit(). | David Walter Seikel | 2014-04-18 | 1 | -11/+1 |
* | TODO and comment additions. | David Walter Seikel | 2014-04-18 | 1 | -2/+2 |
* | Merge the widget module into the skang module, and some related clean ups. | David Walter Seikel | 2014-04-18 | 1 | -0/+6 |
* | Clean up from the skang.window() -> widget.window() move. | David Walter Seikel | 2014-04-17 | 1 | -3/+3 |
* | Move skang.window() to widget.window(), and make it work. | David Walter Seikel | 2014-04-17 | 1 | -3/+3 |
* | whitespace-- | David Walter Seikel | 2014-04-17 | 1 | -1/+1 |
* | Catch properties file errors, except for when the file doesn't exist. | David Walter Seikel | 2014-04-17 | 1 | -1/+3 |
* | Actually get skin running to work. | David Walter Seikel | 2014-04-17 | 1 | -6/+10 |
* | Figure out which is the main skin and run it. | David Walter Seikel | 2014-04-17 | 1 | -1/+15 |
* | Make GuiLua an actual shared library, plus some minor clean ups. | David Walter Seikel | 2014-04-09 | 1 | -7/+5 |
* | Implement skang.module(). | David Walter Seikel | 2014-04-09 | 1 | -1/+4 |
* | Pass C command arguments to skang. | David Walter Seikel | 2014-04-09 | 1 | -17/+37 |
* | Fix up getfenv() call for GuiLua, though it doesn't really make sense. | David Walter Seikel | 2014-04-08 | 1 | -2/+8 |
* | Add notes about what we need C for. | David Walter Seikel | 2014-04-07 | 1 | -1/+12 |
* | TODO++ | David Walter Seikel | 2014-04-07 | 1 | -0/+2 |
* | Lots and lots of security / main loop notes and ideas. | David Walter Seikel | 2014-04-07 | 1 | -0/+292 |
* | Performance note. | David Walter Seikel | 2014-04-07 | 1 | -0/+7 |
* | TODO fixed. | David Walter Seikel | 2014-04-04 | 1 | -2/+2 |
* | TODO++ | David Walter Seikel | 2014-04-04 | 1 | -0/+11 |
* | More argument parsing. | David Walter Seikel | 2014-04-03 | 1 | -53/+70 |
* | More argument parsing. | David Walter Seikel | 2014-04-03 | 1 | -2/+12 |
* | Parse the command line arguments. | David Walter Seikel | 2014-04-03 | 1 | -3/+123 |
* | Detect and print LuaJIT version. | David Walter Seikel | 2014-04-03 | 1 | -4/+6 |
* | Read in any matching .skang files in moduleBegin(). | David Walter Seikel | 2014-04-03 | 1 | -1/+9 |
* | Load any matching .properties files into a module. | David Walter Seikel | 2014-04-03 | 1 | -1/+6 |
* | More Widget and Squeal ramblings. | David Walter Seikel | 2014-04-03 | 1 | -26/+27 |
* | TODO-- | David Walter Seikel | 2014-04-03 | 1 | -1/+0 |
* | Minor proxy table clean ups. | David Walter Seikel | 2014-04-03 | 1 | -5/+6 |
* | Put all the Thing stuff inside the Thing definition. | David Walter Seikel | 2014-04-03 | 1 | -64/+58 |
* | Docs++ | David Walter Seikel | 2014-04-03 | 1 | -0/+6 |
* | Shuffle same docs around, and fix up others. | David Walter Seikel | 2014-04-03 | 1 | -137/+170 |
* | Define window via array instead of argument list. | David Walter Seikel | 2014-04-03 | 1 | -1/+1 |
* | Combine nada into one line. | David Walter Seikel | 2014-04-03 | 1 | -3/+1 |
* | TODO++ | David Walter Seikel | 2014-04-02 | 1 | -0/+1 |
* | Implement getStuffed(). Knew I could get it in there. B-) | David Walter Seikel | 2014-04-02 | 1 | -47/+55 |
* | valueMeta -> oldMum, plus some comments. | David Walter Seikel | 2014-04-01 | 1 | -6/+10 |
* | Separate out the metatable __ stuff from Thing, put it into Mum. | David Walter Seikel | 2014-04-01 | 1 | -70/+70 |
* | Massage Thing design notes into docs, and clean up some Stuff as a result. | David Walter Seikel | 2014-04-01 | 1 | -80/+96 |
* | Fix up setting Stuff, mostly. | David Walter Seikel | 2014-04-01 | 1 | -14/+6 |