aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-diagram.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix program messages and gtk-doc comments.Přemysl Janouch2011-01-281-36/+36
|
* Fix gtk-doc comments for signals.Přemysl Janouch2011-01-231-2/+2
|
* Refactor LdDiagram selection handling methods.Přemysl Janouch2011-01-161-13/+52
| | | | Add ld_diagram_remove_selection().
* Revert the order of LdDiagram objects.Přemysl Janouch2011-01-161-2/+1
| | | | Now they go from oldest to newest.
* Basic implementation of loading.Přemysl Janouch2011-01-161-6/+107
| | | | Add an error domain for the purpose of returning errors.
* Basic implementation of saving.Přemysl Janouch2011-01-161-3/+56
| | | | | When the objects are stored, ensure that they have a "type" member that makes it possible to determine their class/purpose.
* Make a separate library.Přemysl Janouch2011-01-101-0/+550
This is required for gtkdoc-scangobj. So far it's much like it's been before, the main differences are that source files are in two directories from now on and the build process has two stages.