aboutsummaryrefslogtreecommitdiff
path: root/src/ld-diagram.h
Commit message (Collapse)AuthorAgeFilesLines
* Make a separate library.Přemysl Janouch2011-01-101-98/+0
| | | | | | 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.
* Replace GSList with GList in LdDiagram.Přemysl Janouch2011-01-091-3/+3
| | | | This has been an unnecessary limitation.
* Add a "selection-changed" signal to LdDiagram.Přemysl Janouch2011-01-051-1/+2
| | | | Make existing code emit this signal.
* Add ld_diagram_{select,unselect}_all().Přemysl Janouch2011-01-051-1/+4
|
* Rename LdDocument* to LdDiagram*.Přemysl Janouch2010-12-161-0/+94
My bad; this name is much more appropriate.