summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2005-12-18Mention new --enable-svg optionChristian Biesinger5-0/+287
2005-12-16Add a new option --enable-test-surfaces.Carl Worth3-9/+44
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-4/+4
2005-12-14#define access _access and #define F_OK to 0 on for MSVCStuart Parmenter2-0/+6
2005-12-14Add preliminary support for --enable-gcov. Thanks to Pierre-Alain Joye (with ...Carl Worth1-0/+1
2005-12-12bump glitz req to 0.5.1, test for backendsVladimir Vukicevic3-17/+698
2005-12-08shhh...Emmanuel Pacaud1-0/+4
2005-12-08add optionnal disabled by default SVG backend.Emmanuel Pacaud3-1/+258
2005-12-07Add checks for poppler and friends which are needed by pdf2png. Set CAIRO_CAN...Carl Worth4-2/+165
2005-12-07Fix to check cairo_surface_status rather than !surface which is always false....Carl Worth1-1/+3
2005-11-17Hooked up tests to run on Windows with a Windows surfaceStuart Parmenter1-7/+46
2005-11-08Note that PS is now passing all tests except for self-copy.Carl Worth21-2/+2
2005-10-18Add reference images for antialiasing modes which are basically not applicabl...Carl Worth2-0/+0
2005-10-13Add verified image for PS output for dash-offset-negative.Carl Worth2-0/+1
2005-10-13Push fill_path fallbacks down from gstate into the surface where all the othe...Carl Worth1-1/+1
2005-10-12Add extend-reflect to the 1.2.0 roadmap. Mark dashed splines and clip-all as ...Carl Worth2-1/+3
2005-10-12Add a couple of tests to improve our coverage (clipping under both fill rules).Carl Worth9-0/+182
2005-10-10Transform source pattern for _cairo_surface_fill_path() also (#4673).Kristian Høgsberg2-10/+2
2005-10-09Add a new test to start investigating bug 4183.Billy Biggs3-0/+42
2005-10-09Make surface image data static to work around a bug in cairo-meta-surface.c (...Carl Worth6-6/+6
2005-10-08Add ps-backend-specific reference images for test for which the current outpu...Carl Worth11-0/+0
2005-10-08Ignore output of PS tests.Carl Worth2-2/+9
2005-10-06Add missing initialization for ximage.xoffset.Carl Worth2-22/+29
2005-09-29Add rgb24 surface tests, support per-target reference images and support PS s...Keith Packard58-74/+261
2005-09-27Note that bug #4409 (Dashes are missing initial caps) is now fixed.Carl Worth3-3/+1
2005-09-27Add two test cases. One for caps and joins (passes), and one for dashed caps ...Carl Worth5-0/+189
2005-09-19Avoid attempting to create a size-0 Pixmap, (to prevent the associated X erro...Carl Worth2-3/+1
2005-09-13Adjust parameters to stress things a bit more, (better exposing another locki...Carl Worth1-5/+5
2005-09-13Add documentation for cairo_test functions.Carl Worth5-16/+182
2005-09-01Add includes to get sized-integer types such as uint32_t.Carl Worth10-9/+35
2005-08-31Add call to XSynchronize, (the expected clip-all failure isn't occuring witho...Carl Worth3-4/+6
2005-08-31Add call to XSynchronize, (the expected clip-all failure isn't occuring witho...Carl Worth2-1/+4
2005-08-31Split out scaled font code to cairo-scaled-font.cKeith Packard10-3/+3
2005-08-31Fix test to not try to set a non-invertible matrix. (We'd gotten away with th...Carl Worth1-2/+2
2005-08-31Add Radek Doulík.Carl Worth4-0/+74
2005-08-24Fix cairo_show_text to advance the current point. Add documentation for cairo...Carl Worth4-0/+72
2005-08-23Add suppression for uninitialized data in fbBltOne.Carl Worth1-0/+16
2005-08-23Fix memory leak of pattern.Carl Worth1-0/+2
2005-08-23when creating the temporary mask, do glyph ADD mask, not (glyph IN source) AD...Owen Taylor7-6/+1
2005-08-23Fix inadvertent commit of incorrect reference imageCarl Worth1-0/+0
2005-08-23Clear to opaque white at the beginning of the test so that the 0 alpha values...Carl Worth3-1/+5
2005-08-23Add more comments on the improved state of this bug. Commit a reference image...Carl Worth2-2/+37
2005-08-23Remove caps-sub-paths from the XFAIL list since it is fixed now.Carl Worth2-3/+1
2005-08-23Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)Owen Taylor1-1/+1
2005-08-23Use the expect_failure variant of cairo_test so that make check prints the re...Carl Worth1-1/+2
2005-08-23Add test to demonstrate bug #4205, missing caps on all but last sub-path in a...Carl Worth4-0/+68
2005-08-22Fix typo that was causing make dist to fail.Carl Worth1-1/+1
2005-08-22Use floor(0.5+x) rather than round(), which is C99. (David Hollenberg)Owen Taylor1-2/+2
2005-08-21Fix for bug #4172:Billy Biggs3-0/+0
2005-08-21Fix for bug #4165:Billy Biggs6-0/+0