summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-05cairo-version: fix docs buildHEADmasterRyan Lortie1-0/+1
2014-01-31cairo-script: Compare status with CSI enumsBryce Harrington1-0/+699
2014-01-31cairo-script: Error if asked to decompress with missing compression libBryce Harrington2-12/+12
2014-01-31cairo-trace: Stringify CAIRO_STATUS_JBIG2_GLOBAL_MISSINGBryce Harrington1-0/+1
2014-01-31test: Drop unused path variable in two recently added testsBryce Harrington2-4/+0
2014-01-31test: Handle error in fgets call in ps-eps testBryce Harrington1-1/+5
2014-01-31test: Replace deprecated rsvg_init() in any2ppm testBryce Harrington2-2/+1
2014-01-27Preserve current-point in copy_path()/append_path() sequenceBehdad Esfahbod1-0/+3
2014-01-27[tests] Add path-currentpointBehdad Esfahbod2-0/+90
2014-01-19cairo svg: Use \n instead of /n in bitmap fontsUli Schlachter1-1/+1
2014-01-11type1: strip space from end of font nameAdrian Johnson1-0/+3
2014-01-11ps: add font DSC commentsAdrian Johnson1-9/+25
2014-01-11ps: cairo_set_page_size does not need to be in eps outputAdrian Johnson1-32/+36
2014-01-11ps: use setpagedevice to set page sizeAdrian Johnson1-1/+39
2014-01-10font: Generate PDFs with correct font namesMarek Kasik5-6/+1691
2014-01-08ps: fix imagemask with pattern source failure on some printersAdrian Johnson1-2/+2
2014-01-03ps: remove duplicate /Interpolate from image dictionaryAdrian Johnson1-2/+0
2013-12-26Add test for paint with alpha and clipping bugAdrian Johnson3-0/+63
2013-12-26pdf: fix rectangle stroke with non rectilinear penAdrian Johnson1-1/+3
2013-12-26Add test for rectangle path optimization with non rectilinear penAdrian Johnson3-0/+52
2013-12-16Check for XRenderSolidFill()Behdad Esfahbod2-1/+1174
2013-12-07pdf/ps: avoid outputting excess decimal places in matricesAdrian Johnson5-49/+2591
2013-11-16Correct usage of CAIRO_STACK_ARRAY_LENGTHUli Schlachter3-4/+4
2013-11-13gl: Fix one off issue in context cleanupHenry Song1-1/+1
2013-10-31Fix SSIZE_T definition problem when making with MSYS on Windows7Bryce Harrington1-1/+1
2013-10-31cairo_create(): Add finished surface checkKouhei Sutou1-0/+2
2013-10-31Fixes stroke-clipped, i.c. of a dashed strokeegag1-1/+1
2013-10-22_cairo_color_double_to_short(): Use standard rounding algorithmSøren Sandmann Pedersen7-0/+193
2013-10-11type1-subset: don't rename glyphs used by seac operatorAdrian Johnson1-6/+7
2013-10-06win32: Reorder font declarations to be in natural orderChris Wilson1-47/+43
2013-10-03cairo-xlib: Fix out of bounds array access in format cacheUli Schlachter1-1/+1
2013-10-03Revert "[xlib] Fast-path the likely case of retrieving a known xrender_format"Uli Schlachter1-6/+0
2013-10-03README: Don't mention XFAIL_TESTS anymoreUli Schlachter1-10/+9
2013-10-03Remove XFAIL_TESTS from Makefile.amUli Schlachter10-73/+702
2013-09-29pdf: stencil masks may be opaqueAdrian Johnson1-4/+7
2013-09-29pdf: Support stencil masks with jpeg/jpx/jbig2 embeddingAdrian Johnson1-73/+131
2013-09-29pdf: combine source and mask images into single imageAdrian Johnson2-121/+347
2013-09-27trace: Fix operand emissionChris Wilson1-50/+182
2013-09-27fill_reduces_to_source(): Handle failure of color_to_pixel()Uli Schlachter1-2/+1
2013-09-26test: Drop unnecessary math.h includeBryce Harrington1-1/+0
2013-09-17font: Push the last reference dec into the backend->destroy() callbackChris Wilson7-29/+575
2013-09-17test/pixman-downscale: Open-code fmin()Chris Wilson1-1/+1
2013-09-16xcb: Remove useless error handlingUli Schlachter4-44/+22
2013-09-16test/multi-page: Fix use-after-freeUli Schlachter1-2/+2
2013-09-16image: Handle PIXMAN_a8r8g8b8_sRGB in switchUli Schlachter1-0/+3
2013-09-16check-doc-syntax: Don't hardcode path to awkUli Schlachter2-3/+1
2013-09-16cairo-gobject: Require at least glib 2.14Uli Schlachter1-1/+1
2013-09-15test: update mime-data to test jbig2 mime typesAdrian Johnson11-0/+241
2013-09-15pdf: support JBIG2 mime dataAdrian Johnson12-2/+952
2013-09-13ps: fix embedding of mime dataAdrian Johnson1-6/+10