aboutsummaryrefslogtreecommitdiff
path: root/src/ld-document-object.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename LdDocument* to LdDiagram*.Přemysl Janouch2010-12-161-189/+0
| | | | My bad; this name is much more appropriate.
* Add change notifications to properties.Přemysl Janouch2010-12-161-2/+8
| | | | | | Also fix the "human-name" property in LdSymbolCategory and correct gtk-doc comments for coordinates properties accessors in LdDocumentObject.
* Initial LdDocument implementation.Přemysl Janouch2010-12-051-0/+183
The document maintains a list of LdDocumentObject objects.