aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-diagram-symbol.h
Commit message (Collapse)AuthorAgeFilesLines
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-251-11/+14
|
* Name changePřemysl Eric Janouch2020-09-281-1/+1
| | | | Also some copyright years fix-ups/updates.
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+1
|
* Update copyrights.Přemysl Janouch2012-10-081-1/+1
|
* 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.