aboutsummaryrefslogtreecommitdiff
path: root/src/ld-document.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename LdDocument* to LdDiagram*.Přemysl Janouch2010-12-161-94/+0
| | | | My bad; this name is much more appropriate.
* Stubplement LdDocument file operations.Přemysl Janouch2010-12-111-2/+2
| | | | Prototypes for these functions were wrong; fixed.
* Add a "modified" property to LdDocument.Přemysl Janouch2010-12-111-0/+6
| | | | | | | 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.
* Initial LdDocument implementation.Přemysl Janouch2010-12-051-43/+28
| | | | The document maintains a list of LdDocumentObject objects.
* Fix gtk-doc comments.Přemysl Janouch2010-10-271-2/+1
|
* Renamed LdSymbolLibrary to LdLibrary.Přemysl Janouch2010-10-171-1/+1
|
* Little improvements, overall cleanup.Přemysl Janouch2010-09-191-14/+26
|
* Changed the object prefix from "logdiag" to "ld".Přemysl Janouch2010-09-191-33/+34
| | | | It was just too long to type and read. My mistake.
* Renamed source files.Přemysl Janouch2010-09-191-0/+91
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix.