summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-25pdf: add missing flushAdrian Johnson1-0/+5
2018-10-16Revert "Correctly decode Adobe CMYK JPEGs in PDF export"Bryce Harrington1-2/+0
2018-06-13pdf: Fix potential null ptr deref when creating smask groups (CID #1159559)Bryce Harrington1-1/+0
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-6/+6
2018-04-02Cairo trivial typosUnknown1-1/+1
2017-11-26pdf: fix some annotation bugsAdrian Johnson1-1/+2
2017-11-09pdf: fix mime-unique-id jpeg attached to recording testAdrian Johnson1-67/+142
2017-11-09pdf: fix mime-unique-id unbounded recording testAdrian Johnson1-20/+65
2017-11-09pdf: fix mime-unique-id bounded recording testAdrian Johnson1-46/+31
2017-10-24pdf: remove old commentAdrian Johnson1-9/+0
2017-10-24pdf: set default create dateAdrian Johnson1-1/+0
2017-10-24pdf: set ca/CA instead of using an smask when the mask has constant alphaAdrian Johnson1-16/+58
2017-10-22Allow mime image to be different size to cairo imageAdrian Johnson1-124/+0
2017-10-22Add CCITT_FAX mime type for PDF and PS surfacesAdrian Johnson1-26/+237
2017-09-16replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson1-1/+1
2017-08-26pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson1-8/+9
2017-08-26pdf: fix link positionsAdrian Johnson1-0/+9
2016-10-01pdf: thumbnail APIAdrian Johnson1-1/+78
2016-10-01pdf: page label APIAdrian Johnson1-0/+43
2016-10-01pdf: metadata APIAdrian Johnson1-31/+38
2016-10-01pdf: add document outline APIAdrian Johnson1-0/+59
2016-10-01pdf: structured text and hyperlink supportAdrian Johnson1-27/+149
2016-10-01Support tag operations in analysis and paginated surfaceAdrian Johnson1-1/+3
2016-09-09Correctly decode Adobe CMYK JPEGs in PDF exportPeter TB Brett1-0/+2
2016-07-19pdf: fix combined image/smaskAdrian Johnson1-2/+2
2016-07-17pdf: Don't fail subsetting if unable to convert utf8 to utf16Adrian Johnson1-13/+19
2016-07-15ps/pdf: remove debug and commented out codeAdrian Johnson1-1/+1
2016-07-03pdf: remove unused variableAdrian Johnson1-1/+0
2016-06-05Fix PS record-neg-extents test failureAdrian Johnson1-20/+20
2016-06-05pdf: fix record-replay-extend test failuresAdrian Johnson1-35/+56
2016-06-05Fix PDF record-neg-extents test failureAdrian Johnson1-201/+216
2016-06-05pdf: change from pdf coordinates to cairo coordinatesAdrian Johnson1-16/+62
2015-10-17Don't cull very thin lines on vector surfacesAdrian Johnson1-1/+2
2015-10-17pdf: fix subsurface recordingsAdrian Johnson1-12/+21
2015-04-04Fix spellings descibed, indicies, stangeBryce Harrington1-1/+1
2014-10-31pdf-operators: only wrap text strings for PS outputAdrian Johnson1-3/+6
2014-10-19pdf: fix compiler warningAdrian Johnson1-1/+1
2014-05-16Fix some memory leaks found by scan-build, the LLVM/Clang static analyzerSylvestre Ledru1-1/+7
2013-12-07pdf/ps: avoid outputting excess decimal places in matricesAdrian Johnson1-25/+19
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 Johnson1-121/+345
2013-09-15pdf: support JBIG2 mime dataAdrian Johnson1-0/+182
2013-09-13pdf: fix embedding of mime data that has been broken since 0a10982fAdrian Johnson1-11/+12
2013-09-11pdf: avoid making groups a transparency group if not requiredAdrian Johnson1-33/+92
2013-06-20pdf: Fix compiler warning for use of unitialised variable along error pathChris Wilson1-1/+1
2013-06-20pdf: Improve consistency in use of cairo_int_status_tChris Wilson1-128/+128
2013-06-20pdf: Assure compiler that data, data_size will always be initializedBryce W. Harrington1-1/+3
2013-03-27pdf: fix typo in bbox checkAdrian Johnson1-1/+1
2013-03-01pdf: Fix crashJana Saout1-1/+1