summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font-private.h
Commit message (Expand)AuthorAgeFilesLines
* Foreground color fixes for ft, svg, colrv1Adrian Johnson2023-01-271-3/+3
* Add new cairo_user_scaled_font_get_foreground_source() functionAdrian Johnson2023-01-261-1/+5
* Make cairo_scaled_font_t mutex recursiveLuca Bacci2022-09-051-1/+1
* Fix deadlock in cairo-scaled-font.cAdrian Johnson2022-05-281-0/+1
* Fix the scaled_glyph_init color glyph logicAdrian Johnson2022-04-251-4/+3
* Allow user fonts to use the foreground colorAdrian Johnson2021-09-181-2/+3
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-1/+8
* Add color user-font supportAdrian Johnson2021-08-141-0/+2
* Expose 'has color glyphs' as a scaled font propertyMatthias Clasen2017-07-291-0/+2
* Add support for color glyphs to cairo_scaled_glyph_tMatthias Clasen2017-07-291-0/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-8/+60
* scaled-font: Convert to cairo_list_tChris Wilson2010-05-041-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* gl: Decouple cache from scaled-font on context destructionChris Wilson2010-03-221-0/+2
* Add 'flight-data-recorder' utility.Chris Wilson2009-08-291-0/+3
* [scaled-font] Close race from 16d128Chris Wilson2009-06-051-3/+3
* [scaled-font] Lean and mean global glyph cache.Chris Wilson2009-03-161-2/+4
* [scaled-font] Hold reference to original font faceChris Wilson2009-02-241-0/+2
* [scaled-font] Global glyph cacheChris Wilson2009-01-291-2/+4
* Add CairoScript backend.Chris Wilson2008-11-131-4/+5
* [cairo-scaled-font] Clean up recent locking changesBehdad Esfahbod2008-05-251-1/+1
* [user-font] Fix fontmap lockingBehdad Esfahbod2008-05-251-0/+2
* [cairo-scaled-font] Implement _cairo_scaled_font_get_max_scale()Behdad Esfahbod2008-05-241-0/+1
* [cairo-scaled-font] Mark the scaled font as finished during destruction.Chris Wilson2008-05-061-0/+2
* [cairo-scaled-font] Don't err on font size 0, reallyBehdad Esfahbod2008-01-241-0/+1
* [cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson2007-09-251-1/+2
* Remove include of cairoint.h from *-private.h header files.Carl Worth2007-08-231-1/+1
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-1/+1
* [cairo-mutex-private.h] Move implementation-specific parts to cairo-mutex-typ...Behdad Esfahbod2007-05-011-1/+1
* [scaled-font] Get rid of _cairo_scaled_font_test_set_max_glyphs_cached_per_fontBehdad Esfahbod2007-04-211-0/+1
* Move cairo_hash_entry_t to cairo-types-private.hBehdad Esfahbod2007-04-211-0/+2
* [scaled-font] Move cairo_scaled_font_t to cairo-scaled-font-private.hBehdad Esfahbod2007-04-211-0/+109