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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-17
Big change to the test infrastructure and supporting internals. The goal now ...
Carl Worth
68
-174
/
+756
2006-01-15
Update BeOS reference images per the recent gradient changes
Christian Biesinger
6
-0
/
+9
2006-01-14
Ignore glitz-glx test output
Christian Biesinger
2
-0
/
+6
2006-01-13
Fix things up to conform with Adobe PostScript Document Structuring Conventio...
Carl Worth
2
-16
/
+21
2006-01-13
Rip out the misguided paint-with-white and RGB24 surface code and go back to ...
Carl Worth
2
-24
/
+14
2006-01-13
Eliminate cast of state->dx.elements which has been wrong since the internals...
Carl Worth
2
-1
/
+10
2006-01-12
Add a call to cairo_copy_page, so that that gets called at least once within ...
Carl Worth
3
-27
/
+35
2006-01-12
Add a new CAIRO_HAS_MULTI_PAGE_SURFACES automake conditional.
Carl Worth
7
-281
/
+93
2006-01-12
Some fixes for the fact that multi-page output was totally broken for cairo_p...
Carl Worth
3
-29
/
+92
2006-01-11
Paint with white to intermediate RGB24 images before replaying meta-surface t...
Carl Worth
2
-1
/
+30
2006-01-11
Note that PS backend has now been switched over to use cairo_paginated_surfac...
Carl Worth
4
-555
/
+254
2006-01-11
Note that from here on out, the PDF output should always pass the entire test...
Carl Worth
5
-19
/
+90
2006-01-10
Remove old scale matrix since it exists in our base class.
Anders Carlsson
2
-11
/
+19
2006-01-10
Add cairo-quartz-private.h
Anders Carlsson
5
-18
/
+136
2006-01-09
Add printf format attribute to cairo_test_log.
Carl Worth
2
-1
/
+12
2006-01-09
Use uint32_t instead of uint;
Anders Carlsson
2
-4
/
+11
2006-01-06
Reviewed by keithp
Carl Worth
2
-2
/
+32
2006-01-06
Reviewed by keithp
Carl Worth
5
-11
/
+104
2006-01-05
Slip 1.2.0 projected data (again) out to 2006-01-13. Note that win32 is now i...
Carl Worth
2
-4
/
+34
2006-01-05
Gradient updates in SVG backend and no sorting of color stops in SVG or PDF b...
David Reveman
3
-59
/
+41
2006-01-05
Update gradient code in glitz backend
David Reveman
2
-15
/
+18
2006-01-05
Update gradient code in PDF backend
David Reveman
2
-15
/
+20
2006-01-04
2005-10-10 David Reveman <davidr@novell.com>
Carl Worth
23
-473
/
+221
2006-01-04
2005-10-10 David Reveman <davidr@novell.com>
Carl Worth
4
-459
/
+776
2006-01-04
Originally: 2005-10-10 David Reveman <davidr@novell.com>
Carl Worth
6
-55
/
+510
2006-01-03
Clamp surface dimensions to a minimum of 1. (_cairo_glitz_surface_get_image):...
Vladimir Vukicevic
4
-36
/
+104
2006-01-03
Clean up output some; show only images that fail, otherwise just show pass/fa...
Vladimir Vukicevic
2
-18
/
+68
2005-12-30
no more has_clip boolean. Init clip_level. (_cairo_surface_intersect_clip_pat...
Emmanuel Pacaud
2
-8
/
+15
2005-12-29
New directfb backend for cairo includes test suite and example to run the tes...
Michael Emmel
9
-1
/
+1064
2005-12-28
namespace declarations for SVG and XLINK (#5411).
Emmanuel Pacaud
2
-1
/
+9
2005-12-27
Add BeOS-specific reference images for tests where the maximum color differen...
Christian Biesinger
8
-0
/
+13
2005-12-26
Implement composite for the beos backend. Don't map CAIRO_OPERATOR_ADD to B_O...
Christian Biesinger
2
-1
/
+104
2005-12-26
Don't require that the caller locks the view; do it in cairo code.
Christian Biesinger
3
-12
/
+65
2005-12-21
Remove some unneeded backend functions (composite, fill_rectangles, composite...
Carl Worth
2
-124
/
+10
2005-12-21
Don't implement create_similar for the test-meta or the paginated surface. Th...
Carl Worth
3
-23
/
+12
2005-12-21
Add a private cairo_paginated_surface_t which builds on top of the meta surfa...
Carl Worth
7
-1
/
+623
2005-12-21
Here is a cleaner implementation of the _cairo_array_t change which was previ...
Carl Worth
5
-12
/
+63
2005-12-21
Revert inadvertent commit (immediately previous).
Carl Worth
5
-57
/
+44
2005-12-21
Fix indentation.
Carl Worth
7
-33
/
+64
2005-12-21
Remove cruft from old commands that the meta surface no longer implements (co...
Carl Worth
2
-49
/
+6
2005-12-21
Fix some typos
Christian Biesinger
4
-4
/
+12
2005-12-21
store surfaces in a <g> node, and clip to surface area. Now SVG backend shoul...
Emmanuel Pacaud
2
-28
/
+52
2005-12-20
Add some comments describing what a cairo_meta_surface_t is.
Carl Worth
6
-73
/
+83
2005-12-20
Move more fallback code from cairo-gstate.c to cairo-surface-fallback.c where...
Carl Worth
4
-594
/
+592
2005-12-19
Begin moving fallback code out of cairo-surface.c and into cairo-surface-fall...
Carl Worth
5
-615
/
+797
2005-12-19
Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th...
Carl Worth
7
-42
/
+444
2005-12-19
Use correct color when OPERATOR_SOURCE is used on a surface without alpha inf...
Christian Biesinger
2
-0
/
+16
2005-12-19
fix stroke linewidth and dashes, I hope. Emit stroke-dashoffset.
Emmanuel Pacaud
2
-2
/
+15
2005-12-19
Use NULL clip instead of special serial zero cairo_clip_t Should make using s...
Keith Packard
4
-22
/
+54
2005-12-19
Shhhh...
Emmanuel Pacaud
1
-0
/
+2
[next]