aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-diagram-symbol.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow rotation of symbols.Přemysl Janouch2011-02-141-0/+10
| | | | | | Bind this action to the right mouse button. Due to limitations of json-glib, we can't store rotation as an enum.
* Fix a memory leak in LdDiagramSymbol.Přemysl Janouch2011-02-061-1/+1
|
* Use JsonObject for LdDiagramObject parameters.Přemysl Janouch2011-01-151-3/+2
| | | | Make LdDiagramObject a regular class.
* Make a separate library.Přemysl Janouch2011-01-101-0/+64
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.