summaryrefslogtreecommitdiff
path: root/atspi/atspi-accessible.c
Commit message (Expand)AuthorAgeFilesLines
* Enum clean-upsenum-typesMike Gorse2011-05-291-118/+18
* 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
* Add another NULL-app check for get_parentMike Gorse2011-01-041-1/+1
* Return exceptions for errors rather than printing warningsMike Gorse2011-01-041-8/+14
* Return a state set with STATE_DEFUNCT for disposed objectsMike Gorse2010-12-301-0/+8
* Initial pass at adding i18n and proper object disposalMike Gorse2010-12-291-33/+70
* Revert "Send an event type as a struct rather than a concatenated string"Mike Gorse2010-12-291-3/+1
* Send an event type as a struct rather than a concatenated stringMike Gorse2010-12-291-1/+3
* Fix atspi_accessible_get_descriptionMike Gorse2010-12-281-1/+3
* Remove some dead codeMike Gorse2010-12-221-312/+0
* Fix a few warnings and documentation issuesMike Gorse2010-12-211-1/+1
* Some attribute-related fixesMike Gorse2010-12-091-10/+3
* Fix atspi_text_get_default_attributesMike Gorse2010-12-091-1/+1
* Change some error return values to match AT-SPI-CORBA behaviorMike Gorse2010-12-031-6/+12
* Several cache-related fixesMike Gorse2010-12-031-3/+33
* Hypertext and hyperlink fixesMike Gorse2010-12-021-0/+23
* Add get_interfaces, and fetch interface/stateset over the wire if neededMike Gorse2010-12-011-0/+78
* Fix uninitialized variable in get_index_in_parentMike Gorse2010-12-011-1/+1
* Various fixesMike Gorse2010-11-291-22/+53
* Really commit fixes; make unit tests passMike Gorse2010-11-281-8/+27
* State and action fixesMike Gorse2010-11-241-3/+1
* Add first pass at MatchRule/Collection implementationMike Gorse2010-11-231-1/+1
* Add Hypertext and Hyperlink and some refactoring to support themMike Gorse2010-11-201-13/+9