summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.c
Commit message (Expand)AuthorAgeFilesLines
* Use const attribute name input in atspi_*_get*_attribute_value()Colomban Wendling2023-04-251-3/+3
* Fix a variable nameMike Gorse2023-04-021-4/+4
* typos--Harald Sitter2023-03-061-2/+2
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-87/+85
* Docs: Move to gi-docgenThomas Booker2022-09-281-0/+15
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* Refactor the API for the screen reader to notify listeners of its statusMike Gorse2019-07-181-41/+0
* atspi_text_notify_reading_position: let caller specify end offsetSamuel Thibault2019-05-101-23/+6
* More updates related to reading position notificationsMike Gorse2019-05-051-8/+7
* Add atspi_text_notify_read_positionMike Gorse2019-05-051-0/+59
* Update libatspi documentation to indicate that extents are only meaningfulMike Gorse2019-03-031-0/+4
* Add ScrollSubstringTo and ScrollSubstringToPoint text interfacesSamuel Thibault2019-01-151-0/+66
* Fixed atspi_text_ functionsPatryk Kaczmarek2015-10-121-1/+5
* Replaced deprecated "Rename to" GTK-Doc tagAlejandro Piñeiro2014-11-251-4/+2
* Revert "Replaced deprecated "Rename to" GTK-Doc tag"Mike Gorse2014-11-251-2/+4
* Replaced deprecated "Rename to" GTK-Doc tagAlejandro Piñeiro2014-11-251-4/+2
* introspection: add some missing Returns: (nullable) annotationsEvan Nemerson2014-06-071-3/+3
* Fix atspi_text_get_bounded_rangesMike Gorse2013-11-201-1/+1
* Fix some warnings and documentation issuesMike Gorse2013-10-101-5/+1
* Add atspi_text_get_string_at_offsetMike Gorse2013-08-191-0/+76
* Rename various functions to avoid name collisionsMike Gorse2013-05-151-0/+55
* Set correct end offset in atspi_text_get_attributesJosé Millán Soto2012-01-201-1/+1
* Improving atspi-text.c documentationAline Bessa2011-08-231-72/+78
* Remove some redundant out-of-memory checksMike Gorse2011-05-051-23/+13
* GetNSelections has an out parameter, not an inMike Gorse2011-02-251-1/+1
* Avoid returning uninitialized data for some IPC errorsMike Gorse2011-02-151-2/+2
* Update copyright and add some missing license infoMike Gorse2011-01-311-0/+1
* Fix most compiler warnings and various miscellaneous problemsMike Gorse2011-01-281-5/+3
* Fix passing of coordType for some text methodsMike Gorse2011-01-091-5/+5
* Return exceptions for errors rather than printing warningsMike Gorse2011-01-041-2/+2
* Fix some return valuesMike Gorse2010-12-301-2/+11
* Some attribute-related fixesMike Gorse2010-12-091-56/+37
* Rename text to content in AtspiTextRange to match original IDLMike Gorse2010-12-091-5/+5
* Fix atspi_text_get_default_attributesMike Gorse2010-12-091-1/+1
* Add Hypertext and Hyperlink and some refactoring to support themMike Gorse2010-11-201-1/+1
* Add first pass at text interfaceMike Gorse2010-11-191-0/+803