summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2005-04-14and delete:Carl Worth11-69/+44
2005-04-14Make gradient change color in addition to just changing alpha in order to hig...Carl Worth2-4/+4
2005-04-14Improve instructions for when to add a test to the XFAIL list.Carl Worth5-16/+36
2005-04-14Add gradient-alpha test in preparation for upcoming cairo_set_source patch.Carl Worth4-0/+66
2005-04-14Add set-source test in preparation for upcoming cairo_set_source patch.Carl Worth4-3/+96
2005-04-14Remove a stray free() (#3029, Carl Worth)Owen Taylor1-1/+5
2005-04-13Set freed pointer to NULL.Carl Worth1-0/+4
2005-04-13Add new test to exercise crash when calling cairo_surface_finish twice on the...Carl Worth3-0/+73
2005-04-13Add new set-surface-no-show-text test.Carl Worth4-0/+65
2005-04-13Temporarily remove all text from this test case until we come up with an appr...Carl Worth2-0/+6
2005-04-13src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...Owen Taylor3-1/+217
2005-04-12Note that bug is now fixed.Carl Worth1-1/+5
2005-04-11Add new test demonstrating bug in the sequence: cairo_translate; cairo_show_s...Carl Worth4-1/+82
2005-04-08Move include of pixman.h from cairo.h to cairoint.h since libpixman isn't par...Carl Worth1-2/+1
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-0/+4
2005-04-07src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...Owen Taylor3-5/+5
2005-04-07Fix to return non-zero status on error.Carl Worth1-1/+1
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth4-1/+116
2005-04-06Make handling of unsigned char* vs. char* consistent. Change all parameters t...Carl Worth1-1/+1
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth12-11/+171
2005-04-02Use the current point to offset just the destination, not the source and dest...Carl Worth3-3/+11
2005-03-29More _/- renames in the test directory.Carl Worth47-2163/+78
2005-03-23Move surface-specific cairo_t functions to cairo.c.Carl Worth1-2/+3
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth2-48/+72
2005-03-17From Tor Lillqvist <tml@novell.com>:Kristian Høgsberg2-4/+4
2005-03-16Dont call user data destroy function if it's NULL.Kristian Høgsberg2-0/+16
2005-03-14Add reference image.Carl Worth2-0/+0
2005-03-14Fixes to force tests to run against locally compiled version (thanks to Manis...Carl Worth1-17/+19
2005-03-11Added some documentation, so we get some churn here.Carl Worth4-0/+340
2005-03-10Fix assert()'s using = instead of ==.Kristian Høgsberg4-8/+8
2005-03-10Originally: 2005-02-24 Carl Worth <cworth@cworth.org>Carl Worth4-3/+145
2005-03-09Move filename initialization up to before first use.Carl Worth5-27/+336
2005-03-09Change the draw function under test to return a cairo_test_status_t so that i...Carl Worth23-27/+93
2005-03-09Rename all the cairo_current functions to cairo_get functions instead. Add do...Carl Worth2-2/+2
2005-03-08Commit workaround to prevent make distcheck from making bogus complaints that...Carl Worth1-1/+1
2005-03-08Look for png images in ${srcdir}/filename as well, so that make distcheck can...Carl Worth3-1/+20
2005-03-08Fix accidental commit of diff, rather than ref image.Carl Worth1-0/+0
2005-03-08Update coverage-ref.png due to seemingly harmless, though not entirely unders...Carl Worth1-0/+0
2005-03-08Shared function for checking unlink errrors. (cairo_test): Move all error mes...Carl Worth3-32/+70
2005-03-06Comment and clean up the gradient computation. (_cairo_linear_pattern_classif...Owen Taylor5-0/+285
2005-02-24Add pixman_rotate to ignore list.Carl Worth1-2/+3
2005-02-22Convert to utf-8 encoding.Carl Worth2-4/+4
2005-02-15Added testsvg scriptCarl Worth1-0/+51
2005-02-07New test case which exposes off-by-one rotation error in pixman.Kristian Høgsberg5-2/+161
2005-02-01Mostly-functioning Win32 font backend; no glyph paths yet.Owen Taylor2-2/+56
2005-01-28Update prototype to eliminate warning.Kristian Høgsberg1-1/+1
2005-01-27Update these two once again, this time generated using libpixman-0.1.3 withou...Kristian Høgsberg3-0/+0
2005-01-27Fix missing rounding in these two functions.Kristian Høgsberg9-14/+15
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-0/+0
2005-01-26New test case to verify that the clip surface is correctly updated when exten...Kristian Høgsberg5-7/+158