summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-19PS PDF: Drop unused hex_digit functions, (now that output stream supports %02x)Carl Worth1-8/+0
2006-06-19Implement 0-padding and field width for _cairo_output_stream_printf().Kristian Høgsberg1-3/+2
2006-06-14Merge branch 'svg-rewrite'Kristian Høgsberg1-23/+22
2006-06-13Merge branch 'type1-subsetting' into cairoCarl Worth1-150/+172
2006-06-13Merge branch 'truetype-subsetting' into cairoCarl Worth1-9/+111
2006-06-13PS, PDF: Re-organize handling of bitmapped fonts to avoid invalid output.Carl Worth1-26/+65
2006-06-12Convert the word wrap stream, the base85 stream and the ps string stream.Kristian Høgsberg1-23/+21
2006-06-12Make cairo_output_stream_t an embeddable type.Kristian Høgsberg1-0/+1
2006-06-10Add cairo_{ps,svg}_test_force_fallbacks so tests can force fallbacks.Carl Worth1-0/+24
2006-06-09New API: Replace cairo_{ps,pdf,svg}_set_dpi with new cairo_surface_set_fallba...Carl Worth1-35/+0
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-2/+2
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-4/+4
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-8/+8
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-18/+18
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+2
2006-05-18Make ps surface use type1 subset code.Kristian Høgsberg1-0/+34
2006-05-18Only use the word wrap stream when emitting paths.Kristian Høgsberg1-147/+140