Add some defensive checks to prevent problems with defunct objects
[platform/upstream/at-spi2-core.git] / atspi / atspi-misc.c
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
2010-12-04 Mike GorseAdd a check for a NULL message
2010-12-04 Mike GorseUse peer-to-peer connections when available
2010-12-03 Mike GorseSeveral cache-related fixes
2010-12-02 Mike GorseRemove old accessible data before adding from an iter
2010-12-01 Mike GorseAdd get_interfaces, and fetch interface/stateset over...
2010-12-01 Mike GorseAdd time-out, and support inspecting our own app
2010-11-29 Mike GorseVarious fixes
2010-11-28 Mike GorseReally commit fixes; make unit tests pass
2010-11-24 Mike GorseState and action fixes
2010-11-23 Mike GorseAdd first pass at MatchRule/Collection implementation
2010-11-20 Mike GorseAdd Hypertext and Hyperlink and some refactoring to...
2010-11-19 Mike GorseAdd table interface
2010-11-19 Mike GorseAdd first pass at text interface
2010-11-12 Mike GorseVarious fixes
2010-11-08 Mike GorseMerge branch 'master' into gi
2010-11-07 Mike GorseBox some types, add missing header file, and other...
2010-11-05 Mike GorseSome work on event support; many bug fixes
2010-11-01 Mike GorseStarted work on component interface; various fixes...
2010-10-27 Mike GorseVarious bug fixes
2010-10-26 Mike GorseMerge branch 'master' into gi
2010-10-26 Mike GorseInitial commit, not even close to being usable yet