summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-09[cairo-ft] Revert "Force non-AA text when using a bitmap strike with only sca...Behdad Esfahbod1-24/+0
2007-11-26Force non-AA text when using a bitmap strike with only scaling transform.Keith Packard1-0/+24
2007-11-26[malloc] Take advantage of calloc() argument checking.Chris Wilson1-2/+2
2007-11-26[cairo-ft-font] Ignore FT_Load_Glyph errors other than out-of-memoryBehdad Esfahbod1-5/+9
2007-11-26[cairo-ft-font] Early detection of a zero sized bitmap.Chris Wilson1-0/+6
2007-11-26[cairo-ft-font] Decrement lock count on error.Chris Wilson1-0/+1
2007-11-20[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-2/+2
2007-06-05[cairo-ft-font] Markup error paths with _cairo_error().Chris Wilson1-17/+41
2007-05-30[cairo-ft-font] Propagate error rather than asserting.Chris Wilson1-11/+30
2007-05-25[cairo-ft-font] Remove erroneous cached font faces.Chris Wilson1-4/+11
2007-05-16[cairo-ft-font] Destroy the path on error.Chris Wilson1-10/+12
2007-05-16[cairo-ft-font] Destroy the unscaled reference on error.Chris Wilson1-0/+1
2007-05-16[cairo-ft-font] Race between unscaled removal from hash table and creationChris Wilson1-1/+1
2007-05-16[cairo-ft-font] Destroy surface if glyph transformation fails.Chris Wilson1-1/+4
2007-05-01[cairo-mutex] Make CAIRO_MUTEX_INIT/FINI take mutex object, not pointer to itBehdad Esfahbod1-2/+2
2007-04-10Add missing error check of return value of _cairo_path_fixed_close_pathCarl Worth1-2/+4
2007-04-09Free the bitmap->buffer on failureChris Wilson1-1/+6
2007-04-09cairo-ft-font - handle trivial failuresChris Wilson1-28/+54
2007-04-06_get_bitmap_surface - check for calloc failureChris Wilson1-0/+2
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-1/+3
2007-03-20Move declaration of cairo_mutex_t to cairo-mutex-private.hMathias Hasselmann1-1/+0
2007-03-20Initialize mutexes at central location.Mathias Hasselmann1-2/+1
2007-03-09Fix a LOCK vs. UNLOCK typo, (yes, I'm that stupid).Carl Worth1-1/+1
2007-03-05Rename all mutex variables to start with an underscoreBehdad Esfahbod1-6/+6
2007-02-22[FreeType] Truely return unhinted advance width if metrics hinting is offBehdad Esfahbod1-4/+11
2007-02-13Fix cairo_ft_unscaled_font_t to have a lock_count again not an is_locked BooleanCarl Worth1-6/+6
2007-02-13Add missing call to set_scale of unscaled_font in scaled_glyph initCarl Worth1-0/+3
2007-02-13Add mutex to implement _cairo_ft_unscaled_font_lock_face and _cairo_ft_unscal...Carl Worth1-29/+53
2007-02-13Avoid public cairo_ft_scaled_font_lock_face for internal useCarl Worth1-3/+3
2007-02-13Add missing _cairo_ft_unscaled_font_unlock_face to _cairo_ft_scaled_font_createCarl Worth1-0/+2
2007-02-07PDF: Make text selection and extraction workAdrian Johnson1-0/+33
2007-01-07Spell check the docsBehdad Esfahbod1-3/+3
2006-12-10[FreeType] Remove "UNSUPPORTED" show_glyphs stub and NULL its entryBehdad Esfahbod1-18/+1
2006-12-08[FreeType] Do not return large structs from functionsBehdad Esfahbod1-12/+13
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang1-2/+2
2006-09-05Add many missing slim_hidden calls to bypass PLT entries for local use of pub...Carl Worth1-0/+3
2006-09-01bug 8104: Eliminate unused variables. Replicate assert statement to identify ...Carl Worth1-7/+2
2006-08-15[FreeType] Use _cairo_ft_scaled_font_is_vertical where appropriateBehdad Esfahbod1-2/+2
2006-08-15[FreeType] Fix vertical metrics adjustment to work with non-identity shapesBehdad Esfahbod1-11/+18
2006-08-15[FreeType] Fix comment about font coordinateBehdad Esfahbod1-2/+1
2006-08-10Remove the ft_load_sfnt_table check from PS/PDF/SVG backendsBehdad Esfahbod1-0/+3
2006-08-08[FreeType] Unset and set to FC_RGBA_NONE the FC_RGBA attribute on patternBehdad Esfahbod1-1/+3
2006-08-08Restructure subpixel_order handling such that the code doesn't look suspicious!Behdad Esfahbod1-5/+10
2006-08-08[fontconfig] Set FC_RGBA_NONE on the pattern if we don't want subpixel.Behdad Esfahbod1-0/+2
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth1-0/+5
2006-08-07Add -Wswitch-enum compiler flag and fix all trivial warningsCarl Worth1-0/+5
2006-08-03Use base pointer to avoid compiler warning.Carl Worth1-1/+1
2006-08-03Fail FreeType load_truetype_table on vertical fonts as we don't do itBehdad Esfahbod1-0/+3
2006-08-02Remove freetype dependency for truetype subsetting code.Adrian Johnson1-0/+26
2006-06-29Skip TrueType font output for PS/PDF until it handles vertical layout.Keith Packard1-1/+15