summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-95/+37
2009-06-19[scaled-font] Check the MRU font before resolving the implementorChris Wilson1-8/+15
2009-06-07[scaled-font] Report the original-font-faceChris Wilson1-0/+3
2009-06-07[ft] Support font_face->get_implementationChris Wilson1-6/+14
2009-06-05[scaled-font] Close race from 16d128Chris Wilson1-10/+23
2009-06-02[scaled-font] Cache repeated glyphs during probing device_extentsChris Wilson1-12/+23
2009-06-02[scaled-font] Compare most recently used font directlyChris Wilson1-5/+23
2009-06-02[scaled-font] Lazily acquire the font_map_lock on font destruction.Chris Wilson1-15/+17
2009-06-01[cache] Expose init/fini methods so that caches can be embedded.Chris Wilson1-17/+18
2009-05-15[debug] Check image contents using memcheck.Chris Wilson1-0/+3
2009-04-23[memfault] Manually inject faults when using stack allocationsChris Wilson1-0/+3
2009-03-17Support compiling without fontconfigBehdad Esfahbod1-2/+2
2009-03-16[scaled-font] Improve comments.Chris Wilson1-3/+3
2009-03-16[scaled-font] Lean and mean global glyph cache.Chris Wilson1-195/+201
2009-03-16[scaled-font] Initialise original_font_faceChris Wilson1-0/+1
2009-02-24[scaled-font] Hold reference to original font faceChris Wilson1-4/+13
2009-01-29[scaled-font] Differentiate fatal error when creating fontsChris Wilson1-1/+7
2009-01-29[scaled-font] Guard against invalid matrices when creating the scaled font.Chris Wilson1-2/+20
2009-01-29[scaled-font] Global glyph cacheChris Wilson1-87/+219