2.34.0
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.c
2020-02-07 Artur Świgoń2.34.0 73/224273/1 upstream/2.34.0
2019-02-01 Radoslaw Cybulski2.31.1 87/198387/2 upstream/2.31.1
2017-09-04 Alexander LarssonOptionally read the dbus address from env var AT_SPI_BU...
2017-07-23 Shinwoo KimDecrements the reference count of session_bus
2017-06-14 Mike GorseMerge branch 'wip/meson'
2017-06-02 Mike GorsePoll direct dbus connections in the main loop
2016-06-02 Mike GorseCorrectly handle at-spi2-registryd dying when processin...
2016-05-22 Mike Gorseref_accessible_desktop: don't unref reply until we...
2016-02-29 Mike GorseDon't display warnings when connecting to an app that...
2016-02-08 Samuel ThibaultDon't display warning if unable to connect when logged...
2015-08-14 Mike GorseModified cache API to include index and child count...
2015-03-23 Dieter VerfaillieFix GTK-Doc comment blocks
2015-01-13 Michael CatanzaroFix a typo in a crasher message
2014-09-11 Mike GorseUse app_hash to find app to remove in response to NameO...
2014-09-11 Daiki UenoCheck failure of dbus_connection_send_with_reply()
2014-07-19 Mike GorseFix lifecycle of an accessible's cache
2014-07-19 Mike GorseUnref enum type classes when we're done with them
2014-07-19 Mike GorseFix various memory leaks when checking D-Bus signatures
2014-02-18 Mike GorseAdd AtspitableCell, tracking the new atk interface
2014-02-17 Giovanni CampagnaFix a critical when processing deferred messages
2014-02-01 Mike GorseAllow caching of data sent with events and requesting...
2013-10-11 Mike GorseUnref process_deferred_messages_source when clearing it
2013-10-10 Mike GorseSkip some non-introspectable functions
2013-10-10 Mike GorseRemove calls to g_type_init()
2013-10-10 Mike GorseFix some warnings and documentation issues
2013-09-05 Jasper St. Pierremisc: Simplify code flow in process_deferred_messages
2013-09-05 Jasper St. Pierremisc: Fix bad type
2013-09-05 Mike GorseMove the process_deferred_messages idle cb when switchi...
2013-09-02 Mike GorseDon't dispatch while calling get_accessibility_bus_address
2013-08-21 Mike GorseDispatch dbus messages after method calls when no main...
2013-08-08 Mike GorseDo not query X unless DISPLAY or AT_SPI_DISPLAY are set
2013-08-08 Mike GorseAllow building without X11
2013-07-10 Mike GorseFix memory leak in atspi_accessible_get_role_name
2013-07-01 Mike GorseAdd atspi_set_main_context
2013-06-16 Mike GorseAdd atspi_is_initialized
2013-05-22 Mike GorseReinstate atspi_role_get_name
2013-05-10 Mike GorseMerge branch 'enum-types'
2013-02-04 Mike GorseFix some warnings
2013-01-16 Mike GorseFix various warnings
2013-01-15 Mike GorseCheck that message is non-NULL before calling libdbus
2013-01-14 Mike Gorse_atspi-dbus_call_partial: Check for error.
2012-12-27 Mike GorseFix some ref count issues
2012-12-14 Patrick WelcheDocumentation fix
2012-11-20 Mike GorseRe-register keystroke listeners if the registry goes...
2012-10-17 Mike GorseDon't output a warning when a p2p connection isn't...
2012-09-18 William Jon McCannDon't leak dbus connections
2012-09-17 Mike GorseDon't check for NULL when calling _atspi_application_new
2012-09-14 William Jon McCannDon't leak the display string
2012-09-14 William Jon McCannDon't leak errors
2012-07-18 Mike GorseCode clean-ups
2012-06-25 Jasper St. Pierreatspi-misc: Prevent leak
2012-05-07 Mike GorseAdd a check for a null message when returning a hyperlink
2012-04-12 Mike GorseIncrease start-up timeout to 15 seconds
2012-04-10 Mike GorseSet the application start-up timeout to 5 seconds by...
2012-04-06 Mike GorseAdd startup_time parameter to atspi_set_timeout
2012-04-06 Mike GorseAdd atspi_set_timeout
2012-03-17 Mike GorseFix crash fetching error when retrieving a property
2012-02-24 Mike GorseReduce the method call timeout slightly
2012-01-15 Mike GorseAvoid making calls on processes thought to be hung
2011-09-22 Funda Wangfix string literal
2011-08-29 Mike Gorseatspi_accessible_new -> _atspi_accessible_new
2011-08-24 Aline BessaAdding descriptions to atspi-misc documentation
2011-08-24 Aline BessaImproving atspi-misc documentation
2011-08-22 Mike GorseFix a memory leak
2011-07-27 Mike GorseClean up names of private functions
2011-06-27 Trevor SaundersSet the gerror for a dbus error in _atspi_dbus_call
2011-05-27 Mike GorseMake deferred_messages a GQueue rather than a GList
2011-05-26 Mike GorseAllow caching of attributes
2011-05-24 Mike GorseDisable caching if ATSPI_NO_CACHE is set in the environ...
2011-05-23 Mike GorseDisable caching when not in atspi_event_main
2011-05-17 Mike GorseFix table properties that return objects
2011-05-06 Mike GorseCall g_error if unable to find the accessibility bus
2011-05-05 Mike GorseRemove some redundant out-of-memory checks
2011-05-05 Mike GorseDon't translate g_warning messages
2011-05-04 Mike GorseFix a possible crash when an application is short-lived
2011-04-08 Michael Meeksfix atk_text_get_text leak
2011-03-21 Mike GorseBump version, remove dbus-glib dependency, and add...
2011-03-21 Mike GorseMove atspi_get_a11y_bus back into libatspi and publicly...
2011-03-18 Colin Waltersbus: Rewrite a11y bus management, don't fall back to...
2011-02-02 Mike GorseFix some possible crashes and a memory leak
2011-02-01 Frederic CrozatAdd missing return values
2011-01-31 Mike GorseUpdate copyright and add some missing license info
2011-01-31 Mike GorseAdd atspi_accessible_set_cache_mask
2011-01-28 Mike GorseChange a couple of g_error calls to call g_warning
2011-01-28 Mike GorseFix most compiler warnings and various miscellaneous...
2011-01-24 Mike GorseMore error handling fixes
2011-01-09 Mike GorseSet error if an error is returned while fetching a...
2011-01-06 Mike GorseFix some more memory leaks
2011-01-06 Mike GorseFix some memory leaks
2011-01-04 Mike GorseReturn exceptions for errors rather than printing warnings
2011-01-03 Mike GorseFix another crash with disposed applications
2011-01-01 Mike GorseFix storing and freeing of hyperlink paths
2010-12-31 Mike GorseFix a couple of crashes
2010-12-30 Mike GorseFix a crash when calling an object from a disposed...
2010-12-30 Mike GorseInitial pass at adding i18n and proper object disposal
2010-12-29 Mike GorseRevert "Send an event type as a struct rather than...
2010-12-29 Mike GorseSend an event type as a struct rather than a concatenat...
2010-12-28 Mike GorseAdd some verbosity to the warning displayed when GetIte...
2010-12-28 Mike GorseAdd a stub GetItems implementation into at-spi2-registryd
2010-12-09 Mike GorseSome attribute-related fixes
next