Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a "modified" property to LdDocument. | Přemysl Janouch | 2010-12-11 | 1 | -16/+142 |
| | | | | | | | The property is set to TRUE whenever the document changes. The user may set it back to FALSE with ld_document_set_modified(). Also don't emit the "changed" signal when nothing has happened. | ||||
* | Prepare the project for json-glib. | Přemysl Janouch | 2010-12-05 | 1 | -0/+1 |
| | | | | This required writing a special CMake find module. | ||||
* | Initial LdDocument implementation. | Přemysl Janouch | 2010-12-05 | 1 | -0/+287 |
| | | | | The document maintains a list of LdDocumentObject objects. | ||||
* | Renamed source files. | Přemysl Janouch | 2010-09-19 | 1 | -0/+0 |
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix. |