summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-19pdf: add missing 'endobj' to shading dictAdrian Johnson1-2/+4
2012-06-02pdf: fix the offset of padded imagesAdrian Johnson1-4/+12
2012-06-01Erradicate internal use of cairo_surface_get_type()Chris Wilson1-2/+2
2012-06-01Erradicate internal use of cairo_surface_get_content()Chris Wilson1-5/+4
2012-05-31pdf: Don't use extents when acquiring a RASTER_SOURCE patternAdrian Johnson1-13/+4
2012-05-27pdf: merge _emit_recording_surface and _emit_recording_subsurface into the on...Adrian Johnson1-86/+26
2012-05-27pdf: fix smask gradient bboxAdrian Johnson1-3/+26
2012-05-16pdf: check if EXTEND_PAD group can be painted with EXTEND_NONEAdrian Johnson1-4/+22
2012-04-27snapshot: Perform the cow under a mutexChris Wilson1-8/+16
2012-04-23pdf: Fix wrong allocation in _cairo_pdf_surface_add_source_surfaceJeff Mahoney1-1/+1
2012-04-23pdf: support all image typesAdrian Johnson1-10/+31
2012-04-19Split cairo-recording-surface-private into struct+inlinesChris Wilson1-1/+1
2012-04-14Revert accidental push of ps debugging API.Chris Wilson1-21/+0