Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read terminals from Lua scripts and export them. | Přemysl Janouch | 2011-01-08 | 1 | -0/+2 |
| | | | | Also add a missing part of LdSymbol API. | ||||
* | Introduce LdRectangle, LdPoint and LdPointArray. | Přemysl Janouch | 2011-01-08 | 1 | -2/+2 |
| | | | | Remove LdCanvasRect and LdSymbolArea. | ||||
* | Add more properties to LdSymbol. | Přemysl Janouch | 2010-10-27 | 1 | -0/+6 |
| | | | | | Also move the actual storage of symbol properties to implementations of the abstract LdSymbol class. All the properties are read only. | ||||
* | Redesign and implement the basic parts of LdLua. | Přemysl Janouch | 2010-10-26 | 1 | -0/+32 |
There's a very strong bond between LdLua and LdLuaSymbol. LdLuaSymbol is more like an interface to LdLua than a separate object. |