summaryrefslogtreecommitdiff
path: root/src/cairo.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-30subsurface: s/region/rectangle/Chris Wilson1-5/+5
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-07region: Make the 2nd argument to intersect and union constBenjamin Otte1-2/+2
2010-03-24Add back support for CAIRO_FORMAT_RGB16_565Oleg Romashin1-5/+2
2010-03-23device: Add language binding interfaces.Chris Wilson1-0/+14
2010-03-23cairo: Typos in docs.Chris Wilson1-2/+2
2010-03-02Added new MIME type CAIRO_MIME_TYPE_URI and it's support in SVG backendAlexander Shulgin1-0/+1
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-4/+6
2010-01-22Add cairo_device_tChris Wilson1-0/+117
2010-01-22Add subsurface.Chris Wilson1-0/+7
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-10/+10
2009-10-21[doc] Add comments on when surfaces are cleared on construction.Chris Wilson1-0/+9
2009-09-30[API] Make _cairo_meta_surface_replay() private againBenjamin Otte1-4/+0
2009-09-01[tee] Rename 'append' to 'add' and add symmetric 'remove'Chris Wilson1-2/+6
2009-08-29[clip] Apply surface offset when combining with clip maskChris Wilson1-1/+1
2009-08-29Add skia backendVladimir Vukicevic1-1/+3
2009-08-29Add xml surfaceChris Wilson1-1/+3
2009-08-29Add 'flight-data-recorder' utility.Chris Wilson1-0/+4
2009-08-29Introduce cairo_tee_surface_tChris Wilson1-1/+12
2009-07-23[drm] Add an accelerated image surface.Chris Wilson1-0/+2
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-11/+19
2009-07-21Merge commit 'anholt/gl'Chris Wilson1-1/+3
2009-07-17Add OpenVG backend.Chris Wilson1-1/+3
2009-07-14[cairo] Remove trailing spaces in comments.Chris Wilson1-11/+11
2009-07-14Use new pixman extended blend operatorsBenjamin Otte1-1/+52
2009-07-03Export meta-surfaceChris Wilson1-1/+21
2009-06-16Import Qt backend by MozillaVladimir Vukicevic1-1/+3
2009-06-15Reinstate cairo_region_create_rectangles()Søren Sandmann Pedersen1-0/+4
2009-06-03[cairo] Tweak error strings.Chris Wilson1-2/+2
2009-06-02Merge commit 'origin/master' into glEric Anholt1-13/+100
2009-05-07[cairo] Fix errors reported by check-docChris Wilson1-4/+4
2009-05-06[user-font] Add CAIRO_STATUS_USER_FONT_NOT_IMPLEMENTEDBehdad Esfahbod1-9/+14
2009-05-06Err, make gtk-doc happy againBehdad Esfahbod1-2/+0
2009-04-01Remove trailing comma in cairo_region_overlap_t enum.Jeff Muizelaar1-1/+1
2009-03-31[region] Change name of cairo_region_empty() to cairo_region_is_empty()Søren Sandmann Pedersen1-1/+1
2009-03-30[region] Use const cairo_rectangle_int_t consistently.Chris Wilson1-2/+2
2009-03-28[region] Add documentation for all the new region methods.Søren Sandmann Pedersen1-3/+3
2009-03-28[region] Use signed ints for width and height in cairo_rectangle_int_tSøren Sandmann Pedersen1-1/+1
2009-03-28[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()Søren Sandmann1-1/+10
2009-03-28[region] Expand rect to rectangle in a couple of namesSøren Sandmann Pedersen1-5/+2
2009-03-28[region] Delete cairo_region_create_rectangles()Søren Sandmann Pedersen1-4/+0
2009-03-28[region] Move region function prototypes to cairo.h along with helper types.Søren Sandmann1-0/+75
2009-03-28[region] Add _cairo_region_contains_point()Søren Sandmann1-0/+1
2009-03-17Make CAIRO_STATUS_LAST_STATUS publicBehdad Esfahbod1-2/+10
2009-02-16[sdl] Remove new backend.M Joonas Pihlaja1-2/+0
2009-02-05[gl] Add basics for GL surface backend using test-fallback as base.Eric Anholt1-1/+3
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-2/+4
2008-11-23Add JPEG2000 mimetype and image info functionAdrian Johnson1-0/+1
2008-11-13Add CairoScript backend.Chris Wilson1-1/+3
2008-11-07[surface] Pass a separate closure for the mime-type destroy notifier.Chris Wilson1-5/+6