summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface-private.h
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-24/+175
* PDF Type 3 color fontsAdrian Johnson2023-01-291-0/+10
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-3/+4
* Merge branch 'custom-metadata' into 'master'Adrian Johnson2021-09-161-0/+11
|\
| * Add cairo_pdf_surface_set_custom_metadata()Adrian Johnson2021-08-221-0/+11
* | Allow > 2GB PDF files on platforms with 32-bit longAdrian Johnson2021-09-021-1/+1
|/
* pdf links: fix forward references to dest names with 'internal' flagAdrian Johnson2021-07-291-0/+1
* pdf: add support for object streams for PDF >= 1.5Adrian Johnson2021-07-261-0/+15
* pdf: use cross-reference stream for PDF >= 1.5Adrian Johnson2021-07-261-1/+1
* tags: allow links to page numbers not yet createdAdrian Johnson2021-07-241-0/+8
* pdf: Properly pass on stdio write errorsUli Schlachter2021-07-231-1/+1
* Cairo trivial typosUnknown2018-04-021-1/+1
* pdf: fix some annotation bugsAdrian Johnson2017-11-261-6/+8
* pdf: fix mime-unique-id unbounded recording testAdrian Johnson2017-11-091-2/+5
* pdf: set ca/CA instead of using an smask when the mask has constant alphaAdrian Johnson2017-10-241-0/+1
* Add CCITT_FAX mime type for PDF and PS surfacesAdrian Johnson2017-10-221-1/+1
* pdf: use explicit dest instead of named dest when 'internal' attribute is setAdrian Johnson2017-08-291-1/+0
* pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson2017-08-261-1/+1
* pdf: fix link positionsAdrian Johnson2017-08-261-2/+2
* fix make checkAdrian Johnson2016-10-041-1/+1
* pdf: thumbnail APIAdrian Johnson2016-10-011-0/+4
* pdf: page label APIAdrian Johnson2016-10-011-0/+3
* pdf: metadata APIAdrian Johnson2016-10-011-0/+17
* pdf: add document outline APIAdrian Johnson2016-10-011-0/+22
* pdf: structured text and hyperlink supportAdrian Johnson2016-10-011-0/+111
* pdf: fix record-replay-extend test failuresAdrian Johnson2016-06-051-0/+1
* Fix PDF record-neg-extents test failureAdrian Johnson2016-06-051-2/+8
* pdf: change from pdf coordinates to cairo coordinatesAdrian Johnson2016-06-051-0/+12
* pdf: combine source and mask images into single imageAdrian Johnson2013-09-291-0/+2
* pdf: support JBIG2 mime dataAdrian Johnson2013-09-151-0/+8
* pdf: avoid making groups a transparency group if not requiredAdrian Johnson2013-09-111-0/+2
* pdf: fix the offset of padded imagesAdrian Johnson2012-06-021-2/+0
* pdf: support RASTER_SOURCE patternsAdrian Johnson2012-01-111-0/+4
* pdf: avoid using pdf patterns to paint/fill opaque linear/radial gradientsAdrian Johnson2011-12-061-0/+2
* pdf: use _emit_smask() instead of _emit_imagemask to emit stencil maskAdrian Johnson2011-09-061-1/+1
* pdf: use ink extents for pattern bboxAdrian Johnson2011-09-051-0/+1
* pdf: use ink extents for smask bboxAdrian Johnson2011-09-051-0/+2
* PDF: Output a stencil mask for cairo_mask() with solid source and A1 maskAdrian Johnson2010-12-051-0/+1
* pdf: Silence compiler warningsAndrea Canciani2010-11-261-1/+1
* Add unique_id mime typeAdrian Johnson2010-11-231-0/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Constify stroke style and matrices.Chris Wilson2010-01-221-6/+5
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-0/+3
* [pdf] Add support for the extra blend modesAdrian Johnson2009-07-141-0/+4
* Fix PDF pattern embeddingAdrian Johnson2009-06-141-6/+15
* PDF: Don't embed the same pattern more than onceAdrian Johnson2009-06-021-3/+10
* PDF: Add cairo_pdf_surface_restrict_to_version APIAdrian Johnson2008-11-241-0/+2
* PDF: Store the operation extents in each patternAdrian Johnson2008-11-021-0/+1
* [show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod2008-09-181-1/+1
* Add show_text_glyphs to PDF surfaceAdrian Johnson2008-06-291-0/+5