summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-20Fix for bug #4142:Carl Worth1-0/+12
2005-08-19From Bertram Felgenhauer <int-e@gmx.de>:Carl Worth4-0/+73
2005-08-19No need to include cairo-pdf.h.Billy Biggs1-1/+0
2005-08-19Fix for bug #2729:Carl Worth4-0/+104
2005-08-19Fix for bug #3915:Carl Worth1-2/+38
2005-08-18Fix for bug #4088:Carl Worth4-0/+76
2005-08-18Suppress a pthread initialization error now that tests are linked with -lpthr...Carl Worth1-0/+11
2005-08-18Fix offset passed in for source patterns. (#2333, Tim Rowley)Owen Taylor3-3/+7
2005-08-18Add a test for bug #2333 (Tim Rowley)Owen Taylor3-0/+77
2005-08-18Implement new equations for CLEAR and SOURCE CLEAR: (mask IN clip) ? 0 : dest...Owen Taylor9-2/+477
2005-08-18Disable not-yet-implemented quartz stuff.Carl Worth1-2/+2
2005-08-17Fixes for bug #4110:Carl Worth3-0/+108
2005-08-16Fix the filter-nearest-offset test to actually test CAIRO_FILTER_NEAREST.Billy Biggs1-1/+1
2005-08-13Turn the mutex code back on. It looks like the deadlocks have disappeared as ...Carl Worth1-0/+4
2005-08-10Update to match the output from libpixman.Billy Biggs1-0/+0
2005-08-10Place private include directives before CAIRO_CFLAGS in case pixman remains i...Keith Packard1-2/+2
2005-08-10From Keith Packard <keithp@keithp.com>,Carl Worth1-0/+1
2005-08-09Note that sane clipping is done now. Add release versions for previously comp...Carl Worth1-0/+1
2005-08-08Fix typo that was holding up make distcheck from working.Carl Worth1-1/+1
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs3-0/+106
2005-08-08Ignore clip-operator and unbounded-operator.Carl Worth1-0/+2
2005-08-08Add reference imagesOwen Taylor2-0/+0
2005-08-08Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor4-1/+413
2005-08-06Give reason for failure.Jeff Muizelaar1-1/+1
2005-08-05ignore a8-maskCarl Worth1-0/+1
2005-08-05Patch memory leaks.Carl Worth1-7/+8
2005-08-05Add a test case for CAIRO_FORMAT_A8 masks that fails with libpixman.Jeff Muizelaar3-0/+75
2005-08-05use the newly added buffer_diff_noalpha for comparing buffers of CAIRO_FORMAT...Jeff Muizelaar1-12/+12
2005-08-05rewrite buffer_diff to be endian safe and add a new fuction buffer_diff_noalphaJeff Muizelaar2-27/+70
2005-08-05Remove unused variable.Carl Worth1-1/+0
2005-08-05Ignore cairo-clip-private.h.Carl Worth1-0/+4
2005-08-05Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth2-1/+5
2005-08-05Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:Carl Worth3-1/+21
2005-08-03Fix for bug #3951:Carl Worth2-14/+2
2005-08-01src/cairo-gstate.c src/cairo-gstate-private.h: Store the inverse CTM at the t...Owen Taylor3-4/+2
2005-08-01New public header file.Carl Worth3-0/+9