summaryrefslogtreecommitdiff
path: root/test/text-rotate.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-31[test] Build test suite into single binary.Chris Wilson1-15/+7
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-2/+2
2007-02-21[test] Fix syntax typo in text-rotateBehdad Esfahbod1-1/+1
2007-02-21[test] Remove text-rotate test from XFAIL as the bugs are fixed nowBehdad Esfahbod1-1/+11
2006-12-23[test/text-rotate] Use the same text for measuring and printingBrian Ewins1-2/+2
2006-07-31Set font options in the test context and make tests not do thatBehdad Esfahbod1-2/+1
2006-07-13Add prototype for draw in each test file and remove it from the header.Behdad Esfahbod1-0/+2
2006-07-11More test suite infrastructure improvements:Behdad Esfahbod1-4/+5
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2005-08-23Add more comments on the improved state of this bug. Commit a reference image...Carl Worth1-2/+37
2005-08-22Use floor(0.5+x) rather than round(), which is C99. (David Hollenberg)Owen Taylor1-2/+2
2005-05-06Eliminate the following deprecated functions from cairo's interface:Carl Worth1-3/+3
2005-04-14and delete:Carl Worth1-5/+4
2005-04-14Improve instructions for when to add a test to the XFAIL list.Carl Worth1-1/+3
2005-04-07src/cairo.[ch] src/cairoint.h src/cairo-gstate.c docs/public/cairo-sections.t...Owen Taylor1-1/+1
2005-03-29More _/- renames in the test directory.Carl Worth1-2/+2
2005-03-09Change the draw function under test to return a cairo_test_status_t so that i...Carl Worth1-1/+3
2004-11-09(draw): Move x_off, y_off calculation outside of loop to emphasize loop-indep...Carl Worth1-8/+8
2004-11-09Increase size and increase number of different angles drawn. (draw): Fix brok...Carl Worth1-14/+18
2004-11-04Add new test demonstrating assertion failure in cairo_cache_lookup.Carl Worth1-0/+113