summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
Commit message (Expand)AuthorAgeFilesLines
* pdf: add missing flushAdrian Johnson2019-03-121-0/+5
* Revert "Correctly decode Adobe CMYK JPEGs in PDF export"Bryce Harrington2018-10-161-2/+0
* pdf: Fix potential null ptr deref when creating smask groups (CID #1159559)Bryce Harrington2018-06-131-1/+0
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-6/+6
* Cairo trivial typosUnknown2018-04-021-1/+1
* pdf: fix some annotation bugsAdrian Johnson2017-11-261-1/+2
* pdf: fix mime-unique-id jpeg attached to recording testAdrian Johnson2017-11-091-67/+142
* pdf: fix mime-unique-id unbounded recording testAdrian Johnson2017-11-091-20/+65
* pdf: fix mime-unique-id bounded recording testAdrian Johnson2017-11-091-46/+31
* pdf: remove old commentAdrian Johnson2017-10-241-9/+0
* pdf: set default create dateAdrian Johnson2017-10-241-1/+0
* pdf: set ca/CA instead of using an smask when the mask has constant alphaAdrian Johnson2017-10-241-16/+58
* Allow mime image to be different size to cairo imageAdrian Johnson2017-10-221-124/+0
* Add CCITT_FAX mime type for PDF and PS surfacesAdrian Johnson2017-10-221-26/+237
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson2017-08-261-8/+9
* pdf: fix link positionsAdrian Johnson2017-08-261-0/+9
* pdf: thumbnail APIAdrian Johnson2016-10-011-1/+78
* pdf: page label APIAdrian Johnson2016-10-011-0/+43
* pdf: metadata APIAdrian Johnson2016-10-011-31/+38
* pdf: add document outline APIAdrian Johnson2016-10-011-0/+59
* pdf: structured text and hyperlink supportAdrian Johnson2016-10-011-27/+149
* Support tag operations in analysis and paginated surfaceAdrian Johnson2016-10-011-1/+3
* Correctly decode Adobe CMYK JPEGs in PDF exportPeter TB Brett2016-09-091-0/+2
* pdf: fix combined image/smaskAdrian Johnson2016-07-191-2/+2
* pdf: Don't fail subsetting if unable to convert utf8 to utf16Adrian Johnson2016-07-171-13/+19
* ps/pdf: remove debug and commented out codeAdrian Johnson2016-07-151-1/+1
* pdf: remove unused variableAdrian Johnson2016-07-031-1/+0
* Fix PS record-neg-extents test failureAdrian Johnson2016-06-051-20/+20
* pdf: fix record-replay-extend test failuresAdrian Johnson2016-06-051-35/+56
* Fix PDF record-neg-extents test failureAdrian Johnson2016-06-051-201/+216
* pdf: change from pdf coordinates to cairo coordinatesAdrian Johnson2016-06-051-16/+62
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* pdf: fix subsurface recordingsAdrian Johnson2015-10-171-12/+21
* Fix spellings descibed, indicies, stangeBryce Harrington2015-04-041-1/+1
* pdf-operators: only wrap text strings for PS outputAdrian Johnson2014-10-311-3/+6
* pdf: fix compiler warningAdrian Johnson2014-10-191-1/+1
* Fix some memory leaks found by scan-build, the LLVM/Clang static analyzerSylvestre Ledru2014-05-161-1/+7
* pdf/ps: avoid outputting excess decimal places in matricesAdrian Johnson2013-12-071-25/+19
* pdf: stencil masks may be opaqueAdrian Johnson2013-09-291-4/+7
* pdf: Support stencil masks with jpeg/jpx/jbig2 embeddingAdrian Johnson2013-09-291-73/+131
* pdf: combine source and mask images into single imageAdrian Johnson2013-09-291-121/+345
* pdf: support JBIG2 mime dataAdrian Johnson2013-09-151-0/+182
* pdf: fix embedding of mime data that has been broken since 0a10982fAdrian Johnson2013-09-131-11/+12
* pdf: avoid making groups a transparency group if not requiredAdrian Johnson2013-09-111-33/+92
* pdf: Fix compiler warning for use of unitialised variable along error pathChris Wilson2013-06-201-1/+1
* pdf: Improve consistency in use of cairo_int_status_tChris Wilson2013-06-201-128/+128
* pdf: Assure compiler that data, data_size will always be initializedBryce W. Harrington2013-06-201-1/+3
* pdf: fix typo in bbox checkAdrian Johnson2013-03-271-1/+1
* pdf: Fix crashJana Saout2013-03-011-1/+1