summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-18PDF: Add missing struct member when writing the pattern idAdrian Johnson1-2/+2
2007-11-26Fix PDF gradients bugAdrian Johnson1-22/+41
2007-11-26PDF: Fix regression in pdf_surface_set_size()Adrian Johnson1-0/+1
2007-11-20[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-3/+3
2007-05-16[cairo-pdf-surface] emit_pattern_stops() array overrun.Chris Wilson1-1/+1
2007-05-16[cairo-pdf-surface] Free allstops on error.Chris Wilson1-9/+9
2007-05-04[cairo-pattern] Cache surface for solid patternsChris Wilson1-0/+3
2007-04-27PDF: Change CTM to identityAdrian Johnson1-69/+66
2007-04-27Add support for transparent gradientsAdrian Johnson1-211/+739
2007-04-21[ps/pdf/svg] Fix minor coding style issueBehdad Esfahbod1-6/+6
2007-04-21[pdf] Get rid of _cairo_pdf_test_force_fallbacksBehdad Esfahbod1-22/+3
2007-04-21[paginated] Move cairo_paginated_surface_t to cairo-paginated-surface-private.hBehdad Esfahbod1-1/+1
2007-04-21[pdf] Move cairo_pdf_surface_t to cairo-pdf-surface-private.hBehdad Esfahbod1-41/+1
2007-04-20Exclude Type1 fonts from CID subsetsAdrian Johnson1-22/+20
2007-04-20Enable embedding of CID fonts in PDFAdrian Johnson1-108/+177
2007-04-20Make CFF Subsetting create CID subsetsAdrian Johnson1-0/+2
2007-04-20Add support for creating CID/composite font subsetsAdrian Johnson1-4/+1
2007-04-12PDF: Fix glyph positioning bug when glyphs are not horizontalAdrian Johnson1-1/+1
2007-04-11PDF: Added error checking and propagation for _cairo_array_appendCarl Worth1-33/+56
2007-04-11Assert that cairo_matrix_invert succeeds rather than ignoring tis return valueCarl Worth1-1/+3
2007-04-11Check (and assert) return values of cairo_matrix_invertCarl Worth1-1/+4
2007-04-10Rename _cairo_pdf_surface_emit_toUnicode_stream to eliminate StudlyCapsCarl Worth1-6/+6
2007-04-10PDF: Check return value of _cairo_output_stream_destroy and propagateCarl Worth1-21/+35
2007-04-09cairo-pdf-surface - propagate error statusChris Wilson1-12/+13
2007-04-06Propagate one error return through pdf.Chris Wilson1-1/+4
2007-03-23PDF: Use the TJ operator to show glyphsAdrian Johnson1-19/+106
2007-03-07[PS/PDF/SVG] Rename internal symbols to have _cairo_*_surface prefixBehdad Esfahbod1-37/+37
2007-03-06PDF: Set page group color space to DeviceRGBAdrian Johnson1-3/+6
2007-03-01Merge branch 'radial-gradient-fixes' into cairoCarl Worth1-6/+6
2007-03-01[PS/PDF] Mark CAIRO_EXTEND_PAD for surface patterns as natively supportedBehdad Esfahbod1-5/+7
2007-03-01Rename radial gradient inner/outer to c1/c2Carl Worth1-6/+6
2007-03-01PDF: Ensure ToUnicode CMap name is uniqueAdrian Johnson1-4/+7
2007-02-27[PS/PDF] Fix xstep/ystep values for CAIRO_EXTEND_NONEBehdad Esfahbod1-21/+15
2007-02-23[PS/PDF] Accept CAIRO_EXTEND_REFLECT surface patterns nativelyBehdad Esfahbod1-4/+15
2007-02-21PDF/PS: Don't embed multiple copies of the same fontAdrian Johnson1-6/+18
2007-02-13PDF: Add missing character code to Differences arrayAdrian Johnson1-1/+1
2007-02-11PDF: Remove dead codeAdrian Johnson1-108/+0
2007-02-11PDF: Compress Type3 fontsAdrian Johnson1-1/+1
2007-02-11PDF: Fix Type3 font metrics to make text selection workAdrian Johnson1-10/+56
2007-02-08[PS/PDF/SVG] Return a write_error nil surface on write errorsEugeniy Meshcheryakov1-1/+3
2007-02-07PDF: Another fix for TrueType metricsAdrian Johnson1-10/+10
2007-02-07PDF: Make text selection and extraction workAdrian Johnson1-8/+118
2007-02-07PDF: Correct the y value of Td in show_glyphsAdrian Johnson1-1/+1
2007-02-04PDF: Fix TrueType font metricsAdrian Johnson1-8/+11
2007-02-04PDF: Add Encoding dictionary to TrueType fontsAdrian Johnson1-2/+19
2007-01-24[PDF-CFF] Fix bad /LastChar value for CFF fonts in PDF backendEugeniy Meshcheryakov1-1/+1
2007-01-20PDF: Fix approximate diagonal in recent commitBehdad Esfahbod1-2/+1
2007-01-19Fix two misspellings in a recent comment.Carl Worth1-2/+2
2007-01-19PDF: Fix CAIRO_EXTEND_NONE for source surface patternsCarl Worth1-8/+33
2007-01-17PDF: Compress the content streamAdrian Johnson1-3/+29