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
/
cairo-types-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-13
Make cairo_color_stop_t a unique type.
Chris Wilson
1
-1
/
+16
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-03-30
scaled-font: Optimize cairo_scaled_font_lookup()
Chris Wilson
1
-0
/
+1
2010-01-22
types: Move cairo_scaled_glyph_t to cairo-types-private.h
Chris Wilson
1
-0
/
+25
2010-01-22
color: Add enum value for the largest stock color.
Chris Wilson
1
-1
/
+2
2010-01-22
boxes: Efficient storage for an array of cairo_box_t.
Chris Wilson
1
-0
/
+1
2010-01-22
Alter definition of cairo_composite_rectangles_t
Chris Wilson
1
-23
/
+1
2010-01-22
Add cairo_device_t
Chris Wilson
1
-0
/
+1
2010-01-22
Real zero-copy cow snapshotting
Chris Wilson
1
-0
/
+2
2010-01-22
Add subsurface.
Chris Wilson
1
-1
/
+3
2009-10-22
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
1
-1
/
+1
2009-10-21
Support component-alpha.
Chris Wilson
1
-0
/
+71
2009-09-03
[polygon] Fix discard with non-banded disjoint clip boxes
Chris Wilson
1
-0
/
+1
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-2
/
+2
2009-08-29
[polygon] Amalgamate collinear edges
Chris Wilson
1
-0
/
+3
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-8
/
+7
2009-07-24
[boilerplate] Fix compilation against old revisions (as old as 1.9.2!)
Chris Wilson
1
-1
/
+4
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-6
/
+3
2009-07-03
Export meta-surface
Chris Wilson
1
-2
/
+1
2009-06-01
[cache] Expose init/fini methods so that caches can be embedded.
Chris Wilson
1
-14
/
+0
2009-03-28
[region] Move region function prototypes to cairo.h along with helper types.
Søren Sandmann
1
-6
/
+0
2009-03-28
[region] Always define cairo_rectangle_int_t with ints
Søren Sandmann
1
-29
/
+9
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-6
/
+0
2009-03-16
[scaled-font] Lean and mean global glyph cache.
Chris Wilson
1
-0
/
+3
2008-12-29
[spline] Be pedantic and propagate errors.
Chris Wilson
1
-1
/
+1
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-1
/
+2
2008-12-12
[spline] Propagate errors during add point.
Chris Wilson
1
-1
/
+5
2008-12-06
[cairo-spans] Introduce a type to track which pixels combine in a compositing...
M Joonas Pihlaja
1
-0
/
+24
2008-11-16
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
1
-7
/
+6
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-0
/
+1
2008-11-07
[surface] Pass a separate closure for the mime-type destroy notifier.
Chris Wilson
1
-0
/
+1
2008-11-03
[mime-data] Copy a reference to the mime-data on snapshotting.
Chris Wilson
1
-0
/
+2
2008-11-03
[mime-data] Allow embedding of arbitrary mime-types.
Chris Wilson
1
-0
/
+7
2008-09-25
Remove all lcd_filter code.
Carl Worth
1
-26
/
+0
2008-09-19
Make sure (and check) that all private headers include some cairo header first
Behdad Esfahbod
1
-2
/
+0
2008-09-18
Make the lcd_filter API private
Carl Worth
1
-0
/
+25
2008-09-06
[ps] Use a color_t rather than open-code.
Chris Wilson
1
-0
/
+18
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-14
/
+15
2008-08-17
[cairo-cache] Simplify a status return to boolean.
Chris Wilson
1
-1
/
+0
2008-08-05
Add lcd filter type to the public API and font options
Sylvain Pasche
1
-0
/
+1
2008-06-26
[cairo-types] fix doc syntax
Behdad Esfahbod
1
-1
/
+1
2008-06-24
Make sure cairo_int_status_t values fit in int8_t
Behdad Esfahbod
1
-5
/
+8
2008-06-13
Enlarge the embedded arrays to eliminate frequent allocations.
Chris Wilson
1
-2
/
+2
2008-06-13
[cairo-pen] Embed a small array of vertices into cairo_pen_t.
Chris Wilson
1
-1
/
+2
2008-06-08
Implement PDF Type 3 font subsetting of user fonts
Adrian Johnson
1
-1
/
+2
2008-05-29
Fix doc syntax.
Behdad Esfahbod
1
-1
/
+1
2008-05-28
Fix whitespace
Behdad Esfahbod
1
-2
/
+2
2008-05-09
Add CAIRO_INTERNAL_SURFACE_TYPE_NULL and cairo_nul_surface_create()
Behdad Esfahbod
1
-1
/
+2
2008-05-09
Define CAIRO_RECT_INT_MIN/MAX such that ints do not overflow when converted t...
Behdad Esfahbod
1
-4
/
+4
2008-03-10
Remember the results of _cairo_image_analyze_transparency
Adrian Johnson
1
-1
/
+2
[next]