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