| Commit message (Expand) | Author | Files | Lines |
2015-03-22 | Comment about not using locals in actions. | David Walter Seikel | 1 | -0/+1 |
2015-03-22 | Add internal reference for skang modules, so they can find themselves. | David Walter Seikel | 1 | -0/+2 |
2014-05-18 | Add widget hide, show, and text setting functions. | David Walter Seikel | 1 | -2/+8 |
2014-05-17 | More debugging removal. | David Walter Seikel | 1 | -2/+2 |
2014-05-16 | Put module name in winFang and winFang in Widget, plus related tweakage and use. | David Walter Seikel | 1 | -1/+2 |
2014-05-16 | Big TODO++ | David Walter Seikel | 1 | -0/+30 |
2014-05-16 | Skang moduleBegin() stuffs the module in the C registry, so no one has to do ... | David Walter Seikel | 1 | -0/+1 |
2014-05-08 | Setup all the Lua paths in a central place. | David Walter Seikel | 1 | -1/+0 |
2014-05-05 | Call skang modules from extantz. Needs some clean up. | David Walter Seikel | 1 | -1/+3 |
2014-05-05 | GuiLua handles multiple windows now. | David Walter Seikel | 1 | -1/+1 |
2014-04-27 | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ... | David Walter Seikel | 1 | -1/+1 |
2014-04-22 | Move skang to libraries and base directory. | David Walter Seikel | 1 | -0/+0 |
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 | Shift libGuiLua.so to the libraries directory. | David Walter Seikel | 1 | -1/+2 |
2014-04-20 | Make the window command a Thing. | David Walter Seikel | 1 | -0/+2 |
2014-04-20 | Have the skin loader add the correct require line, and fix up test to suit. | David Walter Seikel | 1 | -3/+2 |
2014-04-20 | For the module command, make the loaded module global. | David Walter Seikel | 1 | -1/+2 |
2014-04-20 | Let actions and other stuff set in the thingasm() call work through their isV... | David Walter Seikel | 1 | -3/+3 |
2014-04-20 | Fix up widget action stuff. | David Walter Seikel | 1 | -6/+9 |
2014-04-18 | Trying to add widget actions, but it's broken somehow. Think maybe Keyed is ... | David Walter Seikel | 1 | -11/+39 |
2014-04-18 | Half arsed window and button implementation. | David Walter Seikel | 1 | -3/+42 |
2014-04-18 | Not sure why I had parent in there, it's not used anywhere. | David Walter Seikel | 1 | -1/+2 |
2014-04-18 | A few comments++ | David Walter Seikel | 1 | -5/+12 |
2014-04-18 | Move clear() and quit() to GuiLua.c, and actually implement quit(). | David Walter Seikel | 1 | -11/+1 |
2014-04-18 | TODO and comment additions. | David Walter Seikel | 1 | -2/+2 |
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 | Clean up from the skang.window() -> widget.window() move. | David Walter Seikel | 1 | -3/+3 |
2014-04-17 | Move skang.window() to widget.window(), and make it work. | David Walter Seikel | 1 | -3/+3 |
2014-04-17 | whitespace-- | David Walter Seikel | 1 | -1/+1 |
2014-04-17 | Catch properties file errors, except for when the file doesn't exist. | David Walter Seikel | 1 | -1/+3 |
2014-04-17 | Actually get skin running to work. | David Walter Seikel | 1 | -6/+10 |
2014-04-17 | Figure out which is the main skin and run it. | David Walter Seikel | 1 | -1/+15 |
2014-04-09 | Make GuiLua an actual shared library, plus some minor clean ups. | David Walter Seikel | 1 | -7/+5 |
2014-04-09 | Implement skang.module(). | David Walter Seikel | 1 | -1/+4 |
2014-04-09 | Pass C command arguments to skang. | David Walter Seikel | 1 | -17/+37 |
2014-04-08 | Fix up getfenv() call for GuiLua, though it doesn't really make sense. | David Walter Seikel | 1 | -2/+8 |
2014-04-07 | Add notes about what we need C for. | David Walter Seikel | 1 | -1/+12 |
2014-04-07 | TODO++ | David Walter Seikel | 1 | -0/+2 |
2014-04-07 | Lots and lots of security / main loop notes and ideas. | David Walter Seikel | 1 | -0/+292 |
2014-04-07 | Performance note. | David Walter Seikel | 1 | -0/+7 |
2014-04-04 | TODO fixed. | David Walter Seikel | 1 | -2/+2 |
2014-04-04 | TODO++ | David Walter Seikel | 1 | -0/+11 |
2014-04-03 | More argument parsing. | David Walter Seikel | 1 | -53/+70 |
2014-04-03 | More argument parsing. | David Walter Seikel | 1 | -2/+12 |
2014-04-03 | Parse the command line arguments. | David Walter Seikel | 1 | -3/+123 |
2014-04-03 | Detect and print LuaJIT version. | David Walter Seikel | 1 | -4/+6 |
2014-04-03 | Read in any matching .skang files in moduleBegin(). | David Walter Seikel | 1 | -1/+9 |
2014-04-03 | Load any matching .properties files into a module. | David Walter Seikel | 1 | -1/+6 |
2014-04-03 | More Widget and Squeal ramblings. | David Walter Seikel | 1 | -26/+27 |
2014-04-03 | TODO-- | David Walter Seikel | 1 | -1/+0 |