summaryrefslogtreecommitdiff
path: root/atspi/atspi-accessible.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix some ref count issuesMike Gorse2012-12-271-1/+17
* | Fix atspi_accessible_get_index_in_parent when the parent is not cachedMike Gorse2012-11-191-2/+5
* | Don't leak errorsWilliam Jon McCann2012-09-141-1/+5
* | Fixing 'atspi_accessible_get_id' annotationJavier Hernández2012-09-041-1/+1
* | Fix some annotations compilation warningsJavier Hernández2012-09-041-1/+0
* | _ATSPI_DBUS_CHECK_SIG: remove warning when no message receivedMike Gorse2012-05-231-1/+1
* | Fix for bug 675004 - object:state-changed:defunct events are emitted as objec...Joanmarie Diggs2012-04-291-1/+1
* | Enable caching on a call to atspi_accessible_set_cache_maskMike Gorse2012-03-051-1/+5
* | Don't cache data for transient objectsMike Gorse2012-02-281-0/+2
* | Expect a signed int for GetIndexInParent, per the specMike Gorse2012-02-231-2/+2
* | atspi_accessible_new -> _atspi_accessible_newMike Gorse2011-08-291-1/+1
* | Adding Mike Gorse's suggestionsAline Bessa2011-08-231-10/+3
* | Changing atspi-accessible C fileAline Bessa2011-08-231-85/+107
* | Revert "Have atspi_accessible_get_relation_set return a GPtrArray"Mike Gorse2011-08-231-4/+4
* | Have atspi_accessible_get_relation_set return a GPtrArrayMike Gorse2011-07-311-4/+4
* | Clean up names of private functionsMike Gorse2011-07-261-1/+1
* | Properly free dbus error in atspi_accessible_get_process_idMike Gorse2011-07-261-1/+1
* | Fix check box role nameMike Gorse2011-07-251-1/+1
* | Add new roles corresponding to those added to atkMike Gorse2011-07-251-1/+14
* | Fix for BGO#654314: Make role names consistent with atkMike Gorse2011-07-091-44/+44
* | Add atspi_accessible_get_process_idMike Gorse2011-06-271-0/+37
* | Use stored values for AT-SPI role namesMike Gorse2011-06-151-2/+8
|/
* Revert "Clean up enums"Mike Gorse2011-05-291-1/+1
* Revert "Install enum header, and try to get role name from enum"Mike Gorse2011-05-291-17/+0
* Revert "Remove redundant tables of state and role names"Mike Gorse2011-05-291-0/+117
* Allow caching of attributesMike Gorse2011-05-261-5/+35
* Remove redundant tables of state and role namesMike Gorse2011-05-251-117/+0
* Install enum header, and try to get role name from enumMike Gorse2011-05-251-0/+17
* Catch toolkit name/version and AT-SPI version per-applicationMike Gorse2011-05-251-15/+24
* Disable caching if ATSPI_NO_CACHE is set in the environment and not 0Mike Gorse2011-05-241-1/+1
* Add atspi_accessible_clear_cacheMike Gorse2011-05-241-0/+20
* Clean up enumsMike Gorse2011-05-241-1/+1
* Fix get_toolkit_version, and add get_atspi_version for accessiblesMike Gorse2011-05-231-1/+24
* Disable caching when not in atspi_event_mainMike Gorse2011-05-231-1/+1
* Fix/rework selective cachingMike Gorse2011-05-221-15/+35
* Fix memory leaks in get_toolkit_name and get_toolkit_versionMike Gorse2011-05-051-2/+2
* Remove some redundant out-of-memory checksMike Gorse2011-05-051-7/+2
* Don't translate g_warning messagesMike Gorse2011-05-051-1/+1
* Add atspi_accessible_get_idMike Gorse2011-04-181-0/+23
* Fix for BGO#648130: event host_application should return NULL for the desktopMike Gorse2011-04-181-0/+5
* Fix a crash introduced in last commitMike Gorse2011-04-181-1/+1
* Fix for BGO#648059: get_application should return something w/ROLE_APPLICATIONMike Gorse2011-04-181-0/+10
* Have atspi_accessible_get_interfaces explicitly return the Accessible interfaceMike Gorse2011-02-011-0/+1
* Fix a crashMike Gorse2011-02-011-0/+1
* Update copyright and add some missing license infoMike Gorse2011-01-311-0/+1
* Add atspi_accessible_set_cache_maskMike Gorse2011-01-311-4/+51
* Fix most compiler warnings and various miscellaneous problemsMike Gorse2011-01-281-29/+29
* More error handling fixesMike Gorse2011-01-241-1/+1
* Check whether an accessible object implements the 'Hyperlink' interface.Mario Sanchez Prada2011-01-201-0/+18
* Fix some memory leaksMike Gorse2011-01-061-3/+8