summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-14[scaled-font] Avoid repeated lookup of the same unicode during text->glyphsChris Wilson1-22/+41
2009-01-02[scaled-font] Post-process hash value.Chris Wilson1-0/+15
2009-01-02[scaled-font] Switch to a constant loop for hashing.Chris Wilson1-10/+8
2008-12-29make "make check" happy againChris Wilson1-0/+2
2008-12-26[scaled-font] Make cairo_debug_reset_static_data() work againBehdad Esfahbod1-3/+1
2008-12-20[toy-font-face] Move toy font face code in a file of its ownBehdad Esfahbod1-1/+3
2008-12-18[scaled-font] Make check-doc happyChris Wilson1-2/+2
2008-12-18[image] Eliminate the short-lived context used for coercing.Chris Wilson1-19/+21
2008-12-17Add a missing _cairo_error() to a bunch of status returns.Jeff Muizelaar1-7/+7
2008-12-17[scaled-font] Improve docsBehdad Esfahbod1-1/+7
2008-12-17Clean up toy font face handlingBehdad Esfahbod1-10/+9
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-5/+7
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-15/+14
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-36/+36
2008-11-13Add CairoScript backend.Chris Wilson1-0/+5
2008-11-13[hash] Separate out unique patterns of iterating over the table.Chris Wilson1-4/+7
2008-11-07[hash] Return lookup entry.Chris Wilson1-10/+8
2008-10-31Merge branch '1.8'Chris Wilson1-1/+1
2008-10-31[scaled-font] Fix typo that prevented meta_surface lookup.Chris Wilson1-1/+1
2008-10-30[scaled-font] Eliminate shadowed variable.Chris Wilson1-1/+0
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-1/+1