summaryrefslogtreecommitdiff
path: root/atspi/atspi-object.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix storing and freeing of hyperlink pathsMike Gorse2011-01-011-2/+1
|
* Fix a couple of crashes, and temporarily work around another oneMike Gorse2010-12-311-1/+2
|
* Initial pass at adding i18n and proper object disposalMike Gorse2010-12-291-2/+16
| | | | | | | Objects are now "disposed" when RemoveAccessible is received or the application goes away. This allows the objects to be dereferenced and properly cleaned up. Also fix some related bugs and add i18n. Some reference leaks remain, however.
* Add Hypertext and Hyperlink and some refactoring to support themMike Gorse2010-11-201-0/+50
AtspiAccessible is now derived from a base class called AtspiObject which defines the object's application and object path, since this is common with AtspiHyperlink.