summaryrefslogtreecommitdiff
path: root/src/cairo-cache.c
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix the gtk-doc syntax of internal symbolsKhaled Hosny2023-02-021-1/+2
* PDF Type 3 color fontsAdrian Johnson2023-01-291-0/+7
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-4/+4
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* cache: Tidy _cairo_cache_shrink_to_accommodate()Chris Wilson2010-04-111-7/+3
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [cache] Expose init/fini methods so that caches can be embedded.Chris Wilson2009-06-011-69/+35
* [scaled-font] Lean and mean global glyph cache.Chris Wilson2009-03-161-22/+17
* [scaled-font] Global glyph cacheChris Wilson2009-01-291-12/+24
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-3/+3
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-2/+2
* Add CairoScript backend.Chris Wilson2008-11-131-17/+24
* [hash] Return lookup entry.Chris Wilson2008-11-071-5/+3
* Fixup a couple of trivials doc warnings.Chris Wilson2008-10-071-2/+1
* [cairo-cache] Fixup doc comment.Chris Wilson2008-08-171-2/+2
* [cairo-cache] Simplify a status return to boolean.Chris Wilson2008-08-171-15/+8
* Fix newly detected doc syntax issuesBehdad Esfahbod2008-06-011-1/+1
* [doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod2008-01-281-2/+2
* [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-3/+3
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-2/+2
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+3
* Move cairo_cache_t to cairo-types-private.hBehdad Esfahbod2007-04-211-11/+0
* Spell check the docsBehdad Esfahbod2007-01-071-6/+6
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-2/+0
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-15/+15
* Originally 2005-09-06 Carl Worth <cworth@cworth.org>:Carl Worth2005-09-121-38/+83
* Clean up some documentation issues pointed out by otaylor.Carl Worth2005-09-021-12/+12
* Split out scaled font code to cairo-scaled-font.cKeith Packard2005-08-311-421/+239
* Fixes for bug #4110:Carl Worth2005-08-171-1/+1
* 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
* Add cairo_cache.cGraydon Hoare2004-10-081-0/+454