aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-category-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-251-2/+1
|
* Get rid of extra semicolons after macrosPřemysl Eric Janouch2021-10-251-1/+1
|
* Name changePřemysl Eric Janouch2020-09-281-1/+1
| | | | Also some copyright years fix-ups/updates.
* Make gtk-doc work againPřemysl Janouch2018-06-241-1/+1
| | | | | | | gtk-doc has gained an official CMake module which can fix xrefs. Meanwhile, our old module has stopped working for whatever reason, might be that I've botched the LdCategoryView interface somehow.
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+1
|
* Renaming.Přemysl Janouch2012-10-081-301/+63
| | | | LdCategoryViewIf -> LdCategoryView -> LdCategoryTreeView
* Add LdCategoryViewIf.Přemysl Janouch2012-10-081-74/+31
| | | | Deduplicates parts of LdCategory{,Symbol}View.
* Show symbol names in the statusbar again..Přemysl Janouch2012-10-081-0/+58
| | | | Not very clean but serves its purpose.
* Add an LdCategory * argument to new() functions.Přemysl Janouch2012-10-081-8/+9
|
* Stub LdCategorySymbolView.Přemysl Janouch2012-10-081-5/+14
|
* Get rid of the `expander prefix' property.Přemysl Janouch2012-10-081-63/+49
| | | | And make the root be named after whatever the path separator is set to.
* Make child Categories point back to their parents.Přemysl Janouch2012-10-081-0/+3
|
* Fix property type in LdCategoryView.Přemysl Janouch2012-10-081-1/+1
|
* Rename LdLibraryPane to LdCategoryView.Přemysl Janouch2012-10-081-0/+323
And make it load categories recursively using itself.