aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-symbol-category.c
Commit message (Collapse)AuthorAgeFilesLines
* Do name collision checking more properly.Přemysl Janouch2012-08-121-11/+71
|
* More fixing.Přemysl Janouch2012-08-121-5/+11
| | | | | | | | | * Fix a resource leak in LdLibrary. * Add missing property change notifiers to ld_diagram_object_{get,set}_storage(). * Don't unref the parameter in ld_symbol_category_remove_{symbol,subcategory} if it wasn't actually removed from the internal list. * Fix a cyclic dependency problem in LdDiagram.
* Put subcategories and symbols in different lists.Přemysl Janouch2012-08-111-25/+85
| | | | Removes some ugliness from the code.
* Update gtk-doc documentation.Přemysl Janouch2011-02-021-1/+1
|
* Fix program messages and gtk-doc comments.Přemysl Janouch2011-01-281-23/+23
|
* Make a separate library.Přemysl Janouch2011-01-101-0/+339
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.