summaryrefslogtreecommitdiff
path: root/src/cairo-cache.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02doc: Fix the gtk-doc syntax of internal symbolsKhaled Hosny1-1/+2
2023-01-29PDF Type 3 color fontsAdrian Johnson1-0/+7
2021-07-25Use uintptr_t for all casts between pointer and integerAdrian Johnson1-4/+4
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-11cache: Tidy _cairo_cache_shrink_to_accommodate()Chris Wilson1-7/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-06-01[cache] Expose init/fini methods so that caches can be embedded.Chris Wilson1-69/+35
2009-03-16[scaled-font] Lean and mean global glyph cache.Chris Wilson1-22/+17
2009-01-29[scaled-font] Global glyph cacheChris Wilson1-12/+24
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-3/+3
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-2/+2
2008-11-13Add CairoScript backend.Chris Wilson1-17/+24
2008-11-07[hash] Return lookup entry.Chris Wilson1-5/+3
2008-10-07Fixup a couple of trivials doc warnings.Chris Wilson1-2/+1
2008-08-17[cairo-cache] Fixup doc comment.Chris Wilson1-2/+2
2008-08-17[cairo-cache] Simplify a status return to boolean.Chris Wilson1-15/+8
2008-06-01Fix newly detected doc syntax issuesBehdad Esfahbod1-1/+1
2008-01-28[doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-3/+3
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-2/+2
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+3
2007-04-21Move cairo_cache_t to cairo-types-private.hBehdad Esfahbod1-11/+0
2007-01-07Spell check the docsBehdad Esfahbod1-6/+6
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-2/+0
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-15/+15
2005-09-12Originally 2005-09-06 Carl Worth <cworth@cworth.org>:Carl Worth1-38/+83
2005-09-02Clean up some documentation issues pointed out by otaylor.Carl Worth1-12/+12
2005-08-31Split out scaled font code to cairo-scaled-font.cKeith Packard1-421/+239
2005-08-17Fixes for bug #4110:Carl Worth1-1/+1
2005-06-25Provide locking macros, implement with pthreads.Keith Packard1-9/+15
2005-06-03Remove unused cache->refcount and _cairo_cache_reference().Carl Worth1-20/+8
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth1-0/+6
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth1-3/+3
2005-04-06Fix reversed arguments in call to calloc.Carl Worth1-2/+3
2005-02-03Fix missing cairo_ft_font_unlock_face().Owen Taylor1-1/+1
2005-01-21Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor1-20/+84
2005-01-11Fix math library detection to use autotools helperKeith Packard1-2/+4
2004-12-20Add _cairo_gstate_restore_external_state, _cairo_fixed_integer_floor and _cai...Alexander Larsson1-4/+6
2004-11-23Note that text_cache_crash is expected to fail.Carl Worth1-3/+0
2004-11-23Add note that bug has been fixed. (main): Instrumentation code for testing ca...Carl Worth1-8/+7
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-0/+454