aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all source into the new src directory, and shuffle a few other things ↵David Walter Seikel2014-04-221-456/+0
| | | | around.
* Shift libGuiLua.so to the libraries directory.David Walter Seikel2014-04-211-1/+1
|
* Move LumbrJack and Runnr to the libraries directory, and use them from GuiLua.David Walter Seikel2014-04-211-378/+1
|
* Oops, had two widget structures. Merge them.David Walter Seikel2014-04-201-19/+7
|
* Fix up widget action stuff.David Walter Seikel2014-04-201-20/+56
|
* Trying to add widget actions, but it's broken somehow. Think maybe Keyed is ↵David Walter Seikel2014-04-181-1/+19
| | | | | | screwing it up? I need sleep.
* Half arsed window and button implementation.David Walter Seikel2014-04-181-9/+80
|
* A few comments++David Walter Seikel2014-04-181-1/+1
|
* Move clear() and quit() to GuiLua.c, and actually implement quit().David Walter Seikel2014-04-181-3/+26
|
* TODO and comment additions.David Walter Seikel2014-04-181-0/+5
|
* Added some elm policy and config stuff.David Walter Seikel2014-04-181-0/+8
|
* Merge the widget module into the skang module, and some related clean ups.David Walter Seikel2014-04-181-49/+41
| | | | So now the skang module is a mix of C and Lua.
* LuaJIT isn't ready yet, and fix some typos.David Walter Seikel2014-04-171-2/+3
|
* test_c -> widget, and some space clean up.David Walter Seikel2014-04-171-8/+7
|
* GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the ↵David Walter Seikel2014-04-171-26/+35
| | | | work. Plus clean ups from that.
* Move skang.window() to widget.window(), and make it work.David Walter Seikel2014-04-171-6/+10
|
* Give more info in dumpStack().David Walter Seikel2014-04-171-3/+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-171-38/+282
| | | | modified a bit.
* Convert GuiLua and skang to Elementary.David Walter Seikel2014-04-161-64/+22
|
* Make GuiLua an actual shared library, plus some minor clean ups.David Walter Seikel2014-04-091-80/+9
|
* More notes!David Walter Seikel2014-04-091-0/+21
|
* Pass C command arguments to skang.David Walter Seikel2014-04-091-1/+20
|
* Make GuiLua a bit more real, with real Lua functions and stuff.David Walter Seikel2014-04-091-164/+198
|
* 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.
* Shuffle same docs around, and fix up others.David Walter Seikel2014-04-031-62/+1
|
* Shuffle Stuff notes around a bit.David Walter Seikel2014-03-301-14/+2
|
* Typo--David Walter Seikel2014-03-281-1/+1
|
* Pointers to various URLs that might be useful.David Walter Seikel2014-03-271-0/+3
|
* Fix typoes.David Walter Seikel2014-03-271-2/+2
|
* More notes, TODO, and default Thing pattern.David Walter Seikel2014-03-271-0/+6
|
* More Stuff notes.David Walter Seikel2014-03-261-0/+14
|
* First hack at Thing.David Walter Seikel2014-03-201-72/+33
|
* More Thing notes.David Walter Seikel2014-03-201-0/+4
|
* Move skang specific notes inte skang.lua.David Walter Seikel2014-03-201-80/+1
|
* More notes, and URLs of interest.David Walter Seikel2014-03-191-2/+16
|
* Added some GuiLua test source files, and lots of comments in GuiLua.c.David Walter Seikel2014-03-191-0/+272