summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2006-11-29Hook up Makefiles for perceptualdiff.Carl Worth1-0/+14
2006-11-29Remove all libtiff-related code by #ifdefCarl Worth2-0/+11
2006-11-29Use uint32_t instead of the non-standard uint32Carl Worth1-3/+3
2006-11-29Add perceptualdiff program totest/pdiff.Carl Worth12-0/+1323
2006-11-27[test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDESBehdad Esfahbod1-0/+1
2006-11-22give the big-trap test the XFAIL treatment.Carl Worth2-1/+36
2006-11-22test: Use round to pass only integers to cairo_show_glyphs (in 3 more tests)Carl Worth3-6/+6
2006-11-22test/clip-operator: Use round to pass only integers to cairo_show_glyphsCarl Worth1-2/+2
2006-11-20[test] add big-trap testVladimir Vukicevic2-0/+61
2006-11-18Merge branch 'svgprint'Emmanuel Pacaud2-32/+3
2006-11-14Add missing pattern-getters-ref.png to Makefile to avoid breaking distcheck t...Carl Worth1-0/+1
2006-11-14Fix get-clip test for surfaces not implementing set_clip_regionCarl Worth1-8/+16
2006-11-14Remove non-existent reference images from Makefile to avoid breaking distchec...Carl Worth1-9/+0
2006-11-12test/pixman-rotate.c: Don't issue a show_page, it's already done in cairo-test.cEmmanuel Pacaud1-2/+0
2006-11-12Use SVG multipage capability.Emmanuel Pacaud1-30/+3
2006-11-07[win32] clean up win32_surface_compositeVladimir Vukicevic1-1/+0
2006-11-07test/Makefile.am: Fix typo in EXTRA_DIST that was breaking distcheckCarl Worth1-1/+1
2006-10-29Add clip-push-group to .gitignore.Jamey Sharp1-1/+2
2006-10-27[beos] Allow a pixel error of 1 for BeOS testsChristian Biesinger7-0/+0
2006-10-26don't squish tiny images in test/index.htmlIan Osgood1-1/+1
2006-10-25test/paint-repeat: Use offset larger than source surface for better stress te...Carl Worth1-1/+3
2006-10-25Add new paint-repeat testCarl Worth4-0/+69
2006-10-25[test] Make sure tests are not relinked unnecessarilyBehdad Esfahbod1-4/+7
2006-10-23test: Update reference images due to previous change to _cairo_color_compute_...Carl Worth16-3/+1
2006-10-19clip-push-group: Adjust test slightly to ensure mask-based clip is not anchor...Carl Worth2-1/+2
2006-10-19test: Add clip-push-group to demonstrate crash in cairo_push_groupCarl Worth3-0/+76
2006-10-18Add neglected reference images for infinite-join testCarl Worth4-0/+3
2006-10-18Merge branch '8379' into cairoCarl Worth2-0/+81
2006-10-18test/infinite-join: Modify to draw something visible, and make the output a m...Carl Worth1-4/+11
2006-10-12Update .gitignore in boilerplate and test.Jamey Sharp1-0/+4
2006-10-12Fix typo of , instead of || which was causing a test to be ignoredCarl Worth1-4/+4
2006-09-29[test] Fix composite-integer-translate-over testVladimir Vukicevic4-2/+25
2006-09-26Rename test from stale path-data name to copy-pathCarl Worth4-4/+4
2006-09-26Fix cairo_copy_path and cairo_copy_path_flat to propagate errors.Carl Worth1-1/+27
2006-09-25Add clip getters API + testsRobert O'Callahan4-0/+480
2006-09-21Add test case from bug #8379 demonstrating infinite loop during round joinCarl Worth2-0/+74
2006-09-19dash and pattern getter functionsVladimir Vukicevic5-6/+210
2006-09-19Add win32 output files to gitignoreVladimir Vukicevic1-0/+6
2006-09-11Check for valid path status value before calling _cairo_set_errorVladimir Vukicevic1-11/+0
2006-09-09[win32] Set win32 assertion failure handlers for tests to stderrVladimir Vukicevic2-0/+18
2006-09-09[win32] Makefile.win32: use correct (/MD) runtime library flag everywhereVladimir Vukicevic1-4/+2
2006-09-09[win32] Makefile.win32: fix test and add html targetsVladimir Vukicevic1-0/+10
2006-09-09Merge branch 'master' of git+ssh://git.cairographics.org/git/cairo into cairo...Vladimir Vukicevic1-0/+1
2006-09-09Improve make-html.pl, add self-contained output formatVladimir Vukicevic1-19/+81
2006-09-09boilerplate: Allow targets to distinguish between test and perf.Carl Worth1-0/+1
2006-09-09Merge branch 'master' of git+ssh://git.cairographics.org/git/cairo into cairo...Vladimir Vukicevic2-16/+16
2006-09-09[win32] win32-specific Makefiles for building with MSVCVladimir Vukicevic1-0/+102
2006-09-09[win32] Misc win32 compilation fixesVladimir Vukicevic1-0/+6
2006-09-09test/bitmap-font: Fix arguments to FcFreeTypeQuery to avoid warnings.Carl Worth1-2/+2
2006-09-09boilerplate: Rename cairo_test_target_t to cairo_boilerplate_target_tCarl Worth1-14/+14