summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-18pdf,ps,quartz: Use correct tolerance for gradient domain computationAndrea Canciani1-3/+7
2011-01-16doc: Fix some broken references and gtk-doc warningsMaarten Bosmans1-19/+20
2011-01-01pdf,ps: Add native mesh pattern supportAdrian Johnson1-0/+84
2010-12-13ps,pdf: Deal with empty domain gradients.Andrea Canciani1-5/+45
2010-12-13ps: Unify gradient emitters and support all extend modes.Andrea Canciani1-168/+88
2010-12-13ps: Avoid unneeded fallbacks for gradients with opaque stops.Andrea Canciani1-1/+7
2010-12-13ps, pdf, pattern: Implement _cairo_pattern_alpha_range to analyse patterns.Andrea Canciani1-8/+4
2010-12-13ps: Use switch instead of multiple if'sAndrea Canciani1-5/+9
2010-11-23ps: Fix paintingAndrea Canciani1-3/+2
2010-11-20PS: Fix regression - missing page content in EPS outputAdrian Johnson1-9/+0
2010-11-20PS/PDF: Fix regression when changing page size to a larger sizeAdrian Johnson1-0/+6
2010-11-17PS: fix embedding of grayscale jpegsKoji Otani1-2/+3
2010-10-21Other backends: Set round_glyph_positions to OFFUli Schlachter1-0/+1
2010-10-15PS: Remove radial gradient fallbackAdrian Johnson1-17/+2
2010-10-15PS: Remove redundant codeAdrian Johnson1-3/+0
2010-10-06PS: Allow %%BoundingBox and %%PageBoundingBox to be overriden using DSC commentsAdrian Johnson1-11/+27
2010-10-02Don't embed cmap in TrueType fonts embedded in PostScriptAdrian Johnson1-1/+1
2010-10-01PS: Enable support for latin subsetsAdrian Johnson1-8/+24
2010-08-26subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte1-2/+2
2010-07-10Convert mime data length to use unsigned longChris Wilson1-1/+1
2010-07-08doc: Move tmpl/ docs to inline docsBenjamin Otte1-0/+17
2010-07-05ps: Allow specifying if errors on extract_surface should be setBenjamin Otte1-17/+22
2010-07-05ps: Set error when extracting from finished surfaceBenjamin Otte1-0/+10
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