aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/liblogdiag.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Try making it build with GTK+ 3.4Přemysl Janouch2015-02-081-0/+4
|
* Silence other stupid deprecation warningsPřemysl Janouch2015-01-201-0/+5
|
* Update copyrights.Přemysl Janouch2012-10-081-1/+1
|
* Renaming.Přemysl Janouch2012-10-081-2/+2
| | | | LdCategoryViewIf -> LdCategoryView -> LdCategoryTreeView
* Add LdCategoryViewIf.Přemysl Janouch2012-10-081-0/+1
| | | | Deduplicates parts of LdCategory{,Symbol}View.
* Stub LdCategorySymbolView.Přemysl Janouch2012-10-081-0/+1
|
* Rename LdLibraryPane to LdCategoryView.Přemysl Janouch2012-10-081-1/+1
| | | | And make it load categories recursively using itself.
* Rename LdSymbolCategory to LdCategory.Přemysl Janouch2012-10-081-1/+1
|
* Replace LdLibraryToolbar with LdLibraryPane.Přemysl Janouch2012-10-081-1/+0
|
* Start making a replacement for LdLibraryToolbar.Přemysl Janouch2012-10-081-0/+1
| | | | | The main advantages are the lack of need to create an icon for each category there is in the library and faster workflow.
* Rename LdCanvas to LdDiagramView.Přemysl Janouch2011-02-191-1/+1
|
* Introduce LdDiagramConnection.Přemysl Janouch2011-02-021-0/+1
|
* Introduce LdUndoAction.Přemysl Janouch2011-01-311-0/+1
|
* Move the library toolbar to its own class.Přemysl Janouch2011-01-241-0/+1
|
* Make a separate library.Přemysl Janouch2011-01-101-0/+34
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.