summaryrefslogtreecommitdiff
path: root/src/cairo-hash.c
Commit message (Expand)AuthorAgeFilesLines
* Fix font count in Inkscape's win32 pdf exportNathan Lee2022-03-091-1/+1
* Misc. typosluz.paz2019-01-311-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* hash: Keep a simple lut in front of the main hashChris Wilson2012-03-101-6/+20
* hash: Code cleanupAndrea Canciani2011-08-031-62/+52
* hash: Improve handling of dead entriesAndrea Canciani2011-08-031-38/+53
* hash: Compare hash values before calling keys_equalAndrea Canciani2011-08-011-3/+28
* hash: Improve double hashingAndrea Canciani2011-08-011-13/+5
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-6/+0
* [scaled-font] Lean and mean global glyph cache.Chris Wilson2009-03-161-55/+0
* [scaled-font] Global glyph cacheChris Wilson2009-01-291-33/+84
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-3/+3
* [compiler] likelihood macrosChris Wilson2008-11-191-1/+1
* [hash] Separate out unique patterns of iterating over the table.Chris Wilson2008-11-131-100/+85
* [hash] Return lookup entry.Chris Wilson2008-11-071-16/+8
* [hash] Set is_unique when finding an available for insertsKarl Tomlinson2008-11-071-9/+7
* Fix newly detected doc syntax issuesBehdad Esfahbod2008-06-011-4/+4
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-1/+1
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-18/+18
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-6/+4
* [malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!Chris Wilson2007-10-041-3/+3
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-2/+7
* Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth2007-04-101-1/+1
* Remove the entry if we return an error code during _cair_hash_table_insert.Chris Wilson2007-04-091-2/+9
* Define and use ARRAY_LENBehdad Esfahbod2007-03-201-1/+1
* Add -Wsign-compare compiler flag and fix all warningsCarl Worth2006-07-281-1/+1
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-3/+3
* Remove trailing whitespace from lines with a single brace.Carl Worth2006-06-061-2/+2
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-15/+15
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-7/+7
* Allow hash entry deletion during cairo_hash_foreachKeith Packard2006-04-111-5/+38
* Remove destroy notifier. This simplifies the implementation a bit, and no ant...Carl Worth2005-07-121-64/+51
* Remove debugging printfs.Carl Worth2005-06-291-4/+0
* Add _cairo_hash_table_random_entry.Carl Worth2005-06-291-21/+117
* Rewrite hash table to use a single cairo_hash_entry_t* rather than void *key ...Carl Worth2005-06-291-152/+180
* Rework the cache code as a hast table with a much simpler interface, (no obje...Carl Worth2005-06-291-368/+275
* Provide locking macros, implement with pthreads.Keith Packard2005-06-251-9/+15
* Remove unused cache->refcount and _cairo_cache_reference().Carl Worth2005-06-031-20/+8
* Add CODING_STYLE document to standardize on some style issues.Carl Worth2005-06-031-0/+6
* Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth2005-05-061-3/+3
* Fix reversed arguments in call to calloc.Carl Worth2005-04-061-2/+3
* Fix missing cairo_ft_font_unlock_face().Owen Taylor2005-02-031-1/+1
* Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor2005-01-211-20/+84
* Fix math library detection to use autotools helperKeith Packard2005-01-111-2/+4
* Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor and _cai...Alexander Larsson2004-12-201-4/+6
* Note that text_cache_crash is expected to fail.Carl Worth2004-11-231-3/+0
* Add note that bug has been fixed. (main): Instrumentation code for testing ca...Carl Worth2004-11-231-8/+7
* Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth2004-10-211-1/+1