index
:
~podain/cairo
1.0
1.10
1.2
1.4
1.6
1.8
bug_fix
clip_surface
image_backend
image_backend_clip_bug
master
spans
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-29
Hook up Makefiles for perceptualdiff.
Carl Worth
1
-0
/
+14
2006-11-29
Remove all libtiff-related code by #ifdef
Carl Worth
2
-0
/
+11
2006-11-29
Use uint32_t instead of the non-standard uint32
Carl Worth
1
-3
/
+3
2006-11-29
Add perceptualdiff program totest/pdiff.
Carl Worth
12
-0
/
+1323
2006-11-27
[test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDES
Behdad Esfahbod
1
-0
/
+1
2006-11-22
give the big-trap test the XFAIL treatment.
Carl Worth
2
-1
/
+36
2006-11-22
test: Use round to pass only integers to cairo_show_glyphs (in 3 more tests)
Carl Worth
3
-6
/
+6
2006-11-22
test/clip-operator: Use round to pass only integers to cairo_show_glyphs
Carl Worth
1
-2
/
+2
2006-11-20
[test] add big-trap test
Vladimir Vukicevic
2
-0
/
+61
2006-11-18
Merge branch 'svgprint'
Emmanuel Pacaud
2
-32
/
+3
2006-11-14
Add missing pattern-getters-ref.png to Makefile to avoid breaking distcheck t...
Carl Worth
1
-0
/
+1
2006-11-14
Fix get-clip test for surfaces not implementing set_clip_region
Carl Worth
1
-8
/
+16
2006-11-14
Remove non-existent reference images from Makefile to avoid breaking distchec...
Carl Worth
1
-9
/
+0
2006-11-12
test/pixman-rotate.c: Don't issue a show_page, it's already done in cairo-test.c
Emmanuel Pacaud
1
-2
/
+0
2006-11-12
Use SVG multipage capability.
Emmanuel Pacaud
1
-30
/
+3
2006-11-07
[win32] clean up win32_surface_composite
Vladimir Vukicevic
1
-1
/
+0
2006-11-07
test/Makefile.am: Fix typo in EXTRA_DIST that was breaking distcheck
Carl Worth
1
-1
/
+1
2006-10-29
Add clip-push-group to .gitignore.
Jamey Sharp
1
-1
/
+2
2006-10-27
[beos] Allow a pixel error of 1 for BeOS tests
Christian Biesinger
7
-0
/
+0
2006-10-26
don't squish tiny images in test/index.html
Ian Osgood
1
-1
/
+1
2006-10-25
test/paint-repeat: Use offset larger than source surface for better stress te...
Carl Worth
1
-1
/
+3
2006-10-25
Add new paint-repeat test
Carl Worth
4
-0
/
+69
2006-10-25
[test] Make sure tests are not relinked unnecessarily
Behdad Esfahbod
1
-4
/
+7
2006-10-23
test: Update reference images due to previous change to _cairo_color_compute_...
Carl Worth
16
-3
/
+1
2006-10-19
clip-push-group: Adjust test slightly to ensure mask-based clip is not anchor...
Carl Worth
2
-1
/
+2
2006-10-19
test: Add clip-push-group to demonstrate crash in cairo_push_group
Carl Worth
3
-0
/
+76
2006-10-18
Add neglected reference images for infinite-join test
Carl Worth
4
-0
/
+3
2006-10-18
Merge branch '8379' into cairo
Carl Worth
2
-0
/
+81
2006-10-18
test/infinite-join: Modify to draw something visible, and make the output a m...
Carl Worth
1
-4
/
+11
2006-10-12
Update .gitignore in boilerplate and test.
Jamey Sharp
1
-0
/
+4
2006-10-12
Fix typo of , instead of || which was causing a test to be ignored
Carl Worth
1
-4
/
+4
2006-09-29
[test] Fix composite-integer-translate-over test
Vladimir Vukicevic
4
-2
/
+25
2006-09-26
Rename test from stale path-data name to copy-path
Carl Worth
4
-4
/
+4
2006-09-26
Fix cairo_copy_path and cairo_copy_path_flat to propagate errors.
Carl Worth
1
-1
/
+27
2006-09-25
Add clip getters API + tests
Robert O'Callahan
4
-0
/
+480
2006-09-21
Add test case from bug #8379 demonstrating infinite loop during round join
Carl Worth
2
-0
/
+74
2006-09-19
dash and pattern getter functions
Vladimir Vukicevic
5
-6
/
+210
2006-09-19
Add win32 output files to gitignore
Vladimir Vukicevic
1
-0
/
+6
2006-09-11
Check for valid path status value before calling _cairo_set_error
Vladimir Vukicevic
1
-11
/
+0
2006-09-09
[win32] Set win32 assertion failure handlers for tests to stderr
Vladimir Vukicevic
2
-0
/
+18
2006-09-09
[win32] Makefile.win32: use correct (/MD) runtime library flag everywhere
Vladimir Vukicevic
1
-4
/
+2
2006-09-09
[win32] Makefile.win32: fix test and add html targets
Vladimir Vukicevic
1
-0
/
+10
2006-09-09
Merge branch 'master' of git+ssh://git.cairographics.org/git/cairo into cairo...
Vladimir Vukicevic
1
-0
/
+1
2006-09-09
Improve make-html.pl, add self-contained output format
Vladimir Vukicevic
1
-19
/
+81
2006-09-09
boilerplate: Allow targets to distinguish between test and perf.
Carl Worth
1
-0
/
+1
2006-09-09
Merge branch 'master' of git+ssh://git.cairographics.org/git/cairo into cairo...
Vladimir Vukicevic
2
-16
/
+16
2006-09-09
[win32] win32-specific Makefiles for building with MSVC
Vladimir Vukicevic
1
-0
/
+102
2006-09-09
[win32] Misc win32 compilation fixes
Vladimir Vukicevic
1
-0
/
+6
2006-09-09
test/bitmap-font: Fix arguments to FcFreeTypeQuery to avoid warnings.
Carl Worth
1
-2
/
+2
2006-09-09
boilerplate: Rename cairo_test_target_t to cairo_boilerplate_target_t
Carl Worth
1
-14
/
+14
[next]