summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-13[surface] Separate the mime-data from the user-data.Chris Wilson5-43/+77
2009-02-13Merge branch '1.8'Chris Wilson1-1/+4
2009-02-13[cairo] Describe the restrictions upon cairo_set_tolerance()Chris Wilson1-1/+4
2009-02-12Divert pclose to _pclose for MSVCJeff Muizelaar1-0/+1
2009-02-12Merge branch '1.8'Chris Wilson1-2/+15
2009-02-12[png] Correct documentation to avoid reference to NULLChris Wilson1-2/+15
2009-02-10Use _cairo_round() instead of round()Jeff Muizelaar1-4/+2
2009-02-10Add _cairo_round()Jeff Muizelaar1-0/+9
2009-02-10Remove zero size data array for compilation with MSVCJeff Muizelaar1-3/+2
2009-02-06Don't distribute cairo-features.h (#19992)Behdad Esfahbod1-4/+3
2009-02-04Elaborate the meaning of arithmetic rounding as done by _cairo_lround()Jeff Muizelaar1-1/+1
2009-02-02[directfb] Don't access the scaled_font->glyphs cache directlyChris Wilson1-10/+10
2009-01-30Trivial warning fixes.Chris Wilson2-3/+2
2009-01-30Revert "[png] Complete the idempotent read_png() -> write_png()"Chris Wilson1-14/+0
2009-01-29[skiplist] Provide an initial stack allocated pool.Chris Wilson3-34/+21
2009-01-29[stroker] Rectilinear dashing.Chris Wilson5-100/+435
2009-01-29[ft] Improve error status propagation.Chris Wilson1-33/+32
2009-01-29[ft] Distinguish fatal backend errors whilst constructing scaled fonts.Chris Wilson1-12/+26
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[surface] Fix memleak of along set_mime_data() error pathChris Wilson1-2/+6
2009-01-29[ps] Free images after emitting patterns.Chris Wilson2-2/+19
2009-01-29[png] Avoid a double free of the memory stream after error.Chris Wilson1-1/+1
2009-01-29[font-face] Close a race when resurrecting fonts.Chris Wilson2-0/+12
2009-01-29[cff-subset] Free ps_name.Chris Wilson1-1/+3
2009-01-29[truetype] Free font name.Chris Wilson1-0/+2
2009-01-29[truetype] Initialise font_nameChris Wilson2-0/+3
2009-01-29[toy-font] Fix unwind behaviour following error during construction.Chris Wilson1-22/+21
2009-01-29[tessellator] Memleak on error path.Chris Wilson1-1/+3
2009-01-29Spelling corrections: s/it's/its/Daniel Holbert5-5/+5
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini9-16/+24
2009-01-29[glitz] use image fallback if the cairo_content_t is unsupportedPaolo Bonzini1-1/+1
2009-01-29[scaled-font] Fix up syntax in doc commentsChris Wilson1-4/+5
2009-01-29[scaled-font] Global glyph cacheChris Wilson8-137/+350
2009-01-29[bounds] Skip spline evaluation based on bounding bbox of control points.Chris Wilson1-2/+19
2009-01-29[in-stroke] Check point against extents before computing path.Chris Wilson1-0/+15
2009-01-29[spline] Correct the definition of a cubic Bezier curve.Chris Wilson1-4/+4
2009-01-29[path] A degenerate curve_to becomes a line_to.Chris Wilson1-1/+1
2009-01-29[path] Rename _cairo_path_fixed_approximate_extents()Chris Wilson5-8/+8
2009-01-29[mutex] Civilise the comment.Chris Wilson1-1/+1
2009-01-28Avoid "empty body in an if-statement" warningJeff Muizelaar1-2/+3
2009-01-22Use PS font name in PS TrueType fontsAdrian Johnson1-4/+5
2009-01-22Embed full font name in PDF TrueType and CFF fontsAdrian Johnson1-8/+24
2009-01-22Use PS font name in CFF and TrueType PDF font subsetsAdrian Johnson4-66/+136
2009-01-22Factor out duplicate code in truetype and cff subsettingAdrian Johnson3-113/+114
2009-01-22PDF: Include subset tag in font nameAdrian Johnson1-8/+104
2009-01-14[scaled-font] Avoid repeated lookup of the same unicode during text->glyphsChris Wilson1-22/+41
2009-01-09[build] Include all generated win32 build files in the repoBehdad Esfahbod3-3/+313
2009-01-05[clip] Fix uninitialised status return in _cairo_clip_intersect_mask() for em...M Joonas Pihlaja1-1/+1
2009-01-03[quartz] Define RTLD_DEFAULTChris Wilson1-0/+5