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