aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up from the skang.window() -> widget.window() move.David Walter Seikel2014-04-171-3/+3
|
* GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the ↵David Walter Seikel2014-04-174-28/+36
| | | | work. Plus clean ups from that.
* Move skang.window() to widget.window(), and make it work.David Walter Seikel2014-04-173-10/+14
|
* Give more info in dumpStack().David Walter Seikel2014-04-171-3/+15
|
* Fix the stack usage of test_c.David Walter Seikel2014-04-171-47/+5
|
* whitespace--David Walter Seikel2014-04-171-1/+1
|
* Catch properties file errors, except for when the file doesn't exist.David Walter Seikel2014-04-171-1/+3
|
* Actually get skin running to work.David Walter Seikel2014-04-172-10/+14
|
* Figure out which is the main skin and run it.David Walter Seikel2014-04-171-1/+15
|
* Comment fix ups.David Walter Seikel2014-04-171-2/+1
|
* Make C calling Lua easier with wrapper functions, lifted from edje_lua2, and ↵David Walter Seikel2014-04-173-38/+286
| | | | modified a bit.
* Convert GuiLua and skang to Elementary.David Walter Seikel2014-04-164-112/+39
|
* Minor clean ups.David Walter Seikel2014-04-161-7/+1
|
* Typo--David Walter Seikel2014-04-161-1/+1
|
* Add a README for my shared library idea.David Walter Seikel2014-04-161-0/+33
|
* Add a newline at the end.David Walter Seikel2014-04-141-1/+1
|
* Add a link about network latency.David Walter Seikel2014-04-141-0/+4
|
* Make GuiLua an actual shared library, plus some minor clean ups.David Walter Seikel2014-04-0910-102/+109
|
* More notes!David Walter Seikel2014-04-091-0/+21
|
* Implement skang.module().David Walter Seikel2014-04-091-1/+4
|
* Pass C command arguments to skang.David Walter Seikel2014-04-092-18/+57
|
* Make GuiLua a bit more real, with real Lua functions and stuff.David Walter Seikel2014-04-091-164/+198
|
* Debugging for test_c to deal with later.David Walter Seikel2014-04-091-5/+13
|
* Whip up a quick and dirty GuiLua test bed by cutting and pasting bits from ↵David Walter Seikel2014-04-081-0/+341
| | | | LuaSL and test_c.
* Fix up getfenv() call for GuiLua, though it doesn't really make sense.David Walter Seikel2014-04-081-2/+8
|
* Actually build GuiLua.David Walter Seikel2014-04-082-1/+3
|
* Notes about why a combined skang library / app probably wont work, and what ↵David Walter Seikel2014-04-081-2/+8
| | | | we could do about that.
* Comment out the currently unused dumpStack().David Walter Seikel2014-04-081-0/+2
|
* TODO -= 0.5David Walter Seikel2014-04-081-0/+1
|
* Typo--David Walter Seikel2014-04-081-1/+1
|
* Add notes about what we need C for.David Walter Seikel2014-04-071-1/+12
|
* TODO++David Walter Seikel2014-04-071-0/+2
|
* Lots and lots of security / main loop notes and ideas.David Walter Seikel2014-04-071-0/+292
|
* Performance note.David Walter Seikel2014-04-071-0/+7
|
* TODO fixed.David Walter Seikel2014-04-041-2/+2
|
* TODO++David Walter Seikel2014-04-041-0/+11
|
* More argument parsing.David Walter Seikel2014-04-031-53/+70
|
* More argument parsing.David Walter Seikel2014-04-031-2/+12
|
* Parse the command line arguments.David Walter Seikel2014-04-031-3/+123
|
* Detect and print LuaJIT version.David Walter Seikel2014-04-031-4/+6
|
* Read in any matching .skang files in moduleBegin().David Walter Seikel2014-04-032-18/+18
|
* Load any matching .properties files into a module.David Walter Seikel2014-04-033-3/+8
|
* More Widget and Squeal ramblings.David Walter Seikel2014-04-031-26/+27
|
* TODO clean up.David Walter Seikel2014-04-031-1/+1
|
* TODO--David Walter Seikel2014-04-031-1/+0
|
* Minor proxy table clean ups.David Walter Seikel2014-04-031-5/+6
|
* Put all the Thing stuff inside the Thing definition.David Walter Seikel2014-04-031-64/+58
|
* Docs++David Walter Seikel2014-04-032-8/+25
|
* Fix up the commented version of the function calls.David Walter Seikel2014-04-031-6/+6
|
* Shuffle same docs around, and fix up others.David Walter Seikel2014-04-034-212/+180
|