summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | AtspiAccessible is now derived from a base class called AtspiObject which defines the object's application and object path, since this is common with AtspiHyperlink.
* Add first pass at text interfaceMike Gorse2010-11-191-0/+803