Fix a couple of introspection issues
[platform/upstream/at-spi2-core.git] / atspi / atspi-event-listener.c
2017-07-03 Rico TzschichholzFix a couple of introspection issues
2016-04-11 Rui Matosatspi-event-listener: Plug a memory leak
2015-10-24 Owen W. TaylorFix reversed check for NULL child
2015-10-12 Owen W. TaylorDon't crash if we get a object:children-changed event...
2015-08-14 Mike GorseModified cache API to include index and child count...
2014-07-19 Mike GorseFix lifecycle of an accessible's cache
2014-03-17 Alejandro PiñeiroAdd a check NULL of the source accessible handling...
2014-02-24 Mike GorseDon't pass empty property array to RegisterEvent
2014-02-01 Mike GorseAllow caching of data sent with events and requesting...
2013-10-10 Mike GorseMake AtspiEventListenerCb not call for a const datum
2013-08-29 Alejandro Piñeiroskipping atspi_event_listener_[register/deregister...
2013-07-15 Mike GorseSkip atspi_(event|device)_listener_new_simple
2013-05-10 Mike GorseMerge branch 'enum-types'
2013-02-04 Mike GorseFix some warnings
2012-12-17 Patrick WelcheMake documentation for atspi_event_listener_new() appear.
2012-12-05 Mike GorseFix a crash when parsing events
2012-11-20 Mike GorseRe-register keystroke listeners if the registry goes...
2012-10-26 Mike GorseOnly call an event listener once per event
2012-10-05 Mike GorseUpdate cache in response to role change notifications
2012-09-14 William Jon McCannDon't leak errors
2012-07-18 Mike GorseCode clean-ups
2012-07-09 Mike GorseFix abort on an error while removing a match rule
2012-02-21 Mike GorseInvalidate states when receiving a focus event
2012-02-19 Mike GorseDon't g_object_unref a NULL object for event variant
2011-12-16 Mike GorseFree match rule array only once when deregistering...
2011-12-15 Mike GorseSupport sub-details for events
2011-09-19 Mike GorseMake the correct method call when deregistering an...
2011-09-19 Mike GorseAvoid dereferencing a null message
2011-09-19 Li YuanBGO#657051: Fix build error on Solaris
2011-08-24 Aline BessaImproving atspi-event-listener documentation
2011-07-27 Mike GorseClean up names of private functions
2011-07-06 Mike GorseAPI changes to device and event listeners for compatibi...
2011-06-28 Mike GorseFix a failure to respond to children-changed events...
2011-05-05 Mike GorseRemove some redundant out-of-memory checks
2011-05-05 Mike GorseDon't translate g_warning messages
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-28 Mike GorseAdd a NULL check into atspi_event_listener_register_fro...
2011-01-24 Mike GorseMore error handling fixes
2011-01-07 Mike GorseUpdate the cache before raising an event to a listener...
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 GorseRevert "Fix a crash when deregistering event listeners"
2010-12-29 Mike GorseFix a crash when deregistering event listeners
2010-12-29 Mike GorseSend an event type as a struct rather than a concatenat...
2010-12-29 Mike GorseAdd error message for events with the wrong signature
2010-12-29 Mike GorseFix crash with event listener deregistration
2010-12-21 Mike GorseFix a few warnings and documentation issues
2010-12-21 Mike GorseAdd a trailing colon for focus events
2010-12-06 Mike GorseFix updating cache from events
2010-12-02 Mike GorseFix copying of event any_data
2010-12-02 Mike GorseRemove old accessible data before adding from an iter
2010-11-29 Mike GorseVarious fixes
2010-11-17 Mike GorseVarious component fixes, and fix dbind_method_call_reen...
2010-11-12 Mike GorseVarious fixes
2010-11-08 Mike GorseMerge branch 'master' into gi
2010-11-07 Mike GorseFix a couple of crashes introduced in the last commit
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