Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read terminals from Lua scripts and export them. | Přemysl Janouch | 2011-01-08 | 1 | -4/+3 |
| | | | | Also add a missing part of LdSymbol API. | ||||
* | Introduce LdRectangle, LdPoint and LdPointArray. | Přemysl Janouch | 2011-01-08 | 1 | -30/+3 |
| | | | | Remove LdCanvasRect and LdSymbolArea. | ||||
* | Change LdSymbolArea members. | Přemysl Janouch | 2010-12-10 | 1 | -6/+6 |
| | | | | | | Now it contains coordinates of the top-left delimiting point and computed dimensions (instead of coorinates of both delimiting points). | ||||
* | Fix gtk-doc comments. | Přemysl Janouch | 2010-10-27 | 1 | -4/+0 |
| | |||||
* | Added an "area" property to LdSymbol. | Přemysl Janouch | 2010-10-27 | 1 | -18/+27 |
| | | | | | To accomplish this, LdSymbolArea had to be converted to a regular boxed type. | ||||
* | Add more properties to LdSymbol. | Přemysl Janouch | 2010-10-27 | 1 | -3/+29 |
| | | | | | Also move the actual storage of symbol properties to implementations of the abstract LdSymbol class. All the properties are read only. | ||||
* | Implement the LdSymbol "name" property. | Přemysl Janouch | 2010-10-26 | 1 | -3/+4 |
| | |||||
* | Redesign the library and related components. | Přemysl Janouch | 2010-10-26 | 1 | -8/+2 |
| | | | | | | | | | This step is needed, since the current design is quite chaotic and it would not be possible to finish the application. There's still a lot to be done. After this step, it's time to implement the rest of LdLua. | ||||
* | Implement part of LdLuaSymbol. | Přemysl Janouch | 2010-10-17 | 1 | -0/+3 |
| | | | | | | | The "new" method requires to be passed a parameter that makes it possible to call the appropriate render function. Stub-plemented the "draw" method. | ||||
* | Convert LdSymbol into an abstract class. | Přemysl Janouch | 2010-10-17 | 1 | -3/+10 |
| | | | | Created LdLuaSymbol, which subclasses LdSymbol. | ||||
* | Renamed LdSymbolLibrary to LdLibrary. | Přemysl Janouch | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | WIP: Refactoring of the library and symbols | Přemysl Janouch | 2010-10-17 | 1 | -4/+2 |
| | |||||
* | Little improvements, overall cleanup. | Přemysl Janouch | 2010-09-19 | 1 | -3/+2 |
| | |||||
* | Changed the object prefix from "logdiag" to "ld". | Přemysl Janouch | 2010-09-19 | 1 | -25/+25 |
| | | | | It was just too long to type and read. My mistake. | ||||
* | Renamed source files. | Přemysl Janouch | 2010-09-19 | 1 | -0/+69 |
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix. |