summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.c
Commit message (Expand)AuthorAgeFilesLines
* 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