summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface-private.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-02Cairo trivial typosUnknown1-1/+1
2017-11-26pdf: fix some annotation bugsAdrian Johnson1-6/+8
2017-11-09pdf: fix mime-unique-id unbounded recording testAdrian Johnson1-2/+5
2017-10-24pdf: set ca/CA instead of using an smask when the mask has constant alphaAdrian Johnson1-0/+1
2017-10-22Add CCITT_FAX mime type for PDF and PS surfacesAdrian Johnson1-1/+1
2017-08-29pdf: use explicit dest instead of named dest when 'internal' attribute is setAdrian Johnson1-1/+0
2017-08-26pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson1-1/+1
2017-08-26pdf: fix link positionsAdrian Johnson1-2/+2
2016-10-04fix make checkAdrian Johnson1-1/+1
2016-10-01pdf: thumbnail APIAdrian Johnson1-0/+4
2016-10-01pdf: page label APIAdrian Johnson1-0/+3
2016-10-01pdf: metadata APIAdrian Johnson1-0/+17
2016-10-01pdf: add document outline APIAdrian Johnson1-0/+22
2016-10-01pdf: structured text and hyperlink supportAdrian Johnson1-0/+111
2016-06-05pdf: fix record-replay-extend test failuresAdrian Johnson1-0/+1
2016-06-05Fix PDF record-neg-extents test failureAdrian Johnson1-2/+8
2016-06-05pdf: change from pdf coordinates to cairo coordinatesAdrian Johnson1-0/+12
2013-09-29pdf: combine source and mask images into single imageAdrian Johnson1-0/+2
2013-09-15pdf: support JBIG2 mime dataAdrian Johnson1-0/+8
2013-09-11pdf: avoid making groups a transparency group if not requiredAdrian Johnson1-0/+2
2012-06-02pdf: fix the offset of padded imagesAdrian Johnson1-2/+0
2012-01-11pdf: support RASTER_SOURCE patternsAdrian Johnson1-0/+4
2011-12-06pdf: avoid using pdf patterns to paint/fill opaque linear/radial gradientsAdrian Johnson1-0/+2
2011-09-06pdf: use _emit_smask() instead of _emit_imagemask to emit stencil maskAdrian Johnson1-1/+1
2011-09-05pdf: use ink extents for pattern bboxAdrian Johnson1-0/+1
2011-09-05pdf: use ink extents for smask bboxAdrian Johnson1-0/+2
2010-12-05PDF: Output a stencil mask for cairo_mask() with solid source and A1 maskAdrian Johnson1-0/+1
2010-11-26pdf: Silence compiler warningsAndrea Canciani1-1/+1
2010-11-23Add unique_id mime typeAdrian Johnson1-0/+2
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22Constify stroke style and matrices.Chris Wilson1-6/+5
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-0/+3
2009-07-14[pdf] Add support for the extra blend modesAdrian Johnson1-0/+4
2009-06-14Fix PDF pattern embeddingAdrian Johnson1-6/+15
2009-06-02PDF: Don't embed the same pattern more than onceAdrian Johnson1-3/+10
2008-11-24PDF: Add cairo_pdf_surface_restrict_to_version APIAdrian Johnson1-0/+2
2008-11-02PDF: Store the operation extents in each patternAdrian Johnson1-0/+1
2008-09-18[show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod1-1/+1
2008-06-29Add show_text_glyphs to PDF surfaceAdrian Johnson1-0/+5
2008-06-03PDF: Remember the current colorAdrian Johnson1-0/+7
2008-02-17PDF/PS: No need to use save/restore for solid colorsAdrian Johnson1-0/+1
2008-02-02PDF: Use correct surface size when emitting patternsAdrian Johnson1-0/+4
2008-01-07PDF: Put each fallback image in a separate groupAdrian Johnson1-1/+1
2008-01-07PDF: Remove the remaining code for splitting the contentAdrian Johnson1-14/+6
2008-01-07PDF: Emit all patterns after content streamAdrian Johnson1-11/+37
2008-01-07Move the PDF drawing operators into cairo-pdf-operators.cAdrian Johnson1-1/+2
2007-09-25PDF: Compress the content streamAdrian Johnson1-0/+4
2007-09-16Change paginated surface size when PS/PDF _set_size() calledAdrian Johnson1-0/+2
2007-08-28PDF: Remove unused codeAdrian Johnson1-1/+0
2007-08-27Add finer-grained fallback support to the PDF surfaceAdrian Johnson1-15/+40