summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-14Add a start_page function to the paginated_surface_backend.Carl Worth5-47/+112
2006-04-14PDF: Fix typo in documentation.Emmanuel Pacaud1-1/+1
2006-04-14SVG: Add documentation for public API. Fix test filenames and add testing of ...Emmanuel Pacaud1-0/+47
2006-04-14SVG: Emulate CLEAR and SOURCE operators on paint call when no clipping region...Emmanuel Pacaud1-0/+11
2006-04-14Add a new cairo_paginated_surface_backend_t rather than just a single functio...Carl Worth5-52/+63
2006-04-14Fix _composite_trap_region to restore the original clip when done.Carl Worth1-0/+4
2006-04-14Flesh test-paginated-surface out into a complete surface.Carl Worth3-14/+220
2006-04-14Move cairo_pdf_surface_backend to file end so it's easier to find.Carl Worth1-33/+33
2006-04-14Fix skipping zero length dash segments in dash_start.Jeff Muizelaar1-1/+5
2006-04-13Move the test for zero length sub edges below the computation of faces.Jeff Muizelaar1-7/+7
2006-04-13Move calculation of slope outside of _cairo_stroker_add_sub_edge.Jeff Muizelaar1-7/+12
2006-04-13Check for zero length dashed lines.Jeff Muizelaar1-1/+9