aboutsummaryrefslogtreecommitdiff
path: root/src/ld-symbol-category.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce LdRectangle, LdPoint and LdPointArray.Přemysl Janouch2011-01-081-1/+2
| | | | Remove LdCanvasRect and LdSymbolArea.
* Move lines around. No functional change.Přemysl Janouch2011-01-041-2/+2
|
* Overall cleanup.Přemysl Janouch2010-12-161-9/+5
| | | | | | | | | * Add missing asserts to exported functions. * Unify formatting. * Fix the gtk-doc comment for ld_symbol_category_set_human_name(). * Make ld_library_load() reflect it's declaration. * Remove an unused variable in ld_library_load_cb(). * Change all char's to gchar's.
* Add change notifications to properties.Přemysl Janouch2010-12-161-1/+7
| | | | | | Also fix the "human-name" property in LdSymbolCategory and correct gtk-doc comments for coordinates properties accessors in LdDocumentObject.
* 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.