Merge tag 'upstream/2.34.0' into tizen
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.c
2020-02-11 Artur ŚwigońMerge tag 'upstream/2.34.0' into tizen 02/224302/2 submit/tizen/20200213.221652
2020-02-07 Artur Świgoń2.34.0 73/224273/1 upstream/2.34.0
2019-02-11 Radoslaw CybulskiMerge upstream branch 2.31.1 into branch origin/tizen 19/199119/6 submit/tizen/20190213.001307 submit/tizen/20190213.060634
2019-02-01 Radoslaw Cybulski2.31.1 87/198387/2 upstream/2.31.1
2018-04-13 Paweł StawickiMerge branch 'upstream/2.26.1' into tizen 04/175804/2 accepted/tizen/unified/20180425.062248 submit/tizen/20180419.063831 submit/tizen/20180423.061623
2018-03-21 Paweł Stawicki[prevent][33973] Fix for unchecked return value 39/173339/2
2018-03-20 Paweł Stawicki[prevent][35766] Fix for unchecked return value 05/172905/3
2018-03-20 Paweł Stawicki[prevent][38655] Fix for unchecked return value 06/172906/3
2018-03-20 Paweł Stawicki[prevent][43479] Fix for missing va_end in _atspi_dbus_... 13/172913/2
2018-03-20 Paweł Stawicki[prevent][42662] Fix for unchecked return value 09/172909/3
2017-09-13 Radoslaw CybulskiFix crash, when dbus call in GetNeighbor fails 71/149571/2 accepted/tizen/unified/20170921.072321 submit/tizen/20170920.082902
2017-09-04 Alexander LarssonOptionally read the dbus address from env var AT_SPI_BU...
2017-08-10 Mariusz Wachowiczmove ref_accessible function to public scope 53/143553/4
2017-07-23 Shinwoo KimDecrements the reference count of session_bus
2017-06-29 JunsuChoiMerge "Add MoveOuted signal" into tizen
2017-06-29 Shinwoo KimMerge "Support many at-spi clients" into tizen
2017-06-28 Shinwoo KimUse deputy object sent by "GetNavigableAtPoint" 34/136234/1
2017-06-28 Radoslaw CybulskiAdd navigation helper functions for screen-reader and... 57/136157/1
2017-06-28 Shinwoo KimMerge "Decrements the reference count of session_bus...
2017-06-23 Shinwoo KimDecrements the reference count of session_bus 31/135531/1
2017-06-14 Mike GorseMerge branch 'wip/meson'
2017-06-02 Mike GorsePoll direct dbus connections in the main loop
2017-03-28 Shinwoo KimFix SVACE issue WID164553 - name is not NULL always
2017-03-28 Radoslaw Cybulskifix for non-navigatable end call window in call-ui...
2016-12-29 Shinwoo KimFix SVACE issue WID164553 - name is not NULL always
2016-12-29 Radoslaw Cybulskifix for non-navigatable end call window in call-ui...
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
next