summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-1/+1
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-1/+1
2008-01-24[cairo-scaled-font] Don't err on font size 0, reallyBehdad Esfahbod1-4/+1
2008-01-22Fix usage of cairo_rectangle_int16_t leading to memory corruptionVladimir Vukicevic1-3/+3
2008-01-19Fix PDF extend-reflect test failureAdrian Johnson1-35/+32
2008-01-17[cairo-{ps,pdf}-surface] Assert the font is supported during emission.Chris Wilson1-0/+2
2008-01-16[cairo-pdf-surface] Review error propagation from output stream.Chris Wilson1-144/+147
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-7/+4
2008-01-10[cairo-pdf-surface] Review error handling.Chris Wilson1-84/+177
2008-01-10[cairo-pdf-surface] Skip emitting the font subset if not among resources.Chris Wilson1-12/+23
2008-01-07PDF: Update the PDF page structure commentAdrian Johnson1-60/+8
2008-01-07PDF: Remove copy_pageAdrian Johnson1-14/+1
2008-01-07PDF: Put each fallback image in a separate groupAdrian Johnson1-6/+20
2008-01-07PDF: Make _SOURCE operator work inside meta surface patternsAdrian Johnson1-3/+13
2008-01-07PDF: Support _OPERATOR_SOURCE when nothing under the operationAdrian Johnson1-35/+29
2008-01-07Add FALLBACK mode to paginated surfaceAdrian Johnson1-1/+1
2008-01-07PDF: Remove the remaining code for splitting the contentAdrian Johnson1-312/+117
2008-01-07PDF: Perform all clipping in the content streamAdrian Johnson1-92/+12
2008-01-07PDF: Emit all patterns after content streamAdrian Johnson1-478/+650
2008-01-07Move the PDF drawing operators into cairo-pdf-operators.cAdrian Johnson1-395/+47
2008-01-07PDF: Remove the Type 3 outline glyph codeAdrian Johnson1-84/+6
2008-01-06PDF: Fix gradient-zero-stops test failureAdrian Johnson1-0/+24
2008-01-03[cairo-pdf-surface] Continue to close streams even after error.Chris Wilson1-10/+44
2008-01-03[cairo-pdf-surface] Destroy closed streams.Chris Wilson1-2/+2
2008-01-03[cairo-pdf-surface] Propagate error from emit_glyph().Chris Wilson1-11/+20
2008-01-03[cairo-scaled-fonts-subsets] Memleak and error reporting.Chris Wilson1-2/+10
2007-12-29Fix PS/PDF meta surface patternsAdrian Johnson1-1/+3
2007-11-06[cairo-pdf-surface] Create a new path for an empty clip.Chris Wilson1-14/+22
2007-10-22PDF: Fix meta surface patterns with EXTEND_REFLECTAdrian Johnson1-5/+29
2007-10-14PDF: Add support for CAIRO_FORMAT_A1 imagesAdrian Johnson1-7/+36
2007-10-14PDF: Add support for linear gradients with REPEAT and REFLECTAdrian Johnson1-39/+189
2007-10-11[cairo-pdf-surface] Return UNSUPPORTED from _to_unicode_stream().Chris Wilson1-32/+39
2007-10-11[cairo-pdf-surface] Free the clip path on error.Chris Wilson1-3/+11
2007-10-11[cairo-pdf-surface] Restore old_group for failed emit_meta_surface().Chris Wilson1-11/+16
2007-10-10[cairo-pdf-surface] Check status return after emit_meta_pattern().Chris Wilson1-2/+6
2007-10-05[cairo-pdf-surface] Check for pdf_resource_t allocation failure.Chris Wilson1-0/+12
2007-10-05[cairo-pdf-surface] Destroy local resources on failed surface creation.Chris Wilson1-8/+19
2007-10-05[cairo-pdf-surface] Propagate error status.Chris Wilson1-11/+34
2007-10-05[cairo-scaled-font-subset] Propagate errors during collection.Chris Wilson1-8/+12
2007-10-04[cairo-pdf-surface] Add some missing error propagation.Chris Wilson1-4/+14
2007-10-04[cairo-pdf-surface] Propagate errors from close_stream.Chris Wilson1-4/+9
2007-10-04[cairo-pdf-surface] Propagate errors during pattern selection.Chris Wilson1-8/+26
2007-10-04[cairo-pdf-surface] Propagate errors from opening/closing groups.Chris Wilson1-41/+152
2007-10-04[cairo-pdf-surface] Propagate resource allocation failure.Chris Wilson1-4/+159
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-36/+26
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-2/+8
2007-10-03PDF: Fix bug in font resourcesAdrian Johnson1-1/+1
2007-09-26PDF: Compress pattern and group streamsAdrian Johnson1-5/+11
2007-09-26PDF: Fix bug in font resources when same font is in multiple groupsAdrian Johnson1-5/+11
2007-09-25PDF: Compress the content streamAdrian Johnson1-11/+54