summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10ps: support single stop gradientsAndrea Canciani1-5/+4
2010-05-13Make cairo_color_stop_t a unique type.Chris Wilson1-30/+2
2010-05-05PS: Add missing 'q' when resetting clip pathAdrian Johnson1-1/+1
2010-05-04ps: Force finish of the type3 glyph surfaces.Chris Wilson1-0/+2
2010-05-04ps: Remove the fill stroke commandChris Wilson1-2/+0
2010-05-04ps: Always cleanup used font subsets.Chris Wilson1-11/+8
2010-04-30ps: Enable native encoding of subsurface patterns.Chris Wilson1-17/+104
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-14ps: Don't write error status to the inert object.Chris Wilson1-47/+27
2010-03-22ps: Skip surface emission if in error state.Chris Wilson1-0/+4
2010-03-22ps: Free page on error path.Chris Wilson1-0/+1
2010-03-21ps: Destroy the local surface on error.Chris Wilson1-1/+3
2010-02-07ps: Initialise page bbox to page sizeChris Wilson1-0/+5
2010-02-07ps: Propagate NOTHING_TO_DOChris Wilson1-32/+4
2010-01-22ps: Wean off the low-level image composite interfaceChris Wilson1-50/+27
2010-01-22ps: Arguments to fill_extents() were reversed.Chris Wilson1-1/+2
2010-01-22misc: Only use custom lround() under DISABLE_SOME_FLOATING_POINTChris Wilson1-2/+2
2010-01-22pattern: An EXTEND_NONE surface is not opaque if we sample outsideChris Wilson1-74/+112
2010-01-22Add cairo_device_tChris Wilson1-1/+3
2010-01-22Constify stroke style and matrices.Chris Wilson1-3/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-11-26PS: Add some missing pdf-operators flushesAdrian Johnson1-0/+15
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-21/+21
2009-09-28PS: Use standard page size names for some common sizesAdrian Johnson1-4/+62
2009-09-25PS: Add DocumentMedia/PageMedia DSC commentsAdrian Johnson1-0/+88
2009-09-01[ps] Clip meta-surface to desired extents.Chris Wilson1-3/+43
2009-09-01[ps/pdf] Trim patterns to operation extentsChris Wilson1-26/+50
2009-08-29Use the more generic is_box when doing simple extent checksChris Wilson1-1/+1
2009-08-29Add xml surfaceChris Wilson1-0/+4
2009-08-29[build] Add options for warning about bad castsChris Wilson1-10/+10
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-157/+210
2009-07-03Export meta-surfaceChris Wilson1-1/+1
2009-06-02[ps] Trivial warning fix.Chris Wilson1-0/+1
2009-03-31[ps] Check for error during stroking.Chris Wilson1-0/+3
2009-03-31Check for errors during get_mime_data()Chris Wilson1-0/+2
2009-02-24[ps] Check the status of _cairo_type3_glyph_surface_create()Chris Wilson1-0/+3
2009-01-30Trivial warning fixes.Chris Wilson1-2/+2
2009-01-29[ps] Free images after emitting patterns.Chris Wilson1-2/+16
2009-01-22Use PS font name in PS TrueType fontsAdrian Johnson1-4/+5
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-8/+8
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-61/+61
2008-11-23Move cairo-jpeg-info.c to cairo-image-info.cAdrian Johnson1-3/+3
2008-11-13Add CairoScript backend.Chris Wilson1-0/+2
2008-11-07[ps] Trivial compile warning clenaup.Chris Wilson1-1/+1
2008-11-04[mime-type] Request the mime-data for the source surface, not ourselves!Chris Wilson1-3/+2
2008-11-04PS: Implement JPEG embeddingAdrian Johnson1-3/+101
2008-11-03Compile tidy.Chris Wilson1-1/+1
2008-11-02PS: meta-surface patterns with EXTEND_PAD are unsupportedAdrian Johnson1-2/+6
2008-11-02PS: Implement EXTEND_PAD for image patternsAdrian Johnson1-17/+82