summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pdf: add missing 'endobj' to shading dictAdrian Johnson2013-02-191-2/+4
* pdf: fix the offset of padded imagesAdrian Johnson2012-06-021-4/+12
* Erradicate internal use of cairo_surface_get_type()Chris Wilson2012-06-011-2/+2
* Erradicate internal use of cairo_surface_get_content()Chris Wilson2012-06-011-5/+4
* pdf: Don't use extents when acquiring a RASTER_SOURCE patternAdrian Johnson2012-05-311-13/+4
* pdf: merge _emit_recording_surface and _emit_recording_subsurface into the on...Adrian Johnson2012-05-271-86/+26
* pdf: fix smask gradient bboxAdrian Johnson2012-05-271-3/+26
* pdf: check if EXTEND_PAD group can be painted with EXTEND_NONEAdrian Johnson2012-05-161-4/+22
* snapshot: Perform the cow under a mutexChris Wilson2012-04-271-8/+16
* pdf: Fix wrong allocation in _cairo_pdf_surface_add_source_surfaceJeff Mahoney2012-04-231-1/+1
* pdf: support all image typesAdrian Johnson2012-04-231-10/+31
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* Revert accidental push of ps debugging API.Chris Wilson2012-04-141-21/+0
* pdf (debug API): Export the ability to force fallbacksChris Wilson2012-04-121-0/+21
* pdf: avoid unnecessary use of patterns in mask groupsAdrian Johnson2012-04-091-82/+106