summaryrefslogtreecommitdiff
path: root/src/cairo.h
Commit message (Expand)AuthorAgeFilesLines
* Add cairo_device_tChris Wilson2010-01-221-0/+117
* Add subsurface.Chris Wilson2010-01-221-0/+7
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-10/+10
* [doc] Add comments on when surfaces are cleared on construction.Chris Wilson2009-10-211-0/+9
* [API] Make _cairo_meta_surface_replay() private againBenjamin Otte2009-09-301-4/+0
* [tee] Rename 'append' to 'add' and add symmetric 'remove'Chris Wilson2009-09-011-2/+6
* [clip] Apply surface offset when combining with clip maskChris Wilson2009-08-291-1/+1
* Add skia backendVladimir Vukicevic2009-08-291-1/+3
* Add xml surfaceChris Wilson2009-08-291-1/+3
* Add 'flight-data-recorder' utility.Chris Wilson2009-08-291-0/+4
* Introduce cairo_tee_surface_tChris Wilson2009-08-291-1/+12
* [drm] Add an accelerated image surface.Chris Wilson2009-07-231-0/+2
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-11/+19
* Merge commit 'anholt/gl'Chris Wilson2009-07-211-1/+3
|\
| * Merge commit 'origin/master' into glEric Anholt2009-06-021-13/+100
| |\
| * | [gl] Add basics for GL surface backend using test-fallback as base.Eric Anholt2009-02-051-1/+3
* | | Add OpenVG backend.Chris Wilson2009-07-171-1/+3
* | | [cairo] Remove trailing spaces in comments.Chris Wilson2009-07-141-11/+11
* | | Use new pixman extended blend operatorsBenjamin Otte2009-07-141-1/+52
* | | Export meta-surfaceChris Wilson2009-07-031-1/+21
* | | Import Qt backend by MozillaVladimir Vukicevic2009-06-161-1/+3
* | | Reinstate cairo_region_create_rectangles()Søren Sandmann Pedersen2009-06-151-0/+4
* | | [cairo] Tweak error strings.Chris Wilson2009-06-031-2/+2
| |/ |/|
* | [cairo] Fix errors reported by check-docChris Wilson2009-05-071-4/+4
* | [user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTEDBehdad Esfahbod2009-05-061-9/+14
* | Err, make gtk-doc happy againBehdad Esfahbod2009-05-061-2/+0
* | Remove trailing comma in cairo_region_overlap_t enum.Jeff Muizelaar2009-04-011-1/+1
* | [region] Change name of cairo_region_empty() to cairo_region_is_empty()Søren Sandmann Pedersen2009-03-311-1/+1
* | [region] Use const cairo_rectangle_int_t consistently.Chris Wilson2009-03-301-2/+2
* | [region] Add documentation for all the new region methods.Søren Sandmann Pedersen2009-03-281-3/+3
* | [region] Use signed ints for width and height in cairo_rectangle_int_tSøren Sandmann Pedersen2009-03-281-1/+1
* | [region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()Søren Sandmann2009-03-281-1/+10
* | [region] Expand rect to rectangle in a couple of namesSøren Sandmann Pedersen2009-03-281-5/+2
* | [region] Delete cairo_region_create_rectangles()Søren Sandmann Pedersen2009-03-281-4/+0
* | [region] Move region function prototypes to cairo.h along with helper types.Søren Sandmann2009-03-281-0/+75
* | [region] Add _cairo_region_contains_point()Søren Sandmann2009-03-281-0/+1
* | Make CAIRO_STATUS_LAST_STATUS publicBehdad Esfahbod2009-03-171-2/+10
* | [sdl] Remove new backend.M Joonas Pihlaja2009-02-161-2/+0
|/
* [surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini2009-01-291-2/+4
* Add JPEG2000 mimetype and image info functionAdrian Johnson2008-11-231-0/+1
* Add CairoScript backend.Chris Wilson2008-11-131-1/+3
* [surface] Pass a separate closure for the mime-type destroy notifier.Chris Wilson2008-11-071-5/+6
* [png] Attach the png representation to cairo_surface_create_from_png().Chris Wilson2008-11-051-0/+1
* [mime-data] Allow embedding of arbitrary mime-types.Chris Wilson2008-11-031-2/+2
* Add cairo_surface_set_mime_data()Adrian Johnson2008-11-021-0/+15
* [sdl] Add new backend.Chris Wilson2008-10-301-1/+3
* [cairo.h] Be defensive when checking for _MSC_VERChris Wilson2008-10-081-1/+1
* [text_to_glyphs] Further enhance the docsBehdad Esfahbod2008-09-291-1/+1
* [user-font] Rewrite text_to_glyphs allocation instructions.Chris Wilson2008-09-291-19/+14
* [cairo.h] Don't define cairo_public to __declspec(dllimport) for static buildBehdad Esfahbod2008-09-261-1/+1