summaryrefslogtreecommitdiff
path: root/src/cairo-svg-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-11-21[SVG] Fix compiler warningBehdad Esfahbod1-57/+55
2006-11-21SVG: plug a memory leakEmmanuel Pacaud1-2/+1
2006-11-12Add SVGPrint support.Emmanuel Pacaud1-14/+113
2006-09-07Use new return value from _cairo_output_stream_destroyCarl Worth1-2/+1
2006-08-28Eliminate conditions checking for unsigned or enum values less than 0.Carl Worth1-2/+2
2006-08-18Use &image->base as appropriate to avoid warnings.Carl Worth1-3/+3
2006-08-17Fix assertion failures in bitmap-font test by coercing A8 images to A1Carl Worth1-1/+9
2006-08-08Set antialiasing to gray in default font options for PS/PDF/SVGBehdad Esfahbod1-3/+4
2006-08-07Fix some signed/unsigned comparison warnings that cropped up during the warni...Carl Worth1-1/+1
2006-08-07Merge branch 'warnings-cleanup' into cairoCarl Worth1-3/+3
2006-08-02Remove freetype dependency for truetype subsetting code.Adrian Johnson1-1/+0
2006-07-28Add -Wsign-compare compiler flag and fix all warningsCarl Worth1-3/+3
2006-07-01SVG: Fix leak in _cairo_svg_surface_maskCarl Worth1-0/+1
2006-06-30Remove CAIRO_SVG_VERSION_LAST from public header file.Behdad Esfahbod1-2/+6
2006-06-30Update lots of docs.Behdad Esfahbod1-7/+7
2006-06-30Add "Since: 1.2" to docs for most new API functions.Behdad Esfahbod1-4/+10
2006-06-29Prefix "cairo_*_test_*" symbols with underscore.Behdad Esfahbod1-2/+2
2006-06-29Remove cairo_public from source files.Behdad Esfahbod1-3/+3
2006-06-23SVG: fix bit order for bitmap font data and use a group with matrixEmmanuel Pacaud1-32/+23
2006-06-22SVG: dumb implementation of bitmap glyphs.Emmanuel Pacaud1-7/+32
2006-06-20SVG: Fix to not crash on bitmapped glyphsCarl Worth1-24/+63
2006-06-13Rewrite SVG backend to just use cairo output stream instead of libxml2.Kristian Høgsberg1-690/+471
2006-06-12Make cairo_output_stream_t an embeddable type.Kristian Høgsberg1-0/+1
2006-06-11SVG: Sets fallback resolution when compositing a meta surface.Emmanuel Pacaud1-15/+14
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-38/+0
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-1/+1
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-63/+63
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-2/+2
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-9/+9
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-50/+50
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+2
2006-05-23SVG: Fix for line-width-scaleCarl Worth1-22/+41
2006-05-15Change scaled_font_subsets_callback to have return type of void.Carl Worth1-15/+10
2006-05-10SVG: Discard custom font subsetting in favor of sharing cairo-scaled-font-sub...Carl Worth1-228/+44
2006-05-06SVG: Emit glyphs at the beginning of defs section.Emmanuel Pacaud1-1/+6
2006-05-06SVG: Implementation of glyph cacheEmmanuel Pacaud1-121/+450
2006-05-05SVG: Fix cairo_svg_surface_restrict_to_version.Emmanuel Pacaud1-21/+41
2006-05-05SVG: Remove special case for unclipped CLEAR and SOURCE in paint whenEmmanuel Pacaud1-5/+7
2006-05-05SVG: Sets something sane in width and height if acquire source image fails.Emmanuel Pacaud1-2/+7
2006-05-04SVG: Fix the previous fix for xlink namespace.Emmanuel Pacaud1-15/+19
2006-05-04SVG: Fix xml namespace declaration.Emmanuel Pacaud1-10/+14
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-2/+2
2006-05-03SVG: Emit "svg" version in document_finish.Emmanuel Pacaud1-2/+3
2006-05-03SVG: Only "comp-op" property when svg_version >= 1.2Emmanuel Pacaud1-5/+8
2006-05-03SVG: Emit correct version property of "svg" element.Emmanuel Pacaud1-1/+8
2006-05-02SVG: Really use width and height in point unit.Emmanuel Pacaud1-2/+23
2006-05-02SVG: Minor documentation fixes.Emmanuel Pacaud1-3/+5