summaryrefslogtreecommitdiff
path: root/atspi/atspi-misc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add AtspitableCell, tracking the new atk interfaceMike Gorse2014-02-181-0/+2
* Fix a critical when processing deferred messagesGiovanni Campagna2014-02-171-4/+4
* Allow caching of data sent with events and requesting such dataMike Gorse2014-02-011-0/+97
* Unref process_deferred_messages_source when clearing itMike Gorse2013-10-111-0/+2
* Skip some non-introspectable functionsMike Gorse2013-10-101-0/+3
* Remove calls to g_type_init()Mike Gorse2013-10-101-2/+0
* Fix some warnings and documentation issuesMike Gorse2013-10-101-65/+8
* misc: Simplify code flow in process_deferred_messagesJasper St. Pierre2013-09-051-15/+18
* misc: Fix bad typeJasper St. Pierre2013-09-051-1/+1
* Move the process_deferred_messages idle cb when switching main contextsMike Gorse2013-09-041-7/+20
* Don't dispatch while calling get_accessibility_bus_addressMike Gorse2013-09-021-2/+0
* Dispatch dbus messages after method calls when no main loop runningMike Gorse2013-08-211-0/+2
* Do not query X unless DISPLAY or AT_SPI_DISPLAY are setMike Gorse2013-08-081-6/+7
* Allow building without X11Mike Gorse2013-08-081-1/+7
* Fix memory leak in atspi_accessible_get_role_nameMike Gorse2013-07-101-1/+1
* Add atspi_set_main_contextMike Gorse2013-07-011-1/+25
* Add atspi_is_initializedMike Gorse2013-06-161-0/+13
* Reinstate atspi_role_get_nameMike Gorse2013-05-221-0/+33
* Merge branch 'enum-types'Mike Gorse2013-05-101-0/+14
|\
* | Fix some warningsMike Gorse2013-02-041-8/+22
* | Fix various warningsMike Gorse2013-01-161-1/+1
* | Check that message is non-NULL before calling libdbusMike Gorse2013-01-151-1/+1
* | _atspi-dbus_call_partial: Check for error.Mike Gorse2013-01-141-0/+11
* | Fix some ref count issuesMike Gorse2012-12-271-19/+44
* | Documentation fixPatrick Welche2012-12-141-1/+1
* | Re-register keystroke listeners if the registry goes away and returnsMike Gorse2012-11-201-0/+42
* | Don't output a warning when a p2p connection isn't availableMike Gorse2012-10-171-1/+1
* | Don't leak dbus connectionsWilliam Jon McCann2012-09-171-6/+43
* | Don't check for NULL when calling _atspi_application_newMike Gorse2012-09-171-1/+0
* | Don't leak the display stringWilliam Jon McCann2012-09-141-23/+28
* | Don't leak errorsWilliam Jon McCann2012-09-141-24/+27
* | Code clean-upsMike Gorse2012-07-181-6/+2
* | atspi-misc: Prevent leakJasper St. Pierre2012-06-251-3/+6
* | Add a check for a null message when returning a hyperlinkMike Gorse2012-05-071-1/+5
* | Increase start-up timeout to 15 secondsMike Gorse2012-04-121-2/+2
* | Set the application start-up timeout to 5 seconds by defaultMike Gorse2012-04-101-1/+4
* | Add startup_time parameter to atspi_set_timeoutMike Gorse2012-04-061-3/+31
* | Add atspi_set_timeoutMike Gorse2012-04-061-0/+20
* | Fix crash fetching error when retrieving a propertyMike Gorse2012-03-171-2/+2
* | Reduce the method call timeout slightlyMike Gorse2012-02-241-1/+1
* | Avoid making calls on processes thought to be hungMike Gorse2012-01-151-26/+87
* | fix string literalFunda Wang2011-09-221-1/+1
* | atspi_accessible_new -> _atspi_accessible_newMike Gorse2011-08-291-3/+3
* | Adding descriptions to atspi-misc documentationAline Bessa2011-08-231-1/+1
* | Improving atspi-misc documentationAline Bessa2011-08-231-5/+5
* | Fix a memory leakMike Gorse2011-08-221-0/+1
* | Clean up names of private functionsMike Gorse2011-07-261-6/+4
* | Set the gerror for a dbus error in _atspi_dbus_callTrevor Saunders2011-06-271-1/+1
|/
* Make deferred_messages a GQueue rather than a GListMike Gorse2011-05-261-8/+7
* Allow caching of attributesMike Gorse2011-05-261-5/+4