summaryrefslogtreecommitdiff
path: root/atspi/atspi-component.c
Commit message (Expand)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-38/+41
* Component.xml: document the SetSize methodFederico Mena Quintero2022-10-171-1/+1
* Component.xml: document the SetPosition methodFederico Mena Quintero2022-10-171-2/+2
* Component.xml: document the SetExtents methodFederico Mena Quintero2022-10-171-2/+2
* Docs: Move to gi-docgenThomas Booker2022-09-281-0/+16
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix outdated FSF addressMike Gorse2019-08-271-2/+2
* Update libatspi documentation to indicate that extents are only meaningfulMike Gorse2019-03-031-0/+6
* Fix documentation annotationsEmmanuele Bassi2018-05-171-0/+1
* Add ScrollTo and ScrollToPoint component interfacesSamuel Thibault2018-05-161-0/+56
* Fix GTK-Doc comment blocksDieter Verfaillie2015-03-231-4/+4
* introspection: add some missing Returns: (nullable) annotationsEvan Nemerson2014-06-071-3/+4
* Allow caching of data sent with events and requesting such dataMike Gorse2014-02-011-0/+12
* Fix atspi_component_containsMike Gorse2013-10-231-1/+1
* Add some defensive checks to prevent problems with defunct objectsMike Gorse2011-09-151-0/+9
* Improving atspi-component documentation.Aline Bessa2011-08-231-24/+22
* Remove some redundant out-of-memory checksMike Gorse2011-05-051-12/+6
* Change a couple of enums and types from 16-bit to 32-bit to match specMike Gorse2011-02-171-2/+2
* Avoid returning uninitialized data for some IPC errorsMike Gorse2011-02-151-1/+1
* Add setters for component extents/size/positionMike Gorse2011-01-311-1/+117
* Fix most compiler warnings and various miscellaneous problemsMike Gorse2011-01-281-2/+0
* Fix some return valuesMike Gorse2010-12-301-4/+4
* Fix atspi_rect_copy and atspi_point_copyMike Gorse2010-12-301-6/+14
* Add Action, Document, EditableText, Image, and Value interfacesMike Gorse2010-11-191-1/+1
* Add first pass at text interfaceMike Gorse2010-11-191-1/+1
* Various component fixes, and fix dbind_method_call_reentrant_vaMike Gorse2010-11-171-45/+29
* Box some types, add missing header file, and other fixesMike Gorse2010-11-071-2/+24
* Some work on event support; many bug fixesMike Gorse2010-11-051-4/+45
* Started work on component interface; various fixes and cleanupsMike Gorse2010-11-011-0/+254