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