| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
So at least in English the order will make some sense.
And it shall stay consistent.
|
| |
|
| |
|
|
|
|
|
|
| |
Now it uses a special hidden `/' root category.
Also removed ld_library_clear() momentarily, for it has no users.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Removes some ugliness from the code.
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
|
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.
|