index
:
~rib/cairo
master
wip/cogl-backend
Robert Bragg's personal cairo repository
rib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-02-28
Add testing for cairo_surface_get_type.
Carl Worth
4
-3
/
+25
2006-02-27
Add documentation for cairo_font_face_get_type,
Carl Worth
4
-0
/
+24
2006-02-27
Implement cairo_pattern_get_type
Carl Worth
1
-0
/
+6
2006-02-27
Implement cairo_surface_get_type
Carl Worth
13
-0
/
+42
2006-02-27
Implement cairo_scaled_font_get_type
Carl Worth
5
-0
/
+11
2006-02-24
Implement cairo_font_face_get_type.
Carl Worth
6
-0
/
+14
2006-02-24
Remove private cairo_pattern_type in favor of new public one. Rename
Carl Worth
8
-68
/
+61
2006-02-24
cairo.h: Fix typo (thanks to Torsten Schoenfeld)
Carl Worth
1
-1
/
+1
2006-02-24
cairo.h: Fix two typos in the documentation.
Carl Worth
1
-2
/
+2
2006-02-24
Add get_type functions: cairo_surface_get_type,
Carl Worth
2
-3
/
+134
2006-02-24
Mark private functions as cairo_private
Christian Biesinger
2
-8
/
+8
2006-02-18
Don't call _cairo_error when returning an error
Christian Biesinger
1
-19
/
+7
2006-02-18
Fix typo.
Christian Biesinger
1
-1
/
+1
2006-02-16
Use TRUE/FALSE instead of 1/0 for boolean values
Christian Biesinger
1
-5
/
+5
2006-02-16
Normalize indentation after previous commit.
Carl Worth
1
-157
/
+155
2006-02-16
Allow _get_bitmap_surface to work for 0x0 glyphs, (fix for bug #5734).
Carl Worth
1
-7
/
+4
2006-02-15
Rename .cvsignore to .gitignore. Add *~ and *.o.
Carl Worth
1
-0
/
+2
2006-02-13
convert _cairo_svg_surface_old_show_glyphs to _cairo_svg_surface_show_glyphs.
Emmanuel Pacaud
1
-14
/
+8
2006-02-13
Add mask support and switch to SVG 1.2 for compositing operators.
Emmanuel Pacaud
1
-208
/
+86
2006-01-29
fix offset of pattern stops.
Emmanuel Pacaud
1
-4
/
+2
2006-01-22
Add cairo_scaled_font_text_extents.
Behdad Esfahbod
2
-4
/
+56
2006-01-21
Don't mix declarations and code. This makes the code valid ISO C, fixes a gcc...
Christian Biesinger
1
-2
/
+3
2006-01-20
Add getter functions for cairo_scaled_font_t.
Carl Worth
2
-1
/
+91
2006-01-20
Check font_face->status and return a nil scaled font if it is in an error sta...
Carl Worth
1
-1
/
+4
2006-01-19
Rip the cairo_content_t argument out of ps/pdf_surface_create as per discussi...
Carl Worth
4
-48
/
+7
2006-01-18
Fix compilation-breaking typo.
Carl Worth
1
-2
/
+4
2006-01-18
Change documentation to recommend cairo_paint rather than cairo_rectangle;cai...
Carl Worth
5
-26
/
+131
2006-01-18
Fix documentation of cairo_arc which erroneously claimed M_PI radians == 90 d...
Carl Worth
1
-2
/
+2
2006-01-17
Big change to the test infrastructure and supporting internals. The goal now ...
Carl Worth
16
-64
/
+181
2006-01-13
Fix things up to conform with Adobe PostScript Document Structuring Conventio...
Carl Worth
1
-16
/
+9
2006-01-13
Rip out the misguided paint-with-white and RGB24 surface code and go back to ...
Carl Worth
1
-24
/
+4
2006-01-13
Eliminate cast of state->dx.elements which has been wrong since the internals...
Carl Worth
1
-1
/
+3
2006-01-12
Add a call to cairo_copy_page, so that that gets called at least once within ...
Carl Worth
1
-21
/
+8
2006-01-12
Some fixes for the fact that multi-page output was totally broken for cairo_p...
Carl Worth
1
-20
/
+52
2006-01-11
Paint with white to intermediate RGB24 images before replaying meta-surface t...
Carl Worth
1
-1
/
+21
2006-01-11
Note that PS backend has now been switched over to use cairo_paginated_surfac...
Carl Worth
2
-545
/
+219
2006-01-11
Note that from here on out, the PDF output should always pass the entire test...
Carl Worth
3
-9
/
+53
2006-01-10
Remove old scale matrix since it exists in our base class.
Anders Carlsson
1
-11
/
+7
2006-01-10
Add cairo-quartz-private.h
Anders Carlsson
4
-18
/
+115
2006-01-06
Reviewed by keithp
Carl Worth
1
-2
/
+22
2006-01-06
Reviewed by keithp
Carl Worth
4
-11
/
+83
2006-01-05
Gradient updates in SVG backend and no sorting of color stops in SVG or PDF b...
David Reveman
2
-59
/
+34
2006-01-05
Update gradient code in glitz backend
David Reveman
1
-15
/
+15
2006-01-05
Update gradient code in PDF backend
David Reveman
1
-15
/
+15
2006-01-04
2005-10-10 David Reveman <davidr@novell.com>
Carl Worth
4
-473
/
+181
2006-01-03
Clamp surface dimensions to a minimum of 1. (_cairo_glitz_surface_get_image):...
Vladimir Vukicevic
2
-3
/
+72
2005-12-30
no more has_clip boolean. Init clip_level. (_cairo_surface_intersect_clip_pat...
Emmanuel Pacaud
1
-6
/
+6
2005-12-29
New directfb backend for cairo includes test suite and example to run the tes...
Michael Emmel
4
-1
/
+874
2005-12-28
namespace declarations for SVG and XLINK (#5411).
Emmanuel Pacaud
1
-1
/
+4
2005-12-26
Implement composite for the beos backend. Don't map CAIRO_OPERATOR_ADD to B_O...
Christian Biesinger
1
-1
/
+98
[next]