summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-4/+8
2008-10-30PS/PDF: Set image Interpolation flagAdrian Johnson1-3/+25
2008-10-30Cleanup 'status && status != UNSUPPORTED'Chris Wilson1-2/+2
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-18/+21
2008-10-22Don't add a notdef glyph to Type 3 font subsetsAdrian Johnson1-14/+7
2008-10-21[ps] Check for an empty font subset.Chris Wilson1-0/+3
2008-10-20Add API documentation for NULL filenames and write_funcs.Chris Wilson1-2/+8
2008-10-19[ps] Destroy type3 surface on error.Chris Wilson1-1/+3
2008-10-08[svg] Use finer-grained fallbacks for SVG 1.2Chris Wilson1-0/+8
2008-09-17[ps] Silence compiler warning.Chris Wilson1-1/+1
2008-09-17[ps] Consume dictionary after where.Chris Wilson1-3/+3
2008-09-11PS: execute type3 glyphs in their own dictionaryAdrian Johnson1-1/+2
2008-09-11Enable show_glyphs inside of in user-font glyphsAdrian Johnson1-2/+5
2008-09-11Add _cairo_type3_glyph_surface_analyze_glyph()Adrian Johnson1-0/+30
2008-09-11Put user fonts in a separate subsetAdrian Johnson1-0/+5
2008-09-07[ps] Set used level to 3 only if we use native gradients.Chris Wilson1-1/+2
2008-09-07[ps] Only use fallback images if the gradient has non-constant alpha.Chris Wilson1-0/+14
2008-09-07Revert "[ps] A flattened gradient is not linear."Chris Wilson1-20/+26
2008-09-07[ps] Support B PDF operator.Chris Wilson1-0/+2
2008-09-07[ps] Add comments about design of output.Chris Wilson1-0/+13
2008-09-06[ps] Use a color_t rather than open-code.Chris Wilson1-8/+2
2008-09-06[ps] A flattened gradient is not linear.Chris Wilson1-26/+20
2008-09-06[ps] Use floating point values when flattening color.Chris Wilson1-13/+11
2008-09-01[ps] Initialise has_creation_date.Chris Wilson1-0/+1
2008-09-01Check that lvalue of BITSWAP8() is a uint8_t.Chris Wilson1-12/+11