summaryrefslogtreecommitdiff
path: root/src/cairo.h
Commit message (Expand)AuthorAgeFilesLines
...
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-36/+54
* cairo_surface_observer_mode_t: Remove trailing comma.Murray Cumming2011-11-211-1/+1
* backends: Adds a new Cogl based backendRobert Bragg2011-10-111-1/+4
* Introduce a new compositor architectureChris Wilson2011-09-121-1/+44
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-1/+24
* perf: Print a summary of each operation for a trace (using '-s')Chris Wilson2011-08-301-1/+22
* observe: Provide the sum of the elapsed time of the individual operationsChris Wilson2011-08-231-0/+5
* Introduce cairo_mime_surface_tChris Wilson2011-08-151-18/+71
* Introduce cairo_surface_observer_t for performance analysisChris Wilson2011-08-141-0/+13
* cairo.h: Document CAIRO_DEVICE_TYPE_INVALIDUli Schlachter2011-08-081-0/+1
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-39/+54
* composite: Perform a quick is-clipped for glyphsChris Wilson2011-07-241-4/+4
* device: Fix documentation of device typesAndrea Canciani2011-07-081-8/+9
* device: Define the CAIRO_DEVICE_TYPE_INVALID device typeAndrea Canciani2011-07-081-1/+3
* device: Add CAIRO_STATUS_DEVICE_FINISHEDAndrea Canciani2011-07-081-0/+2
* Fix typosNis Martensen2011-06-251-3/+3
* cairo: Remove trailing comma from cairo_format_tMurray Cumming2011-06-081-1/+1
* Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes2011-05-011-1/+3
* mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani2011-02-071-13/+13
* User fonts: Make it clear what should NOT be freedUli Schlachter2011-01-271-3/+5
* doc: Fix some broken references and gtk-doc warningsMaarten Bosmans2011-01-161-15/+18
* pattern: Add public mesh pattern APIAdrian Johnson2011-01-011-0/+62
* mesh: Add mesh pattern type and enum valuesAdrian Johnson2011-01-011-1/+8
* Add unique_id mime typeAdrian Johnson2010-11-231-0/+1
* cairo: Remove trailing comma from cairo_device_tChris Wilson2010-09-101-1/+1
* Reduce the cairo_device_type_t to only hold the used entries.Chris Wilson2010-09-061-41/+8
* subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte2010-08-261-1/+6
* Update documentation to reflect that rgb565 is no longer deprecated.Søren Sandmann Pedersen2010-08-071-3/+3
* tee: Move definitions into separate headerBenjamin Otte2010-07-301-17/+0
* Convert mime data length to use unsigned longChris Wilson2010-07-101-2/+2
* doc: Add "@Since: 1.10" tags to device docsBenjamin Otte2010-07-091-0/+2
* doc: Add missing region documentationBenjamin Otte2010-07-091-0/+13
* doc: Fix some consistency issues that confuse gtk-docBenjamin Otte2010-07-081-2/+14
* region: Add cairo_region_xor() and cairo_region_xor_rectangle()Benjamin Otte2010-07-061-0/+6
* subsurface: s/region/rectangle/Chris Wilson2010-04-301-5/+5
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* region: Make the 2nd argument to intersect and union constBenjamin Otte2010-04-071-2/+2
* Add back support for CAIRO_FORMAT_RGB16_565Oleg Romashin2010-03-241-5/+2
* device: Add language binding interfaces.Chris Wilson2010-03-231-0/+14
* cairo: Typos in docs.Chris Wilson2010-03-231-2/+2
* Added new MIME type CAIRO_MIME_TYPE_URI and it's support in SVG backendAlexander Shulgin2010-03-021-0/+1
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-4/+6
* 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