summaryrefslogtreecommitdiff
path: root/atspi/atspi-accessible.c
Commit message (Expand)AuthorAgeFilesLines
* Guard against recursion in atspi_accessible_clear_cacheMike Gorse2023-05-101-8/+17
* Don't crash when an invalid index, for the array length, is requestedLukáš Tyrychtr2023-05-101-3/+6
* Use internal names when possible for localized role namesMike Gorse2023-05-031-0/+5
* Fix possible crash in screen_reader_signal_watcherMike Gorse2023-02-151-0/+1
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-338/+304
* Docs: Move to gi-docgenThomas Booker2022-09-281-0/+10
* Rename _atspi_dbus_return_accessible_from_iter to _atspi_dbus_consume_accessibleFederico Mena Quintero2022-07-121-1/+1
* _atspi_accessible_is_a() - no need to update the interfaces cache mask againFederico Mena Quintero2022-07-121-1/+0
* Remove debug printMike Gorse2021-02-221-1/+0
* atspi_accessible_get_(name|description): fix memory leakMike Gorse2021-02-221-0/+6
* Fix an invalid free introduced in 2.39.90, along with some warningsMike Gorse2021-02-221-1/+1
* Fix memory leaksBartlomiej Grzelewski2021-02-121-0/+3
* Fix a compiler warningMike Gorse2020-08-191-1/+1
* atspi_accessible_set_cache_mask: relax assertMike Gorse2020-06-241-1/+1
* Fix documentation for the new mode_changed signalMike Gorse2020-06-111-0/+1
* Fix mode-changed signal registrationMike Gorse2020-06-091-1/+1
* Add mode-changed signalMike Gorse2020-06-071-3/+34
* Use the event name when sending screen reader events over dbusMike Gorse2020-05-271-1/+4
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* atspi_accessible_dispose: Avoid unreferencing NULLSamuel Thibault2019-08-251-1/+8
* Fix typosSamuel Thibault2019-07-251-2/+2
* Refactor the API for the screen reader to notify listeners of its statusMike Gorse2019-07-181-0/+83
* Add atspi_accessible_get_accessible_idSamuel Thibault2019-04-301-0/+27
* Fix -Wmisleading-indentation warningsIain Lane2017-05-251-4/+5
* atspi_accessible_get_parent: move check for NULL AtspiApplication objectMike Gorse2017-05-081-2/+3
* atspi_accessible_clear_cache: don't crash if we have no childrenMike Gorse2016-05-311-2/+3
* get_index_in_parent: Don't crash if parent is defunctMike Gorse2015-11-091-0/+4
* Modified cache API to include index and child count rather than childrenMike Gorse2015-08-141-65/+59
* Replaced deprecated "Rename to" GTK-Doc tagAlejandro Piñeiro2014-11-251-22/+11
* Revert "Replaced deprecated "Rename to" GTK-Doc tag"Mike Gorse2014-11-251-11/+22
* Replaced deprecated "Rename to" GTK-Doc tagAlejandro Piñeiro2014-11-251-22/+11
* gi-annotations: get_relation_set returns a array of AtspiRelationAlejandro Piñeiro2014-11-201-1/+1
* Fix lifecycle of an accessible's cacheMike Gorse2014-07-191-1/+2
* Unref an accessible's cache when destroying itMike Gorse2014-07-191-0/+2
* introspection: add some missing Returns: (nullable) annotationsEvan Nemerson2014-06-071-3/+4
* Add GError setter in atspi_accessible_get_process_id functionMichal Jagiello2014-04-221-3/+7
* Add AtspitableCell, tracking the new atk interfaceMike Gorse2014-02-181-0/+41
* Allow caching of data sent with events and requesting such dataMike Gorse2014-02-011-9/+57
* Fix crash when get_process_id called with an app no longer on the busMike Gorse2014-01-161-2/+6
* accessible: remove an unneeded unrefAlejandro Piñeiro2013-08-271-1/+0
* Reinstate atspi_role_get_nameMike Gorse2013-05-221-16/+6
* Rename various functions to avoid name collisionsMike Gorse2013-05-151-0/+209
* need to dup a role name when fetching it from a valueMike Gorse2013-05-141-1/+1
* Merge branch 'enum-types'Mike Gorse2013-05-101-139/+16
|\
| * Enum clean-upsenum-typesMike Gorse2011-05-291-118/+18
* | Add atspi_accessible_get_object_localeMike Gorse2013-02-271-0/+35
* | Fix some warningsMike Gorse2013-02-041-0/+2
* | Add ATSPI_ROLE_LEVEL_BARMike Gorse2013-01-311-1/+2
* | Fix ref count leaks in atspi_accessible_get_applicationMike Gorse2013-01-141-0/+5