summaryrefslogtreecommitdiff
path: root/src/cairo-ft-font.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-25Remove comment which had been incorrectly copiedCarl Worth1-15/+1
2006-06-20ft-font: Use compile-time test (WORDS_BIGENDIAN) rather than run-time functio...Carl Worth1-9/+2
2006-06-20Add new CAIRO_BITSWAP8 macro for swapping the bits within a byte.Carl Worth1-6/+3
2006-06-19freetype: Don't ignore antialias in some cases.Jinghua Luo1-28/+29
2006-06-19freetype: Compare all elements in ft_options but not use memcmp.Jinghua Luo1-1/+3
2006-06-18freetype: Clear target mode correctly in _cairo_ft_options_merge.Jinghua Luo1-1/+1
2006-06-18freetype: Fix warnings in _decompose_glyph_outline.Jinghua Luo1-4/+4
2006-06-18freetype: cleanup _cairo_ft_scaled_glyph_init.Jinghua Luo1-14/+18
2006-06-18freetype: Respect configurations in font pattern.Jinghua Luo1-103/+129
2006-06-14ft: If glyph->format is not OUTLINE use _render_glyph_bitmap to coerce to a b...Carl Worth1-4/+3
2006-06-14freetype: Return an error if the glyph format isn't outline or bitmapJinghua Luo1-2/+2
2006-06-13Change return type of _cairo_scaled_glyph_lookup to allow UNSUPPORTED.Carl Worth1-2/+2
2006-06-11freetype: build fix for _transform_glyph_bitmap.Jinghua Luo1-5/+4
2006-06-11ignore FC_MATRIX in font pattern.Jinghua Luo1-10/+1
2006-06-11freetype: rework _transform_glyph_bitmap.Jinghua Luo1-25/+33