Fix memory management issues
[platform/upstream/at-spi2-core.git] / atspi / atspi-event-listener.c
2020-02-14 Artur ŚwigońFix memory management issues 90/224990/3 accepted/tizen/unified/20200221.093534 submit/tizen/20200217.221032 submit/tizen/20200218.214546 submit/tizen/20200219.213751 submit/tizen/20200220.222107
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-23 Paweł Stawicki[prevent][73691] Fix for resource leak 67/176767/1 accepted/tizen/unified/20180430.172433 submit/tizen/20180428.005615 submit/tizen/20180430.064002
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][38682] Fix for resource leak 38/173338/2
2018-03-20 Paweł Stawicki[prevent][23957] Remove logically dead code 14/172914/2
2017-07-03 Rico TzschichholzFix a couple of introspection issues
2017-02-14 Rui Matosatspi-event-listener: Plug a memory leak accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170302.151603 accepted/tizen/ivi/20170302.121458 accepted/tizen/mobile/20170302.120955 accepted/tizen/tv/20170302.121138 accepted/tizen/unified/20170309.034855 accepted/tizen/wearable/20170302.121436 submit/tizen/20170302.063947 submit/tizen_unified/20170308.100411
2016-04-11 Rui Matosatspi-event-listener: Plug a memory leak
2015-10-24 Owen W. TaylorFix reversed check for NULL child
2015-10-23 Shinwoo Kim[Prevent] 85/49785/2
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