Přemysl Eric Janouch
9dcef6a14f
Make ld_library_find_symbol() easier to read
...
As well as shorter, strangely.
Symbols may technically exist directly in the root category now.
2021-10-29 01:31:50 +02:00
Přemysl Eric Janouch
bc8ceebef7
Add clang-format configuration, clean up
2021-10-25 18:06:50 +02:00
Přemysl Eric Janouch
384dad7bd8
Get rid of extra semicolons after macros
2021-10-25 00:27:32 +02:00
Přemysl Eric Janouch
af14119165
Name change
...
Also some copyright years fix-ups/updates.
2020-09-28 04:49:03 +02:00
Přemysl Eric Janouch
ced3913e68
Fix and update LICENSE
2017-02-03 23:06:48 +01:00
Přemysl Eric Janouch
819917536e
Get rid of the `expander prefix' property.
...
And make the root be named after whatever the path separator is set to.
2012-10-08 07:29:57 +02:00
Přemysl Eric Janouch
77aad430ef
Add `changed' signals to LdCategory.
2012-10-08 07:29:57 +02:00
Přemysl Eric Janouch
9569d96cd6
Rename LdSymbolCategory to LdCategory.
2012-10-08 07:29:57 +02:00
Přemysl Eric Janouch
6a633c8321
Renaming, order categories by name.
...
So at least in English the order will make some sense.
And it shall stay consistent.
2012-10-08 07:29:57 +02:00
Přemysl Eric Janouch
0e952b084c
Load categories recursively.
2012-10-08 07:29:57 +02:00
Přemysl Eric Janouch
ef64c0427f
Remove category icons.
2012-10-08 07:29:57 +02:00
Přemysl Eric Janouch
a915bf4496
Remove category management from LdLibrary.
...
Now it uses a special hidden `/' root category.
Also removed ld_library_clear() momentarily, for it has no users.
2012-10-08 07:29:43 +02:00
Přemysl Eric Janouch
9366c42026
Do name collision checking more properly.
2012-08-12 01:29:48 +02:00
Přemysl Eric Janouch
bb224bafd0
More fixing.
...
* 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.
2012-08-12 01:01:13 +02:00
Přemysl Eric Janouch
f55afb6542
Put subcategories and symbols in different lists.
...
Removes some ugliness from the code.
2012-08-11 20:17:10 +02:00
Přemysl Eric Janouch
b0ecd81212
Maintenance.
...
* 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.
2012-08-11 07:25:54 +02:00
Přemysl Eric Janouch
f864693f1b
Update gtk-doc documentation.
2011-02-02 17:26:04 +01:00
Přemysl Eric Janouch
cf3e4ae473
Fix program messages and gtk-doc comments.
2011-01-28 17:50:21 +01:00
Přemysl Eric Janouch
9a49a2219a
Fix gtk-doc comments for signals.
2011-01-23 15:52:52 +01:00
Přemysl Eric Janouch
616c49a505
Make a separate library.
...
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.
2011-01-10 17:07:02 +01:00