aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-diagram-object.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
|
* Add an undo framework to LdDiagram.Přemysl Janouch2011-02-011-14/+2
| | | | | | Modify LdDiagram and LdDiagramObject to use it. Trash commit c2403fdcf7885d7da1efa2c0dfb3e294f760ca9c.
* Extend LdDiagramObject.Přemysl Janouch2011-01-281-0/+16
| | | | | | | | * Add generic methods for data storage, making it able to store data in a hierarchy. * Reimplement ld_diagram_{get,set}_data_for_param on top of the generic methods. * Add a "data-changed" signal.
* Rename ld_diagram_object_{get,set}_data().Přemysl Janouch2011-01-271-4/+5
| | | | Make small corrections.
* Use JsonObject for LdDiagramObject parameters.Přemysl Janouch2011-01-151-1/+8
| | | | Make LdDiagramObject a regular class.
* Make a separate library.Přemysl Janouch2011-01-101-0/+65
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.