summaryrefslogtreecommitdiff
path: root/atspi
Commit message (Expand)AuthorAgeFilesLines
* Revert "Replaced deprecated "Rename to" GTK-Doc tag"Mike Gorse2014-11-254-17/+34
* Replaced deprecated "Rename to" GTK-Doc tagAlejandro Piñeiro2014-11-254-34/+17
* gi-annotations: get_relation_set returns a array of AtspiRelationAlejandro Piñeiro2014-11-201-1/+1
* Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXTJoanmarie Diggs2014-11-191-2/+21
* Make the documentation of ATSPI's STATE_ACTIVE consistent with that of ATK's.Joanmarie Diggs2014-11-191-1/+7
* Use app_hash to find app to remove in response to NameOwnerChangedMike Gorse2014-09-111-10/+4
* Check failure of dbus_connection_send_with_reply()Daiki Ueno2014-09-111-4/+11
* Fix a silly documentation issueMike Gorse2014-08-161-1/+1
* Copy interfaces when creating a match ruleMike Gorse2014-08-161-2/+13
* Fix lifecycle of an accessible's cacheMike Gorse2014-07-194-4/+7
* Unref an accessible's cache when destroying itMike Gorse2014-07-191-0/+2
* Unref enum type classes when we're done with themMike Gorse2014-07-192-2/+7
* Fix various memory leaks when checking D-Bus signaturesMike Gorse2014-07-192-6/+23
* Use git.mk to maintain .gitignore.Evan Nemerson2014-06-071-0/+2
* introspection: add some missing Returns: (nullable) annotationsEvan Nemerson2014-06-074-11/+13
* Add GError setter in atspi_accessible_get_process_id functionMichal Jagiello2014-04-221-3/+7
* Add a check NULL of the source accessible handling an eventAlejandro Piñeiro2014-03-171-0/+5
* Don't pass empty property array to RegisterEventMike Gorse2014-02-241-6/+13
* Add AtspitableCell, tracking the new atk interfaceMike Gorse2014-02-1810-0/+425
* Fix a critical when processing deferred messagesGiovanni Campagna2014-02-171-4/+4
* Added atspi-accessible-private.hAlejandro Piñeiro2014-02-041-0/+46
* build: Fix srcdir != builddir from gitColin Walters2014-02-041-0/+2
* Allow caching of data sent with events and requesting such dataMike Gorse2014-02-0110-26/+283
* Fix crash when get_process_id called with an app no longer on the busMike Gorse2014-01-161-2/+6
* document: add support to current page and page countAlejandro Piñeiro2013-12-022-0/+46
* Fix atspi_text_get_bounded_rangesMike Gorse2013-11-201-1/+1
* states: add CHECKABLE and HAS_POPUP statesAlejandro Piñeiro2013-11-181-0/+10
* roles: new roles for ARIA rolesAlejandro Piñeiro2013-11-181-0/+37
* roles: add TITLE_BAR, BLOCK_QUOTE, VIDEO and AUDIO rolesAlejandro Piñeiro2013-11-081-0/+12
* Fix atspi_component_containsMike Gorse2013-10-231-1/+1
* Unref process_deferred_messages_source when clearing itMike Gorse2013-10-111-0/+2
* Fix a few more warningsMike Gorse2013-10-102-5/+1
* Skip some non-introspectable functionsMike Gorse2013-10-102-2/+5
* Remove calls to g_type_init()Mike Gorse2013-10-101-2/+0
* Define ATSPI_CACHE_DEFAULT on one lineMike Gorse2013-10-101-4/+1
* Fix some warnings and documentation issuesMike Gorse2013-10-106-80/+13
* Make AtspiEventListenerCb not call for a const datumMike Gorse2013-10-102-2/+2
* Add prototype for atspi_device_event_get_typeMike Gorse2013-10-082-1/+10
* Document that multiple attribute values can now be listed in match rules.Mike Gorse2013-09-151-1/+4
* misc: Simplify code flow in process_deferred_messagesJasper St. Pierre2013-09-052-17/+18
* misc: Fix bad typeJasper St. Pierre2013-09-051-1/+1
* Move the process_deferred_messages idle cb when switching main contextsMike Gorse2013-09-041-7/+20
* Include config.h in private headerMike Gorse2013-09-021-0/+1
* Don't dispatch while calling get_accessibility_bus_addressMike Gorse2013-09-021-2/+0
* skipping atspi_event_listener_[register/deregister]_no_dataAlejandro Piñeiro2013-08-291-2/+2
* accessible: remove an unneeded unrefAlejandro Piñeiro2013-08-271-1/+0
* Dispatch dbus messages after method calls when no main loop runningMike Gorse2013-08-211-0/+2
* Add atspi_text_get_string_at_offsetMike Gorse2013-08-193-0/+110
* Do not query X unless DISPLAY or AT_SPI_DISPLAY are setMike Gorse2013-08-081-6/+7
* Allow building without X11Mike Gorse2013-08-081-1/+7