summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Erradicate internal use of cairo_surface_get_type()Chris Wilson1-2/+2
2012-06-01Erradicate internal use of cairo_surface_get_content()Chris Wilson1-1/+1
2012-05-27ps: check if EXTEND_PAD group can be painted with EXTEND_NONEAdrian Johnson1-6/+25
2012-04-27snapshot: Perform the cow under a mutexChris Wilson1-12/+21
2012-04-23ps: support all image typesAdrian Johnson1-4/+37
2012-04-19Split cairo-list into struct+inlinesChris Wilson1-0/+1
2012-04-19Split cairo-recording-surface-private into struct+inlinesChris Wilson1-1/+1
2012-04-14Revert accidental push of ps debugging API.Chris Wilson1-48/+0
2012-04-12ps (debug API): Export the ability to force fallbacksChris Wilson1-0/+21
2012-04-12ps (API): Export the ability to set the creation date of the surfaceChris Wilson1-0/+27
2012-03-29doc: Add "since" tag to documentationAndrea Canciani1-0/+2
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-3/+3
2012-03-10doc/ps-surface: minor improvementsNis Martensen1-3/+5
2012-03-10doc: add colon to .._padded_image_from_imageNis Martensen1-1/+1
2012-02-24pdf,ps: The device offset only needs to taken into account for raster patternsChris Wilson1-2/+1
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-0/+1
2012-02-04ps: fix extend-pad-border test failureAdrian Johnson1-6/+9
2012-02-02ps: ensure shading domain is [ 0 1 ]Adrian Johnson1-5/+15
2012-02-02ps: add missing 'Q' to end of pageAdrian Johnson1-20/+7
2012-02-01ps: avoid using ps patterns to paint/fill gradientsAdrian Johnson1-76/+144
2012-01-31ps: support RASTER_SOURCE patternsAdrian Johnson1-212/+389
2012-01-19api: add cairo_surface_supports_mime_typeAdrian Johnson1-0/+13
2012-01-15ps: handle different x/y fallback resolution in Fallback Image commentAdrian Johnson1-7/+19
2011-12-10ps: simplify the EPS save and restoreAdrian Johnson1-7/+3
2011-12-06ps: allow embedding of cmyk jpeg imagesAdrian Johnson1-5/+21
2011-12-06ps: avoid padding images if the padding is not required to fill the extentsAdrian Johnson1-24/+35
2011-11-25Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson1-0/+5
2011-09-15ps: Check earlier for a supported maskChris Wilson1-6/+4
2011-09-15ps: Fix return value for mask_supported and ps2Chris Wilson1-3/+3
2011-09-15ps: Set transparency for stencil_masksChris Wilson1-14/+10
2011-09-13ps: turn off debugAdrian Johnson1-1/+1
2011-09-12Introduce a new compositor architectureChris Wilson1-98/+113
2011-09-11ps: improve formatting of fallback image commentAdrian Johnson1-1/+1
2011-09-11ps: use reusable stream for mesh pattern dataAdrian Johnson1-11/+18
2011-09-06ps/pdf: fix the polarity of stencil masksAdrian Johnson1-1/+1
2011-09-06ps: support stencil masksAdrian Johnson1-89/+206
2011-09-05ps: each row of 1-bit image data needs to begin on a byte boundaryAdrian Johnson1-0/+2
2011-08-29ps/pdf: use a new clipper object when emitting a recording surfaceAdrian Johnson1-0/+14
2011-08-14ps: unwrap recording surface snapshotsChris Wilson1-1/+13
2011-08-14ps: use deflate compression for ps level 3Adrian Johnson1-35/+74
2011-08-13Only reduce the clip if it is not in active use for the operationChris Wilson1-14/+4
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-0/+1
2011-08-06ps: use show_text_glyphsAdrian Johnson1-12/+29
2011-08-04ps: check if images are grayscale or monochrome and encode as suchAdrian Johnson1-52/+110
2011-07-29ps: remove unnecessary flushAdrian Johnson1-4/+0
2011-07-29ps: Apply the clip reduction techniques from pdfChris Wilson1-4/+32
2011-07-26composite: Pass unbounded extents to initialisationChris Wilson1-12/+17
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-1/+6
2011-07-20ps: Don't return CAIRO_INT_STATUS_NOTHING_TO_DO for empty glyphsAdrian Johnson1-1/+5
2011-07-20Remove HAS_FT_FONT from cairo-scaled-font-subsets-private.hAdrian Johnson1-19/+0