summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font.c
Commit message (Expand)AuthorAgeFilesLines
...
* scaled-font: Refactor the hash computationChris Wilson2012-02-281-31/+23
* scaled-font: Key the cache on the original font faceChris Wilson2012-02-281-87/+94
* Introduce a new compositor architectureChris Wilson2011-09-121-26/+85
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* hash: Compare hash values before calling keys_equalAndrea Canciani2011-08-011-13/+1
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-4/+2
* composite: Perform a quick is-clipped for glyphsChris Wilson2011-07-241-14/+13
* scaled-font: Single glyph extent computations are worryingly frequentChris Wilson2011-07-241-0/+45
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-7/+7
* pattern: Add observer hooksChris Wilson2011-07-151-0/+1
* scaled-font: Fix assertions for original font-face vs font-faceChris Wilson2011-07-141-1/+2
* scaled-font: Key the cache on the orignal font_faceChris Wilson2011-07-131-2/+2
* Avoid implicit conversion to double when roundingJeff Muizelaar2011-05-191-2/+2
* Silence the compiler for another couple of RGB30 switchesChris Wilson2011-05-041-0/+1
* scaled font: Fix the docs for cairo_scaled_font_get_font_faceUli Schlachter2011-01-271-2/+3
* scaled-font: assert that we hold the scaled-font mutex when looking up glyphsChris Wilson2010-12-131-0/+2
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+1
* Actually implement round_glpyh_positionsUli Schlachter2010-10-211-2/+9
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+10
* user-font: correct handling of size 0 textAndrea Canciani2010-06-301-3/+2
* scaled-font: fine-tune cachingDmitri Vorobiev2010-06-141-16/+45
* scaled-font: optimize cairo_scaled_font_text_to_glyphs()Dmitri Vorobiev2010-06-101-54/+114
* scaled-font: Pluck last glyph from the most recent page.Chris Wilson2010-05-051-1/+1
* scaled-font: Convert to cairo_list_tChris Wilson2010-05-041-24/+22
* scaled-font: Remove MRU cache upon detection of error.Chris Wilson2010-05-041-1/+14
* scaled-font: Check for an error return when retrieving the implementationChris Wilson2010-05-031-0/+8
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Silence enumeration warnings following addition of RGB16_565Chris Wilson2010-03-301-0/+1
* scaled-glyph: Allow removal info fields.Chris Wilson2010-03-301-3/+16
* scaled-font: Optimize cairo_scaled_font_lookup()Chris Wilson2010-03-301-53/+20
* scaled-font: Destroy the old surface when replacing scaled_glyph->recordingChris Wilson2010-03-231-3/+8
* gl: Decouple cache from scaled-font on context destructionChris Wilson2010-03-221-0/+1
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-0/+1
* image: split cairo_image_surface_coerce()Benjamin Otte2010-02-231-1/+1
* text: Fix assert failure from compositing by SOURCE with a mask internally.M Joonas Pihlaja2010-02-221-1/+1
* pattern: Add convenience patterns for stock coloursChris Wilson2010-01-221-7/+2
* scaled-font: Use tight glyph bounds when determining overlap.Chris Wilson2010-01-221-30/+25
* configure: Globally define AC_GNU_SOURCEChris Wilson2010-01-221-2/+0
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* scaled-font: Fix documentation examples with incorrect derefsChris Wilson2009-10-261-10/+10
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-14/+14
* Support component-alpha.Chris Wilson2009-10-211-6/+8
* [xlib] Discard clip if larger than glyph extentsChris Wilson2009-09-111-0/+36
* [scaled-font] Fix implementation-face refleakChris Wilson2009-08-291-1/+8
* [scaled-font] Refleak on error path.Chris Wilson2009-08-291-5/+4
* [scaled-font] Eliminate intermediate path when tracing glyphsChris Wilson2009-08-291-29/+22
* [scaled-font] Remove assert from cairo_scled_font_create()Chris Wilson2009-08-291-1/+4
* Add 'flight-data-recorder' utility.Chris Wilson2009-08-291-0/+16
* [scaled-font] Update API documentationChris Wilson2009-08-101-2/+1
* [gl] Fallback for overlapping glyphs.Chris Wilson2009-07-281-2/+21