Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ld_lua_logdiag_register() a bit safer. | Přemysl Janouch | 2011-01-09 | 1 | -4/+5 |
| | |||||
* | Fix comments. | Přemysl Janouch | 2011-01-09 | 1 | -4/+8 |
| | |||||
* | Read terminals from Lua scripts and export them. | Přemysl Janouch | 2011-01-08 | 1 | -2/+57 |
| | | | | Also add a missing part of LdSymbol API. | ||||
* | Introduce LdRectangle, LdPoint and LdPointArray. | Přemysl Janouch | 2011-01-08 | 1 | -2/+3 |
| | | | | Remove LdCanvasRect and LdSymbolArea. | ||||
* | Export more cairo methods to Lua. | Přemysl Janouch | 2011-01-07 | 1 | -43/+129 |
| | |||||
* | Export cairo_{get,set}_line_width to Lua symbols. | Přemysl Janouch | 2011-01-05 | 1 | -1/+37 |
| | |||||
* | Move lines around. No functional change. | Přemysl Janouch | 2011-01-04 | 1 | -32/+28 |
| | |||||
* | Overall cleanup. | Přemysl Janouch | 2010-12-16 | 1 | -0/+3 |
| | | | | | | | | | * Add missing asserts to exported functions. * Unify formatting. * Fix the gtk-doc comment for ld_symbol_category_set_human_name(). * Make ld_library_load() reflect it's declaration. * Remove an unused variable in ld_library_load_cb(). * Change all char's to gchar's. | ||||
* | Change LdSymbolArea members. | Přemysl Janouch | 2010-12-10 | 1 | -4/+11 |
| | | | | | | Now it contains coordinates of the top-left delimiting point and computed dimensions (instead of coorinates of both delimiting points). | ||||
* | Random fixes. | Přemysl Janouch | 2010-12-05 | 1 | -2/+2 |
| | | | | Mostly found by -Wextra. | ||||
* | Made Lua symbol registration more robust. | Přemysl Janouch | 2010-10-28 | 1 | -36/+84 |
| | |||||
* | Separate LdLua and LdSymbolCategory. | Přemysl Janouch | 2010-10-27 | 1 | -16/+21 |
| | | | | | | | Originally, ld_lua_load_file_to_category() was adding registered symbols into a passed LdSymbolCategory object. This interface has been rewritten to be more generic by using callbacks to notify about new symbols. | ||||
* | Implement parts of Lua symbol registration. | Přemysl Janouch | 2010-10-27 | 1 | -5/+80 |
| | | | | The human name and area now gets resolved. | ||||
* | Add more properties to LdSymbol. | Přemysl Janouch | 2010-10-27 | 1 | -10/+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 | -33/+158 |
| | | | | | There's a very strong bond between LdLua and LdLuaSymbol. LdLuaSymbol is more like an interface to LdLua than a separate object. | ||||
* | Make LdLibrary call LdLua to load symbol scripts. | Přemysl Janouch | 2010-10-26 | 1 | -1/+2 |
| | |||||
* | Redesign the library and related components. | Přemysl Janouch | 2010-10-26 | 1 | -2/+3 |
| | | | | | | | | | 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 | -1/+1 |
| | | | | | | | 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 Janouch | 2010-10-17 | 1 | -16/+143 |
| | | | | Some comments in the source code have been updated. | ||||
* | Created LdLua class. | Přemysl Janouch | 2010-10-17 | 1 | -26/+79 |
| | |||||
* | 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 | -0/+195 |