summaryrefslogtreecommitdiff
path: root/src/cairo.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-08cairo.h: Document CAIRO_DEVICE_TYPE_INVALIDUli Schlachter1-0/+1
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-39/+54
2011-07-24composite: Perform a quick is-clipped for glyphsChris Wilson1-4/+4
2011-07-08device: Fix documentation of device typesAndrea Canciani1-8/+9
2011-07-08device: Define the CAIRO_DEVICE_TYPE_INVALID device typeAndrea Canciani1-1/+3
2011-07-08device: Add CAIRO_STATUS_DEVICE_FINISHEDAndrea Canciani1-0/+2
2011-06-25Fix typosNis Martensen1-3/+3
2011-06-08cairo: Remove trailing comma from cairo_format_tMurray Cumming1-1/+1
2011-05-01Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes1-1/+3
2011-02-07mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani1-13/+13
2011-01-27User fonts: Make it clear what should NOT be freedUli Schlachter1-3/+5
2011-01-16doc: Fix some broken references and gtk-doc warningsMaarten Bosmans1-15/+18
2011-01-01pattern: Add public mesh pattern APIAdrian Johnson1-0/+62
2011-01-01mesh: Add mesh pattern type and enum valuesAdrian Johnson1-1/+8
2010-11-23Add unique_id mime typeAdrian Johnson1-0/+1
2010-09-10cairo: Remove trailing comma from cairo_device_tChris Wilson1-1/+1
2010-09-06Reduce the cairo_device_type_t to only hold the used entries.Chris Wilson1-41/+8
2010-08-26subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte1-1/+6
2010-08-07Update documentation to reflect that rgb565 is no longer deprecated.Søren Sandmann Pedersen1-3/+3
2010-07-30tee: Move definitions into separate headerBenjamin Otte1-17/+0
2010-07-10Convert mime data length to use unsigned longChris Wilson1-2/+2
2010-07-09doc: Add "@Since: 1.10" tags to device docsBenjamin Otte1-0/+2
2010-07-09doc: Add missing region documentationBenjamin Otte1-0/+13
2010-07-08doc: Fix some consistency issues that confuse gtk-docBenjamin Otte1-2/+14
2010-07-06region: Add cairo_region_xor() and cairo_region_xor_rectangle()Benjamin Otte1-0/+6
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