aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-library.c
Commit message (Collapse)AuthorAgeFilesLines
* Make ld_library_find_symbol() easier to readPřemysl Eric Janouch2021-10-291-41/+32
| | | | | | As well as shorter, strangely. Symbols may technically exist directly in the root category now.
* Add clang-format configuration, clean upPřemysl Eric Janouch2021-10-251-1/+0
|
* 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.
* Fix and update LICENSEPřemysl Janouch2017-02-031-1/+1
|
* Get rid of the `expander prefix' property.Přemysl Janouch2012-10-081-1/+1
| | | | And make the root be named after whatever the path separator is set to.
* Add `changed' signals to LdCategory.Přemysl Janouch2012-10-081-0/+10
|
* Rename LdSymbolCategory to LdCategory.Přemysl Janouch2012-10-081-19/+19
|
* Renaming, order categories by name.Přemysl Janouch2012-10-081-2/+2
| | | | | So at least in English the order will make some sense. And it shall stay consistent.
* Load categories recursively.Přemysl Janouch2012-10-081-50/+31
|
* Remove category icons.Přemysl Janouch2012-10-081-19/+4
|
* Remove category management from LdLibrary.Přemysl Janouch2012-10-081-120/+14
| | | | | | Now it uses a special hidden `/' root category. Also removed ld_library_clear() momentarily, for it has no users.
* Do name collision checking more properly.Přemysl Janouch2012-08-121-24/+47
|
* More fixing.Přemysl Janouch2012-08-121-0/+3
| | | | | | | | | * 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-55/+68
| | | | Removes some ugliness from the code.
* Maintenance.Přemysl Janouch2012-08-111-5/+2
| | | | | | | | * Fix setting the GSETTINGS_SCHEMA_DIR environment variable. * Use g_value_take_boxed() instead of deprecated g_value_set_boxed_take_ownership(). * Remove an unused variable. * Clean up load_category() a bit.
* Update gtk-doc documentation.Přemysl Janouch2011-02-021-1/+1
|
* Fix program messages and gtk-doc comments.Přemysl Janouch2011-01-281-25/+25
|
* Fix gtk-doc comments for signals.Přemysl Janouch2011-01-231-1/+1
|
* Make a separate library.Přemysl Janouch2011-01-101-0/+524
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.