summaryrefslogtreecommitdiff
path: root/atspi/atspi-image.c
Commit message (Collapse)AuthorAgeFilesLines
* Change a couple of enums and types from 16-bit to 32-bit to match specMike Gorse2011-02-171-1/+1
|
* Update copyright and add some missing license infoMike Gorse2011-01-311-0/+1
|
* Fix crash in atspi_image_get_image_descriptionDan Winship2011-01-211-1/+1
| | | | | | | | If the remote object didn't define this property then the function would return stack garbage, which the caller would eventually try to free. https://bugzilla.gnome.org/show_bug.cgi?id=640198
* Fix image locale and descriptionMike Gorse2010-12-291-2/+2
|
* Add Action, Document, EditableText, Image, and Value interfacesMike Gorse2010-11-191-0/+165