summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth68-174/+756
2006-01-15Update BeOS reference images per the recent gradient changesChristian Biesinger6-0/+9
2006-01-14Ignore glitz-glx test outputChristian Biesinger2-0/+6
2006-01-13Fix things up to conform with Adobe PostScript Document Structuring Conventio...Carl Worth2-16/+21
2006-01-13Rip out the misguided paint-with-white and RGB24 surface code and go back to ...Carl Worth2-24/+14
2006-01-13Eliminate cast of state->dx.elements which has been wrong since the internals...Carl Worth2-1/+10
2006-01-12Add a call to cairo_copy_page, so that that gets called at least once within ...Carl Worth3-27/+35
2006-01-12Add a new CAIRO_HAS_MULTI_PAGE_SURFACES automake conditional.Carl Worth7-281/+93
2006-01-12Some fixes for the fact that multi-page output was totally broken for cairo_p...Carl Worth3-29/+92
2006-01-11Paint with white to intermediate RGB24 images before replaying meta-surface t...Carl Worth2-1/+30
2006-01-11Note that PS backend has now been switched over to use cairo_paginated_surfac...Carl Worth4-555/+254
2006-01-11Note that from here on out, the PDF output should always pass the entire test...Carl Worth5-19/+90
2006-01-10Remove old scale matrix since it exists in our base class.Anders Carlsson2-11/+19
2006-01-10Add cairo-quartz-private.hAnders Carlsson5-18/+136
2006-01-09Add printf format attribute to cairo_test_log.Carl Worth2-1/+12
2006-01-09Use uint32_t instead of uint;Anders Carlsson2-4/+11
2006-01-06Reviewed by keithpCarl Worth2-2/+32
2006-01-06Reviewed by keithpCarl Worth5-11/+104
2006-01-05Slip 1.2.0 projected data (again) out to 2006-01-13. Note that win32 is now i...Carl Worth2-4/+34
2006-01-05Gradient updates in SVG backend and no sorting of color stops in SVG or PDF b...David Reveman3-59/+41
2006-01-05Update gradient code in glitz backendDavid Reveman2-15/+18
2006-01-05Update gradient code in PDF backendDavid Reveman2-15/+20
2006-01-042005-10-10 David Reveman <davidr@novell.com>Carl Worth23-473/+221
2006-01-042005-10-10 David Reveman <davidr@novell.com>Carl Worth4-459/+776
2006-01-04Originally: 2005-10-10 David Reveman <davidr@novell.com>Carl Worth6-55/+510
2006-01-03Clamp surface dimensions to a minimum of 1. (_cairo_glitz_surface_get_image):...Vladimir Vukicevic4-36/+104
2006-01-03Clean up output some; show only images that fail, otherwise just show pass/fa...Vladimir Vukicevic2-18/+68
2005-12-30no more has_clip boolean. Init clip_level. (_cairo_surface_intersect_clip_pat...Emmanuel Pacaud2-8/+15
2005-12-29New directfb backend for cairo includes test suite and example to run the tes...Michael Emmel9-1/+1064
2005-12-28namespace declarations for SVG and XLINK (#5411).Emmanuel Pacaud2-1/+9
2005-12-27Add BeOS-specific reference images for tests where the maximum color differen...Christian Biesinger8-0/+13
2005-12-26Implement composite for the beos backend. Don't map CAIRO_OPERATOR_ADD to B_O...Christian Biesinger2-1/+104
2005-12-26Don't require that the caller locks the view; do it in cairo code.Christian Biesinger3-12/+65
2005-12-21Remove some unneeded backend functions (composite, fill_rectangles, composite...Carl Worth2-124/+10
2005-12-21Don't implement create_similar for the test-meta or the paginated surface. Th...Carl Worth3-23/+12
2005-12-21Add a private cairo_paginated_surface_t which builds on top of the meta surfa...Carl Worth7-1/+623
2005-12-21Here is a cleaner implementation of the _cairo_array_t change which was previ...Carl Worth5-12/+63
2005-12-21Revert inadvertent commit (immediately previous).Carl Worth5-57/+44
2005-12-21Fix indentation.Carl Worth7-33/+64
2005-12-21Remove cruft from old commands that the meta surface no longer implements (co...Carl Worth2-49/+6
2005-12-21Fix some typosChristian Biesinger4-4/+12
2005-12-21store surfaces in a <g> node, and clip to surface area. Now SVG backend shoul...Emmanuel Pacaud2-28/+52
2005-12-20Add some comments describing what a cairo_meta_surface_t is.Carl Worth6-73/+83
2005-12-20Move more fallback code from cairo-gstate.c to cairo-surface-fallback.c where...Carl Worth4-594/+592
2005-12-19Begin moving fallback code out of cairo-surface.c and into cairo-surface-fall...Carl Worth5-615/+797
2005-12-19Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...Carl Worth7-42/+444
2005-12-19Use correct color when OPERATOR_SOURCE is used on a surface without alpha inf...Christian Biesinger2-0/+16
2005-12-19fix stroke linewidth and dashes, I hope. Emit stroke-dashoffset.Emmanuel Pacaud2-2/+15
2005-12-19Use NULL clip instead of special serial zero cairo_clip_t Should make using s...Keith Packard4-22/+54
2005-12-19Shhhh...Emmanuel Pacaud1-0/+2