summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
Commit message (Expand)AuthorAgeFilesLines
...
* ps: remove duplicate /Interpolate from image dictionaryAdrian Johnson2014-01-031-2/+0
* pdf/ps: avoid outputting excess decimal places in matricesAdrian Johnson2013-12-071-24/+16
* ps: fix embedding of mime dataAdrian Johnson2013-09-131-6/+10
* pdf: Improve consistency in use of cairo_int_status_tChris Wilson2013-06-201-1/+1
* Erradicate internal use of cairo_surface_get_type()Chris Wilson2012-06-011-2/+2
* Erradicate internal use of cairo_surface_get_content()Chris Wilson2012-06-011-1/+1
* ps: check if EXTEND_PAD group can be painted with EXTEND_NONEAdrian Johnson2012-05-271-6/+25
* snapshot: Perform the cow under a mutexChris Wilson2012-04-271-12/+21
* ps: support all image typesAdrian Johnson2012-04-231-4/+37
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-0/+1
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* Revert accidental push of ps debugging API.Chris Wilson2012-04-141-48/+0
* ps (debug API): Export the ability to force fallbacksChris Wilson2012-04-121-0/+21
* ps (API): Export the ability to set the creation date of the surfaceChris Wilson2012-04-121-0/+27
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+2
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-3/+3
* doc/ps-surface: minor improvementsNis Martensen2012-03-101-3/+5
* doc: add colon to .._padded_image_from_imageNis Martensen2012-03-101-1/+1
* pdf,ps: The device offset only needs to taken into account for raster patternsChris Wilson2012-02-241-2/+1
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+1
* ps: fix extend-pad-border test failureAdrian Johnson2012-02-041-6/+9
* ps: ensure shading domain is [ 0 1 ]Adrian Johnson2012-02-021-5/+15
* ps: add missing 'Q' to end of pageAdrian Johnson2012-02-021-20/+7
* ps: avoid using ps patterns to paint/fill gradientsAdrian Johnson2012-02-011-76/+144
* ps: support RASTER_SOURCE patternsAdrian Johnson2012-01-311-212/+389
* api: add cairo_surface_supports_mime_typeAdrian Johnson2012-01-191-0/+13
* ps: handle different x/y fallback resolution in Fallback Image commentAdrian Johnson2012-01-151-7/+19
* ps: simplify the EPS save and restoreAdrian Johnson2011-12-101-7/+3
* ps: allow embedding of cmyk jpeg imagesAdrian Johnson2011-12-061-5/+21
* ps: avoid padding images if the padding is not required to fill the extentsAdrian Johnson2011-12-061-24/+35
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-0/+5
* ps: Check earlier for a supported maskChris Wilson2011-09-151-6/+4
* ps: Fix return value for mask_supported and ps2Chris Wilson2011-09-151-3/+3
* ps: Set transparency for stencil_masksChris Wilson2011-09-151-14/+10
* ps: turn off debugAdrian Johnson2011-09-131-1/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-98/+113
* ps: improve formatting of fallback image commentAdrian Johnson2011-09-111-1/+1
* ps: use reusable stream for mesh pattern dataAdrian Johnson2011-09-111-11/+18
* ps/pdf: fix the polarity of stencil masksAdrian Johnson2011-09-061-1/+1
* ps: support stencil masksAdrian Johnson2011-09-061-89/+206
* ps: each row of 1-bit image data needs to begin on a byte boundaryAdrian Johnson2011-09-051-0/+2
* ps/pdf: use a new clipper object when emitting a recording surfaceAdrian Johnson2011-08-291-0/+14
* ps: unwrap recording surface snapshotsChris Wilson2011-08-141-1/+13
* ps: use deflate compression for ps level 3Adrian Johnson2011-08-141-35/+74
* Only reduce the clip if it is not in active use for the operationChris Wilson2011-08-131-14/+4
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* ps: use show_text_glyphsAdrian Johnson2011-08-061-12/+29
* ps: check if images are grayscale or monochrome and encode as suchAdrian Johnson2011-08-041-52/+110
* ps: remove unnecessary flushAdrian Johnson2011-07-291-4/+0
* ps: Apply the clip reduction techniques from pdfChris Wilson2011-07-291-4/+32