summaryrefslogtreecommitdiff
path: root/src/cairo-hash-private.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2009-03-16[scaled-font] Lean and mean global glyph cache.Chris Wilson1-5/+1
2009-01-29[scaled-font] Global glyph cacheChris Wilson1-0/+4
2008-11-07[hash] Return lookup entry.Chris Wilson1-4/+3
2007-09-25Move GCC attributes wrapping into a separate header.Chris Wilson1-0/+1
2007-08-23Remove include of cairoint.h from *-private.h header files.Carl Worth1-1/+0
2007-08-22[Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod1-0/+1
2007-04-21Move cairo_hash_entry_t to cairo-types-private.hBehdad Esfahbod1-38/+0
2007-04-21Move cairo_cache_t to cairo-types-private.hBehdad Esfahbod1-2/+2
2006-03-22Make all hash/cache keys_equal function accept const pointers.Carl Worth1-1/+1
2005-07-12Remove destroy notifier. This simplifies the implementation a bit, and no ant...Carl Worth1-8/+17
2005-06-29Add _cairo_hash_table_random_entry.Carl Worth1-1/+4
2005-06-29Rewrite hash table to use a single cairo_hash_entry_t* rather than void *key ...Carl Worth1-15/+43
2005-06-29Rework the cache code as a hast table with a much simpler interface, (no obje...Carl Worth1-0/+85