summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
Commit message (Expand)AuthorAgeFilesLines
* ps: Wean off the low-level image composite interfaceChris Wilson2010-01-221-50/+27
* ps: Arguments to fill_extents() were reversed.Chris Wilson2010-01-221-1/+2
* misc: Only use custom lround() under DISABLE_SOME_FLOATING_POINTChris Wilson2010-01-221-2/+2
* pattern: An EXTEND_NONE surface is not opaque if we sample outsideChris Wilson2010-01-221-74/+112
* Add cairo_device_tChris Wilson2010-01-221-1/+3
* Constify stroke style and matrices.Chris Wilson2010-01-221-3/+3
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* PS: Add some missing pdf-operators flushesAdrian Johnson2009-11-261-0/+15
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-21/+21
* PS: Use standard page size names for some common sizesAdrian Johnson2009-09-281-4/+62
* PS: Add DocumentMedia/PageMedia DSC commentsAdrian Johnson2009-09-251-0/+88
* [ps] Clip meta-surface to desired extents.Chris Wilson2009-09-011-3/+43
* [ps/pdf] Trim patterns to operation extentsChris Wilson2009-09-011-26/+50
* Use the more generic is_box when doing simple extent checksChris Wilson2009-08-291-1/+1
* Add xml surfaceChris Wilson2009-08-291-0/+4
* [build] Add options for warning about bad castsChris Wilson2009-08-291-10/+10
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-157/+210
* Export meta-surfaceChris Wilson2009-07-031-1/+1
* [ps] Trivial warning fix.Chris Wilson2009-06-021-0/+1
* [ps] Check for error during stroking.Chris Wilson2009-03-311-0/+3
* Check for errors during get_mime_data()Chris Wilson2009-03-311-0/+2
* [ps] Check the status of _cairo_type3_glyph_surface_create()Chris Wilson2009-02-241-0/+3
* Trivial warning fixes.Chris Wilson2009-01-301-2/+2
* [ps] Free images after emitting patterns.Chris Wilson2009-01-291-2/+16
* Use PS font name in PS TrueType fontsAdrian Johnson2009-01-221-4/+5
* [cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja2008-12-061-0/+2
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-8/+8
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-61/+61
* Move cairo-jpeg-info.c to cairo-image-info.cAdrian Johnson2008-11-231-3/+3
* Add CairoScript backend.Chris Wilson2008-11-131-0/+2
* [ps] Trivial compile warning clenaup.Chris Wilson2008-11-071-1/+1
* [mime-type] Request the mime-data for the source surface, not ourselves!Chris Wilson2008-11-041-3/+2
* PS: Implement JPEG embeddingAdrian Johnson2008-11-041-3/+101
* Compile tidy.Chris Wilson2008-11-031-1/+1
* PS: meta-surface patterns with EXTEND_PAD are unsupportedAdrian Johnson2008-11-021-2/+6
* PS: Implement EXTEND_PAD for image patternsAdrian Johnson2008-11-021-17/+82
* Add an extents argument to the high level surface backend functionsAdrian Johnson2008-11-021-4/+8
* PS/PDF: Set image Interpolation flagAdrian Johnson2008-10-301-3/+25
* Cleanup 'status && status != UNSUPPORTED'Chris Wilson2008-10-301-2/+2
* [pattern] Avoid needless copying of patterns.Chris Wilson2008-10-301-18/+21
* Don't add a notdef glyph to Type 3 font subsetsAdrian Johnson2008-10-221-14/+7
* [ps] Check for an empty font subset.Chris Wilson2008-10-211-0/+3
* Add API documentation for NULL filenames and write_funcs.Chris Wilson2008-10-201-2/+8
* [ps] Destroy type3 surface on error.Chris Wilson2008-10-191-1/+3
* [svg] Use finer-grained fallbacks for SVG 1.2Chris Wilson2008-10-081-0/+8
* [ps] Silence compiler warning.Chris Wilson2008-09-171-1/+1
* [ps] Consume dictionary after where.Chris Wilson2008-09-171-3/+3
* PS: execute type3 glyphs in their own dictionaryAdrian Johnson2008-09-111-1/+2
* Enable show_glyphs inside of in user-font glyphsAdrian Johnson2008-09-111-2/+5
* Add _cairo_type3_glyph_surface_analyze_glyph()Adrian Johnson2008-09-111-0/+30