summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-4/+4
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-2/+2
2008-01-28[doc] Another enum nick expansionBehdad Esfahbod1-1/+1
2008-01-28[src] Fix gtk-doc warningsBehdad Esfahbod1-1/+1
2008-01-28Rename cairo_format_width to cairo_format_bits_per_pixel and correct its logicCarl Worth1-1/+2
2008-01-25[cairo-scaled-font] Fix bug in glyphs bounding box computationBehdad Esfahbod1-2/+2
2008-01-25[cairo-scaled-font] Unbreak it after my recent commitBehdad Esfahbod1-22/+19
2008-01-24[cairo-scaled-font] Don't err on font size 0, reallyBehdad Esfahbod1-11/+8
2008-01-24[cairo-scaled-font] Oops, return err if not handling itBehdad Esfahbod1-0/+4
2008-01-24[cairo-scaled-font] Don't err on font size 0Behdad Esfahbod1-2/+16
2008-01-22Fix usage of cairo_rectangle_int16_t leading to memory corruptionVladimir Vukicevic1-12/+12
2008-01-17[cairo-font-options] Treat NULL as a default cairo_font_options_tChris Wilson1-6/+12
2008-01-17[cairo-scaled-font] Propagate the error to the font.Chris Wilson1-4/+3
2008-01-17[cairo-scaled-font] Typo.Chris Wilson1-4/+4
2008-01-17[text] Set the extents on the error paths.Chris Wilson1-3/+16
2008-01-14[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphsBehdad Esfahbod1-24/+30
2008-01-13[cairo-scaled-font] Add missing matrix guard to cairo_scaled_font_create().Chris Wilson1-0/+3
2008-01-11Migrate glyph mask to A8 in case of mixed-format glyphs.Carl Worth1-3/+47
2007-11-01[cairo-scaled-font] Zero extents on early error.Chris Wilson1-1/+8
2007-10-05[cairo-scaled-font] Mask cannot be NULL so remove redundant check.Chris Wilson1-12/+9
2007-10-05[cairo-scaled-font] Destroy the zombie font.Chris Wilson1-22/+24
2007-10-04[cairo-scaled-font] Don't hold onto to a dropped font.Chris Wilson1-2/+6
2007-10-04[cairo-matrix] Check whether a matrix is invertible before use.Chris Wilson1-0/+3
2007-10-04[cairo-scaled-font] Freeze the font cache whilst iterating over glyphs.Chris Wilson1-0/+6
2007-10-04[cairo-scaled-font] Destroy the mask on the error path.Chris Wilson1-7/+10
2007-10-04[cairo-scaled-font] Store fatal errors on the cairo_scaled_font_t.Chris Wilson1-12/+23
2007-10-04[cairo-scaled-font] Return the error status from _cairo_scaled_font_set_error()Chris Wilson1-9/+9
2007-10-04[cairo-font-face] Set the error on the font.Chris Wilson1-0/+1
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-9/+7
2007-10-04[cairo-atomic] Use an atomic operation to set the status on a shared resource.Chris Wilson1-7/+6
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-0/+3
2007-09-25[cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson1-40/+37
2007-08-31Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson1-1/+1
2007-08-31[cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson1-1/+1
2007-08-23Fix inadvertent executable mode flip.Chris Wilson1-0/+0
2007-08-20[cairo-scaled-font] Document how glyph surfaces use device offsetsBehdad Esfahbod1-0/+106
2007-08-20Fix device_offset misuse in all glyph surface usesBehdad Esfahbod1-5/+3
2007-08-20[scaled-font] Really ignore ctm translationBehdad Esfahbod1-3/+5
2007-07-18[fixpt] remove dependency on some pixman typesVladimir Vukicevic1-3/+3
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-1/+1
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-1/+1
2007-06-06[cairo-scaled-font] Skip the mask composition onto the surface on error.Chris Wilson1-1/+1
2007-05-28[doc] Minor documentation fixesKouhei Sutou1-1/+1
2007-05-16[cairo-scaled-font] Return status of _cairo_scaled_font_glyph_path()Chris Wilson1-0/+3
2007-05-10[cairo-scaled-font] Check for allocation failure.Chris Wilson1-2/+8
2007-05-09[cairo-scaled-font] Check _cairo_scaled_glyph_loop() statusChris Wilson1-0/+2
2007-05-08[cairo-font-options] Check for the nil-object.Chris Wilson1-0/+10
2007-05-01[cairo-mutex] Make CAIRO_MUTEX_INIT/FINI take mutex object, not pointer to itBehdad Esfahbod1-2/+2
2007-04-21[scaled-font] Get rid of _cairo_scaled_font_test_set_max_glyphs_cached_per_fontBehdad Esfahbod1-11/+3
2007-04-21[scaled-font] Move cairo_scaled_font_t to cairo-scaled-font-private.hBehdad Esfahbod1-0/+1