summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-09cairo-ps-surface - add a couple of status checksChris Wilson1-23/+31
2007-04-03Make sure all nil objects start with _cairo_Behdad Esfahbod1-2/+2
2007-03-23PS: Remove unused variableAdrian Johnson1-1/+0
2007-03-23PDF: Use the TJ operator to show glyphsAdrian Johnson1-5/+6
2007-03-07[PS/PDF/SVG] Rename internal symbols to have _cairo_*_surface prefixBehdad Esfahbod1-26/+26
2007-03-02Cast away a const to quiet a compiler warning.Carl Worth1-1/+6
2007-03-01[PS/PDF] Mark CAIRO_EXTEND_PAD for surface patterns as natively supportedBehdad Esfahbod1-5/+7
2007-02-27[PS/PDF] Fix xstep/ystep values for CAIRO_EXTEND_NONEBehdad Esfahbod1-15/+28
2007-02-23[PS] Add note about possible need for fix.Behdad Esfahbod1-0/+5
2007-02-23[PS] Fix surface patterns with transformsBehdad Esfahbod1-28/+14
2007-02-23[PS/PDF] Accept CAIRO_EXTEND_REFLECT surface patterns nativelyBehdad Esfahbod1-2/+2
2007-02-23[PS] Update surface_pattern_supported() from PDFBehdad Esfahbod1-1/+23
2007-02-21[PS] Fix rotated image pattern emission by correcting setting the bboxBehdad Esfahbod1-10/+21
2007-02-21PDF/PS: Don't embed multiple copies of the same fontAdrian Johnson1-6/+18
2007-02-08[PS/PDF/SVG] Return a write_error nil surface on write errorsEugeniy Meshcheryakov1-1/+3
2007-02-05PS: Correct the TrueType Encoding and CharstringsAdrian Johnson1-4/+4
2007-01-11Remove unused variables (#7963)Kjartan Maraas1-2/+1
2007-01-07Spell check the docsBehdad Esfahbod1-2/+2
2006-12-17[PS] Fix typo in comment emitted for Type1 fallback font subsetsBehdad Esfahbod1-1/+1
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-11-21[PS] Rename n_glyphs to num_glyphs_unsignedBehdad Esfahbod1-9/+9
2006-11-21[PS] Eliminate compiler warnings about unoptimizable loopsBehdad Esfahbod1-13/+15
2006-10-26PS: Use xshow/yshow/xyshow for strings of glyphsAdrian Johnson1-28/+121
2006-10-25Fix offset/extent bug in ps output for repeating source surface patternsCarl Worth1-27/+57
2006-10-15PS: Add cairo version to PS headerAdrian Johnson1-1/+2
2006-10-15Type 1 fallback fonts - use binary encoding in PDF filesAdrian Johnson1-1/+1
2006-09-07Check status value of output_stream object at time of destroyCarl Worth1-0/+2
2006-09-05Generate Type 1 fonts from glyph outlinesAdrian Johnson1-0/+32
2006-09-05Fix Type 1 embedding in PDFAdrian Johnson1-1/+1
2006-08-18Use &image->base as appropriate to avoid warnings.Carl Worth1-2/+2
2006-08-17Fix assertion failures in bitmap-font test by coercing A8 images to A1Carl Worth1-1/+8
2006-08-15[PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_dataBehdad Esfahbod1-6/+6
2006-08-08Set antialiasing to gray in default font options for PS/PDF/SVGBehdad Esfahbod1-0/+1
2006-08-08Merge branch 'surface-font-options' into cairoCarl Worth1-14/+1
2006-08-07Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth1-3/+2
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth1-2/+2
2006-08-07Add -Wwrite-strings compiler flag and fix all warningsBehdad Esfahbod1-1/+1
2006-08-02Remove freetype dependency for truetype subsetting code.Adrian Johnson1-1/+5
2006-08-02This patch fixes the problem where the postscript outputAdrian Johnson1-8/+19
2006-07-31Remove dummy create_similar in PS/PDF and let fallback do the sameBehdad Esfahbod1-14/+1
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth1-1/+1
2006-06-30ps: Fix to not walk off the end of the data array.Carl Worth1-0/+1
2006-06-30ps: Fix degenerate-path test failure.Carl Worth1-16/+68
2006-06-30ps: Fix transformation of source surfaces.Carl Worth1-24/+39
2006-06-30Update lots of docs.Behdad Esfahbod1-9/+7
2006-06-30Add "Since: 1.2" to docs for most new API functions.Behdad Esfahbod1-1/+13
2006-06-29Prefix "cairo_*_test_*" symbols with underscore.Behdad Esfahbod1-2/+2
2006-06-29PS: Fix for dash-zero-lengthCarl Worth1-4/+75
2006-06-27PS: Workaround to avoid splitting final ~> terminating sequence.Jeff Muizelaar1-0/+7
2006-06-20PS: Add support for emitting bitmapped glyphs into type3 fonts.Carl Worth1-6/+39