summaryrefslogtreecommitdiff
path: root/test/unbounded-operator.c
Commit message (Expand)AuthorAgeFilesLines
* test: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-051-1/+1
* test: Cleanup macrosAndrea Canciani2011-03-171-5/+4
* test: make test font family a defineAndrea Canciani2010-06-121-1/+1
* [test] Track XFAIL using expected results stored as xfail.pngChris Wilson2009-07-131-1/+1
* [test] Build test suite into single binary.Chris Wilson2008-10-311-14/+6
* [test/unbounded-operator] Propagate errors.Chris Wilson2008-10-211-4/+2
* [test] Preparatory work for running under memfault.Chris Wilson2008-08-131-4/+5
* [test/*] Create new surfaces using the group target.Chris Wilson2007-12-201-1/+1
* Optimize gradient computationsDavid Turner2006-12-141-3/+3
* Purge cairo-test of all calls to round()Dan Amelang2006-12-011-2/+2
* test: Use round to pass only integers to cairo_show_glyphs (in 3 more tests)Carl Worth2006-11-221-2/+2
* [test] Fix warnings in tests on 64-bit systemsPavel Roskin2006-08-131-2/+2
* Eliminate most compiler warnings from the test suiteCarl Worth2006-08-081-1/+1
* Set font options in the test context and make tests not do thatBehdad Esfahbod2006-07-311-9/+0
* Add prototype for draw in each test file and remove it from the header.Behdad Esfahbod2006-07-131-0/+2
* More test suite infrastructure improvements:Behdad Esfahbod2006-07-111-3/+4
* Remove trailing whitespace from lines with a single brace.Carl Worth2006-06-061-2/+2
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-6/+6
* Implement new equations for CLEAR and SOURCE CLEAR: (mask IN clip) ? 0 : dest...Owen Taylor2005-08-181-2/+2
* Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor2005-08-081-0/+201