summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-13Fix page numbers in PostScript output to start at 1Carl Worth1-1/+2
2006-04-12Optimize PostScript file size with procedures instead of builtin operators.Carl Worth1-15/+27
2006-04-12Add simple word wrapping to keep PostScript output within 80 columns or less.Carl Worth1-0/+109
2006-04-12Merge branch 'ps-type3' into cairo (no bitmap support for type 3 yet).Carl Worth1-297/+440
2006-04-12Add documentation for _cairo_output_stream_create_for_file.Carl Worth1-0/+7
2006-04-12Propagate stream status values through _cairo_ps_surface_finishCarl Worth1-2/+7
2006-04-12Use ferror to get error checking for stdio-based output streams.Carl Worth1-3/+8
2006-04-12Fix missing argument to printf in _cairo_ps_surface_stat_pageCarl Worth1-2/+3
2006-04-12Clean up output_stream error handling in _cairo_ps_surface_create.Carl Worth2-11/+15
2006-04-12Merge 'Save PS output in temp file' from ps-type3 branchCarl Worth5-16/+72
2006-04-12Add some documentation to string_array_streamCarl Worth1-0/+14
2006-04-12Print both page label and number in PostScript %%Page headers.Carl Worth1-1/+1
2006-04-11Make cairo_t and cairo_output_stream_t destructors handle NULL.Kristian Høgsberg2-0/+9