Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -1/+1 |
| | | | | Also some copyright years fix-ups/updates. | ||||
* | Fix and update LICENSE | Přemysl Janouch | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | Get rid of the `expander prefix' property. | Přemysl Janouch | 2012-10-08 | 1 | -1/+1 |
| | | | | And make the root be named after whatever the path separator is set to. | ||||
* | Add `changed' signals to LdCategory. | Přemysl Janouch | 2012-10-08 | 1 | -0/+10 |
| | |||||
* | Rename LdSymbolCategory to LdCategory. | Přemysl Janouch | 2012-10-08 | 1 | -19/+19 |
| | |||||
* | Renaming, order categories by name. | Přemysl Janouch | 2012-10-08 | 1 | -2/+2 |
| | | | | | So at least in English the order will make some sense. And it shall stay consistent. | ||||
* | Load categories recursively. | Přemysl Janouch | 2012-10-08 | 1 | -50/+31 |
| | |||||
* | Remove category icons. | Přemysl Janouch | 2012-10-08 | 1 | -19/+4 |
| | |||||
* | Remove category management from LdLibrary. | Přemysl Janouch | 2012-10-08 | 1 | -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 Janouch | 2012-08-12 | 1 | -24/+47 |
| | |||||
* | More fixing. | Přemysl Janouch | 2012-08-12 | 1 | -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 Janouch | 2012-08-11 | 1 | -55/+68 |
| | | | | Removes some ugliness from the code. | ||||
* | Maintenance. | Přemysl Janouch | 2012-08-11 | 1 | -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 Janouch | 2011-02-02 | 1 | -1/+1 |
| | |||||
* | Fix program messages and gtk-doc comments. | Přemysl Janouch | 2011-01-28 | 1 | -25/+25 |
| | |||||
* | Fix gtk-doc comments for signals. | Přemysl Janouch | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | Make a separate library. | Přemysl Janouch | 2011-01-10 | 1 | -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. |