summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-19PDF: Include Type 1 fixed-content portion in the embedded fontAdrian Johnson1-4/+4
2010-02-19Type1-subset: Check for binary eexec dataAdrian Johnson1-1/+5
2009-11-07Type 1 subset: Don't add a new line when in binary modeAdrian Johnson1-1/+2
2009-10-16[xlib] DO_XCOPYAREA and DO_XTILE optimizations break with Window sourceBenjamin Otte1-0/+2
2009-08-05[surface] Protect against the user setting a fallback resolution of 0.Chris Wilson1-0/+8
2009-06-19[cairo] Offset the current path when pushing/popping groups.Chris Wilson1-0/+10
2009-06-17[path] Fix missing implicit move-toNis Martensen1-3/+3
2009-06-16Fix compilation on OS X when compiling for 64 bitJeff Muizelaar2-1/+4
2009-06-10[win32-font] Non-fatal error from GetGlyphOutlineW(GGO_METRICS)Chris Wilson1-8/+2
2009-06-06[ft] Don't call FT_Done_Face() on a face we do not ownChris Wilson1-1/+2
2009-06-03[pattern] Typo in documentChris Wilson1-1/+1
2009-06-03[cairo] Doc typo.Chris Wilson1-4/+0
2009-06-03[image] Doc typo.Chris Wilson1-1/+1
2009-06-03[font-options] Doc typoChris Wilson1-1/+1
2009-06-03[cairo] Update documentation for bug 20154Chris Wilson1-10/+15
2009-06-03Ensure win32 font index_to_ucs4() sets ucs4 to -1 if lookup failsAdrian Johnson1-0/+1
2009-06-03[ft] Resolve mutual referencing problems with zombie facesKarl Tomlinson1-8/+30
2009-06-03[ft] Fix vertical advance metrics of bitmap fonts (#21985)Behdad Esfahbod1-2/+2
2009-02-13[cairo] Describe the restrictions upon cairo_set_tolerance()Chris Wilson1-1/+4
2009-02-12[png] Correct documentation to avoid reference to NULLChris Wilson1-2/+15
2009-01-05[clip] Fix uninitialised status return in _cairo_clip_intersect_mask() for em...M Joonas Pihlaja1-1/+1
2008-12-18Fix _compute_transform to check for nearly degenerate matricesJeff Muizelaar1-2/+4
2008-12-17[ft] Don't call FT_Done_Face() on faces we did not createKarl Tomlinson1-1/+1
2008-12-14[doc] Fix erroneous doc comment.Chris Wilson1-1/+1
2008-12-14[xcb] check for render extension presenceJulien Danjou1-2/+6
2008-12-14[gstate] Remove culled glyphs from clusters.Chris Wilson1-47/+176
2008-12-10[quartz] Create a copy of the pattern so that the reference counts are balancedJeff Muizelaar1-2/+14
2008-12-08[win32] Use MOD instead of the '%' operatorJeff Muizelaar1-2/+5
2008-12-02[matrix] Optimise invert for simple scaling|translation matrices.Chris Wilson1-1/+25
2008-11-26[os2] Move include cairo.h before os2.hChris Wilson1-2/+2
2008-11-26[os2] Fix includesBehdad Esfahbod3-16/+8
2008-11-21cairo-xcb: avoid leaking memoryMaarten Maathuis1-0/+3
2008-11-21[directfb] Compile fix with debug enabled.Chris Wilson1-0/+1
2008-11-13Blacklist "X.Org" < 7.0 with the buggy_repeat workaround.Carl Worth1-2/+9
2008-11-13Document the buggy_repeat workaround more carefully.Carl Worth1-16/+38
2008-11-05Define RepeatNone, etc if the available Render version doesn't (#18385)Behdad Esfahbod1-0/+18
2008-11-02type1-subset: return unsupported on FT errorsAdrian Johnson1-8/+4
2008-10-31[scaled-font] Fix typo that prevented meta_surface lookup.Chris Wilson1-1/+1
2008-10-30[analysis] Only limit to mask extends if bounded by mask.Chris Wilson1-2/+6
2008-10-30Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson13-148/+144
2008-10-30[rectangle] Fix unsigned promotion whilst computing intersect.Chris Wilson2-15/+19
2008-10-30[pattern] Allow the projected surface extents to be negative.Chris Wilson1-4/+4
2008-10-30[gstate] Allocate temporary variable for backend_to_user transform.Chris Wilson1-19/+50
2008-10-30[xlib] Fix _draw_image_surface() with opaque images.Chris Wilson1-1/+8
2008-10-30[xlib] whitespaceChris Wilson1-5/+5
2008-10-29Remove the ability to select the internal font face with a name of "cairo".Carl Worth2-5/+2
2008-10-28[image] Remove invalid assert.Chris Wilson1-2/+0
2008-10-28[image] Check create_for_data() to ensure a valid minimum stride.Chris Wilson1-0/+12
2008-10-26[stroke] Ensure we record the first face for a dashed path.Chris Wilson1-0/+1
2008-10-26[stroke] _cairo_stroker_line_to_dashed() whitespaceChris Wilson1-18/+39