aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-diagram.h
Commit message (Collapse)AuthorAgeFilesLines
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-251-11/+9
|
* 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
|
* Introduce LdDiagramConnection.Přemysl Janouch2011-02-021-8/+0
|
* Add an undo framework to LdDiagram.Přemysl Janouch2011-02-011-0/+7
| | | | | | Modify LdDiagram and LdDiagramObject to use it. Trash commit c2403fdcf7885d7da1efa2c0dfb3e294f760ca9c.
* Refactor LdDiagram selection handling methods.Přemysl Janouch2011-01-161-5/+3
| | | | Add ld_diagram_remove_selection().
* Basic implementation of loading.Přemysl Janouch2011-01-161-0/+22
| | | | Add an error domain for the purpose of returning errors.
* Make a separate library.Přemysl Janouch2011-01-101-0/+98
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.