aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol-category.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a "human-name" property to LdSymbolCategory.Přemysl Janouch2010-12-111-2/+57
| | | | | | | Just as LdSymbol has a human name for localization purposes, LdSymbolCategory also needs to have this property. Use the human name in tooltips.
* Fix gtk-doc comments.Přemysl Janouch2010-10-271-1/+1
|
* Implement the rest of LdSymbolCategory.Přemysl Janouch2010-10-261-0/+132
| | | | | Added GObject properties for object parameters. Implemented methods for children management.
* Redesign the library and related components.Přemysl Janouch2010-10-261-18/+83
| | | | | | | | | This step is needed, since the current design is quite chaotic and it would not be possible to finish the application. There's still a lot to be done. After this step, it's time to implement the rest of LdLua.
* Renamed LdSymbolLibrary to LdLibrary.Přemysl Janouch2010-10-171-3/+3
|
* Split ld-symbol-library.c.Přemysl Janouch2010-09-201-0/+90
Originally, there were three object classes defined in this file. It would later become rather chaotic if left that way.