summaryrefslogtreecommitdiff
path: root/src/cairo-hash-private.h
Commit message (Expand)AuthorAgeFilesLines
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* [scaled-font] Lean and mean global glyph cache.Chris Wilson2009-03-161-5/+1
* [scaled-font] Global glyph cacheChris Wilson2009-01-291-0/+4
* [hash] Return lookup entry.Chris Wilson2008-11-071-4/+3
* Move GCC attributes wrapping into a separate header.Chris Wilson2007-09-251-0/+1
* Remove include of cairoint.h from *-private.h header files.Carl Worth2007-08-231-1/+0
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-0/+1
* Move cairo_hash_entry_t to cairo-types-private.hBehdad Esfahbod2007-04-211-38/+0
* Move cairo_cache_t to cairo-types-private.hBehdad Esfahbod2007-04-211-2/+2
* Make all hash/cache keys_equal function accept const pointers.Carl Worth2006-03-221-1/+1
* Remove destroy notifier. This simplifies the implementation a bit, and no ant...Carl Worth2005-07-121-8/+17
* Add _cairo_hash_table_random_entry.Carl Worth2005-06-291-1/+4
* Rewrite hash table to use a single cairo_hash_entry_t* rather than void *key ...Carl Worth2005-06-291-15/+43
* Rework the cache code as a hast table with a much simpler interface, (no obje...Carl Worth2005-06-291-0/+85