summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-05-01SVG: Trivial indentation and comment fixes.Emmanuel Pacaud1-13/+18
2006-05-01SVG: Remove outdated comment.Emmanuel Pacaud1-4/+0
2006-05-01SVG: Fix error handling in create_for_document and in composite_image_pattern.Emmanuel Pacaud1-8/+12
2006-05-01SVG: Add an additionnal API for creating SVG 1.1 or 1.2 files.Emmanuel Pacaud2-26/+156
2006-05-01SVG: Some variable/type renaming.Emmanuel Pacaud1-25/+25
2006-05-01SVG: Reenable optimisation of CLEAR and SOURCE in paint when there'sEmmanuel Pacaud1-3/+4
2006-05-01SVG: Code cleanup.Emmanuel Pacaud1-4/+1
2006-05-01SVG: Initial support of operators support via image fallbacks.Emmanuel Pacaud1-33/+67
2006-05-01SVG: Sort of working implementation of a SVG backend with paginated surfaceEmmanuel Pacaud1-37/+97
2006-05-01SVG: First pass for analyze-surface supportEmmanuel Pacaud1-7/+85
2006-05-01Copy content property when doing a snapshot of a meta surface.Emmanuel Pacaud1-0/+1
2006-04-28Fix PS Surface MemleakHenning Noren1-1/+14
2006-04-27Correct documentation to say "user space", not "user-space" where appropriate.Carl Worth1-5/+5
2006-04-27Optimisation of CLEAR operator in meta-surface.Emmanuel Pacaud2-1/+16
2006-04-27Implement paginated create_similar, moving similar images down to PS and PDF.Emmanuel Pacaud3-12/+19
2006-04-27paginated: Remove memory leak of analysis surface from _paint_pageCarl Worth1-0/+2
2006-04-27Add reference to cairo_surface_set_user_data in docs. for cairo_image_surface...Carl Worth1-0/+3
2006-04-26Remove cairo.def from the generated tar file. It's not useful there.Carl Worth1-3/+0
2006-04-26WIN32: Define SHADEBLENDCAPS and SB_NONE if they are not defined. (from Tor L...Behdad Esfahbod1-0/+8
2006-04-25Support fontconfig embeddedbitmap option/handle transformation issue as well.Zhe Su1-3/+21
2006-04-25Fix default font options for PS and PDF backends.Carl Worth3-5/+24
2006-04-25PDF: Execute entire path in user coordinates when stroking so that line param...Keith Packard1-9/+86
2006-04-25PDF: Add SMask output and simplify analysis to support all OVER operations.Carl Worth1-90/+199
2006-04-25PDF: Remove unused backend functions.Carl Worth1-362/+4
2006-04-24PDF: Fix surface pattern transformation and support for EXTEND_NONE.Carl Worth1-13/+72
2006-04-24Fix broken error-checking in cairo_{ps,pdf}_surface_set_dpiCarl Worth2-2/+2
2006-04-24Fix invalid restore that was causing subsequent pages after first to be invertedCarl Worth1-1/+3
2006-04-20PDF: Cleanup error handling of emit_image_rgb_dataCarl Worth1-17/+20
2006-04-19PDF: Add simple implementation of _cairo_pdf_surface_show_glyphs (text as pat...Carl Worth1-3/+24
2006-04-18Use fallbacks in PDF backend for CAIRO_ANTIALIAS_NONE.Carl Worth1-2/+14
2006-04-18Add implementation of _cairo_pdf_surface_paint (and fix emit_surface_pattern).Carl Worth1-19/+46
2006-04-18Fix stale code in comment.Carl Worth1-1/+1
2006-04-19Fixing bad mergeChristian Biesinger1-1/+0
2006-04-18Add support for _cairo_pdf_surface_stroke.Carl Worth1-14/+130
2006-04-19Use calloc rather than malloc+memsetChristian Biesinger1-3/+1
2006-04-18Merge branch 'cairo' into new-sub-pathCarl Worth47-1439/+4267
2006-04-18Enable real analysis for _cairo_pdf_surface_paint.Carl Worth1-6/+55
2006-04-17SVG: Fix mask and try to support CAIRO_CONTENT_ALPHA.Emmanuel Pacaud1-5/+44
2006-04-17SVG: Don't insert /n/r in base64 encoded image dataEmmanuel Pacaud1-7/+0
2006-04-17SVG: Don't check for content type in create_similar, and mark surface as modi...Emmanuel Pacaud1-4/+1
2006-04-16SVG: Add support for CAIRO_CONTENT_COLOR in create_similar.Emmanuel Pacaud1-15/+54
2006-04-15Implement cairo_set_scaled_font().Behdad Esfahbod2-0/+44
2006-04-14Fix _cairo_surface_is_opaque to return FALSE not TRUE for non-image surfaces.Carl Worth1-1/+9
2006-04-14Farm out the surface and pattern analysis functions away from cairo-ps-surfac...Carl Worth5-72/+83
2006-04-14Move analysis of operators from cairo-ps-surface.c to cairo-operator.cCarl Worth4-68/+132
2006-04-14Add tests for PAGINATED_MODE_ANALYZE to PDF (no real analysis yet)Carl Worth1-4/+35
2006-04-14Change cairo_image_surface_create to zero out surface contents.Dom Lachowicz1-3/+4
2006-04-14Move optimization of CLEAR on blank page up from PS to paginated surface.Carl Worth3-27/+38
2006-04-14Add stub implementations of drawing operations for the PDF backend.Carl Worth1-57/+103
2006-04-14Update documentation of cairo_paginated_surfaceCarl Worth2-27/+14