Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename LdDocument* to LdDiagram*. | Přemysl Janouch | 2010-12-16 | 1 | -94/+0 |
| | | | | My bad; this name is much more appropriate. | ||||
* | Stubplement LdDocument file operations. | Přemysl Janouch | 2010-12-11 | 1 | -2/+2 |
| | | | | Prototypes for these functions were wrong; fixed. | ||||
* | Add a "modified" property to LdDocument. | Přemysl Janouch | 2010-12-11 | 1 | -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 Janouch | 2010-12-05 | 1 | -43/+28 |
| | | | | The document maintains a list of LdDocumentObject objects. | ||||
* | Fix gtk-doc comments. | Přemysl Janouch | 2010-10-27 | 1 | -2/+1 |
| | |||||
* | Renamed LdSymbolLibrary to LdLibrary. | Přemysl Janouch | 2010-10-17 | 1 | -1/+1 |
| | |||||
* | Little improvements, overall cleanup. | Přemysl Janouch | 2010-09-19 | 1 | -14/+26 |
| | |||||
* | Changed the object prefix from "logdiag" to "ld". | Přemysl Janouch | 2010-09-19 | 1 | -33/+34 |
| | | | | It was just too long to type and read. My mistake. | ||||
* | Renamed source files. | Přemysl Janouch | 2010-09-19 | 1 | -0/+91 |
Also a little change in CMakeLists.txt. The next commit is going to change the object prefix. |