summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-21/+20
2011-07-19ps: Add HAS_FT_FONT guards for type1Chris Wilson1-0/+20
2011-07-18type1-subset: Remove FT dependency part 6Adrian Johnson1-4/+0
2011-07-15Implement cairo_backend_tChris Wilson1-0/+3
2011-05-22PS: Use tight bounding boxAdrian Johnson1-11/+4
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