summaryrefslogtreecommitdiff
path: root/src/ld-lua-symbol.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement part of LdLuaSymbol.Přemysl Janouch2010-10-171-11/+31
| | | | | | | The "new" method requires to be passed a parameter that makes it possible to call the appropriate render function. Stub-plemented the "draw" method.
* Implement a few bits of LdLua.Přemysl Janouch2010-10-171-0/+2
| | | | Some comments in the source code have been updated.
* Convert LdSymbol into an abstract class.Přemysl Janouch2010-10-171-0/+96
Created LdLuaSymbol, which subclasses LdSymbol.