aboutsummaryrefslogtreecommitdiff
path: root/src/ld-document.c
Commit message (Collapse)AuthorAgeFilesLines
* Add change notifications to properties.Přemysl Janouch2010-12-161-0/+2
| | | | | | Also fix the "human-name" property in LdSymbolCategory and correct gtk-doc comments for coordinates properties accessors in LdDocumentObject.
* Remove redundant flags from signals.Přemysl Janouch2010-12-121-1/+1
|
* Stubplement LdDocument file operations.Přemysl Janouch2010-12-111-6/+45
| | | | Prototypes for these functions were wrong; fixed.
* Add a "modified" property to LdDocument.Přemysl Janouch2010-12-111-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 Janouch2010-12-051-0/+1
| | | | This required writing a special CMake find module.
* Initial LdDocument implementation.Přemysl Janouch2010-12-051-0/+287
| | | | The document maintains a list of LdDocumentObject objects.
* Renamed source files.Přemysl Janouch2010-09-191-0/+0
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix.