summaryrefslogtreecommitdiff
path: root/atspi/atspi-event-listener.c
Commit message (Expand)AuthorAgeFilesLines
...
* Free match rule array only once when deregistering event listenersMike Gorse2011-12-161-2/+3
* Support sub-details for eventsMike Gorse2011-12-141-22/+58
* Make the correct method call when deregistering an event listenerMike Gorse2011-09-191-1/+1
* Avoid dereferencing a null messageMike Gorse2011-09-191-1/+2
* BGO#657051: Fix build error on SolarisLi Yuan2011-09-181-2/+2
* Improving atspi-event-listener documentationAline Bessa2011-08-231-11/+24
* Clean up names of private functionsMike Gorse2011-07-261-1/+1
* API changes to device and event listeners for compatibility with jsMike Gorse2011-07-061-2/+25
* Fix a failure to respond to children-changed events in some casesMike Gorse2011-06-281-1/+1
* Remove some redundant out-of-memory checksMike Gorse2011-05-051-28/+10
* Don't translate g_warning messagesMike Gorse2011-05-051-2/+2
* Update copyright and add some missing license infoMike Gorse2011-01-311-0/+1
* Add atspi_accessible_set_cache_maskMike Gorse2011-01-311-3/+3
* Fix most compiler warnings and various miscellaneous problemsMike Gorse2011-01-281-10/+10
* Add a NULL check into atspi_event_listener_register_from_callbackMike Gorse2011-01-281-0/+6
* More error handling fixesMike Gorse2011-01-241-21/+33
* Update the cache before raising an event to a listener, not afterMike Gorse2011-01-071-1/+2
* Initial pass at adding i18n and proper object disposalMike Gorse2010-12-291-2/+5
* Revert "Send an event type as a struct rather than a concatenated string"Mike Gorse2010-12-291-114/+73
* Revert "Fix a crash when deregistering event listeners"Mike Gorse2010-12-291-1/+1
* Fix a crash when deregistering event listenersMike Gorse2010-12-291-1/+1
* Send an event type as a struct rather than a concatenated stringMike Gorse2010-12-291-73/+114
* Add error message for events with the wrong signatureMike Gorse2010-12-291-3/+7
* Fix crash with event listener deregistrationMike Gorse2010-12-291-1/+6
* Fix a few warnings and documentation issuesMike Gorse2010-12-211-3/+1
* Add a trailing colon for focus eventsMike Gorse2010-12-211-0/+10
* Fix updating cache from eventsMike Gorse2010-12-061-4/+6
* Fix copying of event any_dataMike Gorse2010-12-021-2/+2
* Remove old accessible data before adding from an iterMike Gorse2010-12-021-0/+2
* Various fixesMike Gorse2010-11-291-20/+32
* Various component fixes, and fix dbind_method_call_reentrant_vaMike Gorse2010-11-171-26/+153
* Various fixesMike Gorse2010-11-121-16/+21
* Fix a couple of crashes introduced in the last commitMike Gorse2010-11-071-2/+5
* Fix some annotations and documentation issuesMike Gorse2010-11-071-2/+2
* Box some types, add missing header file, and other fixesMike Gorse2010-11-071-19/+100
* Some work on event support; many bug fixesMike Gorse2010-11-051-0/+620