summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed atspi_text_ functionsAT_SPI2_CORE_2_18_1Patryk Kaczmarek2015-10-124-10/+5
| | | | | | | | | | | * atspi_text_get_text_attribute_value Fixed dbus signature in _atspi_dbus_call function and add missing argument for string. * atspi_text_get_default_attributes Receiving return value by reference from hash table https://bugzilla.gnome.org/show_bug.cgi?id=755731
* Add default values for atspi_hyperlink_get_index_range variablesPatryk Kaczmarek2015-10-121-1/+2
| | | | | | | If there are no default values, after unsuccessful dbus call, some random values of start_offset and end_offset are set. https://bugzilla.gnome.org/show_bug.cgi?id=755727
* Don't crash if we get a object:children-changed event with a non-existent childOwen W. Taylor2015-10-121-0/+2
| | | | | | | | If we get a :children-changed event with the path for the child not matching any accessible in the application, event->any_data would end up with a NULL child, triggering a crash. https://bugzilla.gnome.org/show_bug.cgi?id=755951
* 2.18.0AT_SPI2_CORE_2_18_0Mike Gorse2015-09-211-1/+1
|
* Update Persian TranslationArash Mousavi2015-09-161-71/+49
|
* Release v2.17.90AT_SPI2_CORE_2_17_90Mike Gorse2015-08-171-0/+7
|
* Modified cache API to include index and child count rather than childrenMike Gorse2015-08-146-98/+126
| | | | | | | | | | | | | | | The original cache API was problematic for QT AT-SPI because it forces enumeration of all children, preventing lazy instantiation of objects. The API now sends the object's index in parent and child count (or -1 if not known / children should not be cached) rather than an array of children. Also made cache of children a GPtrArray rather than a GList, since it may contain holes. If an object has not yet been instantiated for a particular child, then its value will be set to NULL, and atspi_accessible_get_child_at_index will make a dbus call to fetch the child, at which point it will be cached. https://bugzilla.gnome.org/show_bug.cgi?id=650090
* Bump versionMike Gorse2015-08-141-1/+1
|
* Release v2.17.1AT_SPI2_CORE_2_17_1Mike Gorse2015-07-202-1/+7
|
* Updated Portuguese translationPedro Albuquerque2015-07-011-7/+9
|
* Updated Romanian TranslationDaniel Șerbănescu2015-06-221-90/+71
|
* Fix atspi_table_cell_get_positionMike Gorse2015-06-171-3/+3
|
* Added Occitan translationCédric Valmary2015-05-242-0/+31
|
* Void functions shouldn't try to return valuesMike Gorse2015-05-191-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=749330
* [l10n] Updated Estonian translationMattias Põldaru2015-04-081-5/+8
|
* 2.16.0AT_SPI2_CORE_2_16_0Mike Gorse2015-03-233-1/+9
|
* Fix GTK-Doc comment blocksDieter Verfaillie2015-03-233-22/+22
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=89678
* Added Bosnian translationSamir Ribic2015-03-132-0/+30
|
* Updated Bulgarian translationAlexander Shopov2015-03-091-99/+10
|
* Updated Slovak translationDušan Kazik2015-02-281-4/+9
|
* Release v2.15.90AT_SPI2_CORE_2_15_90Mike Gorse2015-02-162-1/+7
|
* Add new roles for fractions, roots, subscripts, and superscriptsJoanmarie Diggs2015-01-261-1/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743403
* Bump versionMike Gorse2015-01-231-1/+1
|
* Deprecate atspi_text_get_text_{before,at,after}_offset()Mario Sanchez Prada2015-01-211-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697969
* Release v2.15.4AT_SPI2_CORE_2_15_4Mike Gorse2015-01-191-0/+8
|
* Add ATSPI_STATE_READ_ONLYJoanmarie Diggs2015-01-152-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690004
* Remove accessibility.conf from EXTRA_DISTMike Gorse2015-01-151-2/+1
| | | | | | | Accessibility.conf is generated now; it is bad to include it in the release. https://bugzilla.gnome.org/show_bug.cgi?id=742987
* Bump versionMike Gorse2015-01-151-1/+1
|
* Fix a typo in a crasher messageMichael Catanzaro2015-01-131-1/+1
|
* Add names to every timeoutBastien Nocera2015-01-064-9/+28
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710644
* build: Remove unneeded function checkBastien Nocera2015-01-061-4/+0
| | | | | | | | We already check for glib 2.36.0, which *will* contain g_ptr_array_new_with_free_func (new in 2.22), no need to check for it especially. https://bugzilla.gnome.org/show_bug.cgi?id=710631
* Release v2.15.3AT_SPI2_CORE_2_15_3Mike Gorse2014-12-152-1/+7
|
* Fix atspi_table_cell_get_column_span prototypeMike Gorse2014-12-152-2/+2
|
* Updated Turkish translationMuhammet Kara2014-12-081-68/+27
|
* Replaced deprecated "Rename to" GTK-Doc tagAlejandro Piñeiro2014-11-254-34/+17
| | | | Replaced by the gi annotation rename-to on the identifier.
* Release v2.15.2AT_SPI2_CORE_2_15_2Mike Gorse2014-11-252-1/+11
|
* Revert "Replaced deprecated "Rename to" GTK-Doc tag"Mike Gorse2014-11-254-17/+34
| | | | | | Forgot to tag the release; going to revert, tag, then re-apply. This reverts commit b7bd063e3cd805bc50bf03c5e12087b1553436a2.
* Replaced deprecated "Rename to" GTK-Doc tagAlejandro Piñeiro2014-11-254-34/+17
| | | | Replaced by the gi annotation rename-to on the identifier.
* gi-annotations: get_relation_set returns a array of AtspiRelationAlejandro Piñeiro2014-11-201-1/+1
| | | | This is also explained on the documentation
* Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXTJoanmarie Diggs2014-11-192-2/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=740340
* Make the documentation of ATSPI's STATE_ACTIVE consistent with that of ATK's.Joanmarie Diggs2014-11-191-1/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=740274
* Release v2.15.1AT_SPI2_CORE_2_15_1Mike Gorse2014-10-272-1/+7
|
* Added Kazakh translationBaurzhan Muftakhidinov2014-10-192-0/+29
|
* Build docs for AtspiTableCellMike Gorse2014-10-164-0/+32
|
* Set servicedir in accessibility.confMike Gorse2014-10-082-2/+9
| | | | | | | We need to let the accessibility bus know where to find its service file. https://bugzilla.gnome.org/show_bug.cgi?id=722738
* Limit service activation to accessibility busMagdalen Berns2014-10-073-4/+2
| | | | | | | | | | | Instead of having to send a message to an activatable service listed in $datadir/dbus-1/services it is better to limit these and define an accessibility-services directory and list services in there explicitly Co-authored by: Mike Gorse <mgorse@suse.com> Bug https://bugzilla.gnome.org/show_bug.cgi?id=722738
* Revert "Bus: remove 'nonsense' <standard_session_servicedirs/>"Magdalen Berns2014-09-251-0/+2
| | | | This reverts commit 1dc6d14047d887d337d6f169ace6cd3a726d5729.
* Bus: remove 'nonsense' <standard_session_servicedirs/>Magdalen Berns2014-09-251-2/+0
| | | | | | | | The <standard_session_servicedirs/> is a reference to session bus configuration directories. Something a custom well known type probably does not want. Bug https://bugzilla.gnome.org/show_bug.cgi?id=722738
* Release v2.14.0AT_SPI2_CORE_2_14_0Mike Gorse2014-09-221-1/+1
|
* update Punjabi Translation -for 3.14 releaseA S Alam2014-09-211-70/+52
|