Catch toolkit name/version and AT-SPI version per-application
[platform/upstream/at-spi2-core.git] / atspi / atspi-accessible.c
2011-05-25 Mike GorseCatch toolkit name/version and AT-SPI version per-appli...
2011-05-24 Mike GorseDisable caching if ATSPI_NO_CACHE is set in the environ...
2011-05-24 Mike GorseAdd atspi_accessible_clear_cache
2011-05-24 Mike GorseClean up enums
2011-05-23 Mike GorseFix get_toolkit_version, and add get_atspi_version...
2011-05-23 Mike GorseDisable caching when not in atspi_event_main
2011-05-22 Mike GorseFix/rework selective caching
2011-05-06 Mike GorseFix memory leaks in get_toolkit_name and get_toolkit_ve...
2011-05-05 Mike GorseRemove some redundant out-of-memory checks
2011-05-05 Mike GorseDon't translate g_warning messages
2011-04-18 Mike GorseAdd atspi_accessible_get_id
2011-04-18 Mike GorseFix for BGO#648130: event host_application should retur...
2011-04-18 Mike GorseFix a crash introduced in last commit
2011-04-18 Mike GorseFix for BGO#648059: get_application should return somet...
2011-02-01 Mike GorseHave atspi_accessible_get_interfaces explicitly return...
2011-02-01 Mike GorseFix a crash
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 GorseFix most compiler warnings and various miscellaneous...
2011-01-24 Mike GorseMore error handling fixes
2011-01-20 Mario Sanchez PradaCheck whether an accessible object implements the ...
2011-01-06 Mike GorseFix some memory leaks
2011-01-04 Mike GorseAdd another NULL-app check for get_parent
2011-01-04 Mike GorseReturn exceptions for errors rather than printing warnings
2010-12-30 Mike GorseReturn a state set with STATE_DEFUNCT for 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 GorseFix atspi_accessible_get_description
2010-12-22 Mike GorseRemove some dead code
2010-12-21 Mike GorseFix a few warnings and documentation issues
2010-12-09 Mike GorseSome attribute-related fixes
2010-12-09 Mike GorseFix atspi_text_get_default_attributes
2010-12-03 Mike GorseChange some error return values to match AT-SPI-CORBA...
2010-12-03 Mike GorseSeveral cache-related fixes
2010-12-02 Mike GorseHypertext and hyperlink fixes
2010-12-01 Mike GorseAdd get_interfaces, and fetch interface/stateset over...
2010-12-01 Mike GorseFix uninitialized variable in get_index_in_parent
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 Action, Document, EditableText, Image, and Value...
2010-11-19 Mike GorseAdd selection interface
2010-11-19 Mike GorseAdd table interface
2010-11-19 Mike GorseAdd first pass at text interface
2010-11-17 Mike GorseVarious component fixes, and fix dbind_method_call_reen...
2010-11-12 Mike GorseVarious fixes
2010-11-09 Mike GorseHave atspi_accessible_get_host_application return an...
2010-11-08 Mike GorseMerge branch 'master' into gi
2010-11-07 Mike GorseFix some annotations and documentation issues
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