index
:
delta/cairo.git
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
baserock/genivi/1.12.10
baserock/genivi/1.12.10-gallium
baserock/genivi/baseline
baserock/genivi/weston
carlosgc/polygon-intersect-crash
color-emoji
master
gitlab.freedesktop.org: cairo/cairo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add cairo_device_t
Chris Wilson
2010-01-22
1
-0
/
+117
*
Add subsurface.
Chris Wilson
2010-01-22
1
-0
/
+7
*
[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.
M Joonas Pihlaja
2009-10-22
1
-10
/
+10
*
[doc] Add comments on when surfaces are cleared on construction.
Chris Wilson
2009-10-21
1
-0
/
+9
*
[API] Make _cairo_meta_surface_replay() private again
Benjamin Otte
2009-09-30
1
-4
/
+0
*
[tee] Rename 'append' to 'add' and add symmetric 'remove'
Chris Wilson
2009-09-01
1
-2
/
+6
*
[clip] Apply surface offset when combining with clip mask
Chris Wilson
2009-08-29
1
-1
/
+1
*
Add skia backend
Vladimir Vukicevic
2009-08-29
1
-1
/
+3
*
Add xml surface
Chris Wilson
2009-08-29
1
-1
/
+3
*
Add 'flight-data-recorder' utility.
Chris Wilson
2009-08-29
1
-0
/
+4
*
Introduce cairo_tee_surface_t
Chris Wilson
2009-08-29
1
-1
/
+12
*
[drm] Add an accelerated image surface.
Chris Wilson
2009-07-23
1
-0
/
+2
*
Remove clip handling from generic surface layer.
Chris Wilson
2009-07-23
1
-11
/
+19
*
Merge commit 'anholt/gl'
Chris Wilson
2009-07-21
1
-1
/
+3
|
\
|
*
Merge commit 'origin/master' into gl
Eric Anholt
2009-06-02
1
-13
/
+100
|
|
\
|
*
|
[gl] Add basics for GL surface backend using test-fallback as base.
Eric Anholt
2009-02-05
1
-1
/
+3
*
|
|
Add OpenVG backend.
Chris Wilson
2009-07-17
1
-1
/
+3
*
|
|
[cairo] Remove trailing spaces in comments.
Chris Wilson
2009-07-14
1
-11
/
+11
*
|
|
Use new pixman extended blend operators
Benjamin Otte
2009-07-14
1
-1
/
+52
*
|
|
Export meta-surface
Chris Wilson
2009-07-03
1
-1
/
+21
*
|
|
Import Qt backend by Mozilla
Vladimir Vukicevic
2009-06-16
1
-1
/
+3
*
|
|
Reinstate cairo_region_create_rectangles()
Søren Sandmann Pedersen
2009-06-15
1
-0
/
+4
*
|
|
[cairo] Tweak error strings.
Chris Wilson
2009-06-03
1
-2
/
+2
|
|
/
|
/
|
*
|
[cairo] Fix errors reported by check-doc
Chris Wilson
2009-05-07
1
-4
/
+4
*
|
[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTED
Behdad Esfahbod
2009-05-06
1
-9
/
+14
*
|
Err, make gtk-doc happy again
Behdad Esfahbod
2009-05-06
1
-2
/
+0
*
|
Remove trailing comma in cairo_region_overlap_t enum.
Jeff Muizelaar
2009-04-01
1
-1
/
+1
*
|
[region] Change name of cairo_region_empty() to cairo_region_is_empty()
Søren Sandmann Pedersen
2009-03-31
1
-1
/
+1
*
|
[region] Use const cairo_rectangle_int_t consistently.
Chris Wilson
2009-03-30
1
-2
/
+2
*
|
[region] Add documentation for all the new region methods.
Søren Sandmann Pedersen
2009-03-28
1
-3
/
+3
*
|
[region] Use signed ints for width and height in cairo_rectangle_int_t
Søren Sandmann Pedersen
2009-03-28
1
-1
/
+1
*
|
[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()
Søren Sandmann
2009-03-28
1
-1
/
+10
*
|
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
2009-03-28
1
-5
/
+2
*
|
[region] Delete cairo_region_create_rectangles()
Søren Sandmann Pedersen
2009-03-28
1
-4
/
+0
*
|
[region] Move region function prototypes to cairo.h along with helper types.
Søren Sandmann
2009-03-28
1
-0
/
+75
*
|
[region] Add _cairo_region_contains_point()
Søren Sandmann
2009-03-28
1
-0
/
+1
*
|
Make CAIRO_STATUS_LAST_STATUS public
Behdad Esfahbod
2009-03-17
1
-2
/
+10
*
|
[sdl] Remove new backend.
M Joonas Pihlaja
2009-02-16
1
-2
/
+0
|
/
*
[surface] add CAIRO_STATUS_INVALID_SIZE
Paolo Bonzini
2009-01-29
1
-2
/
+4
*
Add JPEG2000 mimetype and image info function
Adrian Johnson
2008-11-23
1
-0
/
+1
*
Add CairoScript backend.
Chris Wilson
2008-11-13
1
-1
/
+3
*
[surface] Pass a separate closure for the mime-type destroy notifier.
Chris Wilson
2008-11-07
1
-5
/
+6
*
[png] Attach the png representation to cairo_surface_create_from_png().
Chris Wilson
2008-11-05
1
-0
/
+1
*
[mime-data] Allow embedding of arbitrary mime-types.
Chris Wilson
2008-11-03
1
-2
/
+2
*
Add cairo_surface_set_mime_data()
Adrian Johnson
2008-11-02
1
-0
/
+15
*
[sdl] Add new backend.
Chris Wilson
2008-10-30
1
-1
/
+3
*
[cairo.h] Be defensive when checking for _MSC_VER
Chris Wilson
2008-10-08
1
-1
/
+1
*
[text_to_glyphs] Further enhance the docs
Behdad Esfahbod
2008-09-29
1
-1
/
+1
*
[user-font] Rewrite text_to_glyphs allocation instructions.
Chris Wilson
2008-09-29
1
-19
/
+14
*
[cairo.h] Don't define cairo_public to __declspec(dllimport) for static build
Behdad Esfahbod
2008-09-26
1
-1
/
+1
[next]