summaryrefslogtreecommitdiff
path: root/atk-adaptor/accessible-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-46/+51
* Relicense as LGPL 2.1Mike Gorse2019-08-281-4/+4
* Fix old FSF addressMike Gorse2019-08-271-2/+2
* Add atk_bridge_set_event_contextSamuel Thibault2019-04-011-2/+3
* Do not return without mutex unlockShinwoo Kim2018-03-051-4/+4
* Fix various warningsMike Gorse2013-02-041-2/+1
* Stop using deprecated glib functionsMike Gorse2012-11-261-6/+6
* Fix unused functions when compiling w/o debugBastien Nocera2012-10-111-1/+3
* Remove empty spi_cache_dispose() functionBastien Nocera2012-10-111-12/+0
* Fix an errant g_object_unrefMike Gorse2012-09-171-2/+1
* atk-adaptor: plug some refcount leaksCosimo Cecchi2012-09-131-2/+12
* Remove erroneous debug print introduced in last commitMike Gorse2012-09-131-1/+0
* Only initialize the cache when an AT is runningMike Gorse2012-09-131-0/+4
* Only add items to the cache on children-changed if they are passed inMike Gorse2012-07-091-7/+5
* Fix compile-time warningsBastien Nocera2012-06-141-1/+0
* Don't cache objects that return NULL when their state set is queriedMike Gorse2012-02-061-2/+3
* When an object goes away, remove from queue of pending cache additionsMike Gorse2012-01-211-0/+2
* Don't leak ref when processing a child-added signal with no object valueMike Gorse2011-12-121-5/+7
* Fixed some problems when shutting down and restarting the moduleMike Gorse2011-08-151-3/+11
* BGO#652858: Deregister objects on state-changed::defunctMike Gorse2011-06-231-1/+2
* Fix some memory leaks, initialize a variable, and add a NULL checkMario Lang2011-02-211-1/+1
* Ensure that an object is registered before adding it to the cacheMike Gorse2010-08-161-0/+5
* Treat children-changed::add:system as equivalent to children-changed::addMike Gorse2010-06-031-1/+2
* Move cache updates to an idleMike Gorse2010-05-181-13/+35
* Change the keystroke delivery methid re-entrancy fromMark Doffman2010-02-021-1/+6
* Fix build errorMike Gorse2010-01-111-1/+1
* Fix object lifecycle errors.Mark Doffman2010-01-051-7/+24
* Integrate leasing scheme in-to atk-bridge.Mark Doffman2010-01-051-0/+389