summaryrefslogtreecommitdiff
path: root/src/cairo-surface.c
Commit message (Expand)AuthorAgeFilesLines
* tags: Don't ignore tag on empty pagesAdrian Johnson2019-03-121-0/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Don't leak patterns when compositing color glyphsMatthias Clasen2018-01-041-0/+1
* Fix a logic error in color glyph compositingMatthias Clasen2017-12-171-3/+3
* ps: add CAIRO_MIME_TYPE_EPS mime type for embedding EPS filesAdrian Johnson2017-11-091-0/+18
* pdf: fix mime-unique-id jpeg attached to recording testAdrian Johnson2017-11-091-0/+42
* pdf: fix mime-unique-id unbounded recording testAdrian Johnson2017-11-091-2/+2
* Add CCITT_FAX mime type for PDF and PS surfacesAdrian Johnson2017-10-221-1/+20
* Handle SOURCE and CLEAR operators when painting color glyphsBehdad Esfahbod2017-09-121-1/+4
* Remove redundant check.Guillermo Rodriguez2017-08-211-4/+0
* Fix uninitialized status!Behdad Esfahbod2017-07-291-3/+3
* Simplify things a bitMatthias Clasen2017-07-291-138/+89
* Render color glyphs as source, not as maskMatthias Clasen2017-07-291-1/+257
* doc: Clarify when the device scale is inherited and when it isn'tDebarshi Ray2017-03-151-5/+8
* doc: Fix the units used by cairo_surface_create_similar_imageDebarshi Ray2017-03-151-2/+2
* Fix grammar in cairo_*_reference() function documentation.Bryce Harrington2016-10-101-2/+2
* pdf: structured text and hyperlink supportAdrian Johnson2016-10-011-0/+1
* Add tag functions to cairo_t and cairo_surface_tAdrian Johnson2016-10-011-0/+36
* Add CAIRO_STATUS_WIN32_GDI_ERROR for GDI errorsAdrian Johnson2016-03-261-0/+1
* Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson2016-03-261-0/+1
* Add CAIRO_STATUS_PNG_ERROR for errors returned by libpngAdrian Johnson2016-03-261-0/+1
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-2/+5
* surface: Clarify flush documentationBryce Harrington2015-03-181-6/+6
* Update mime type documentation.Adrian Johnson2014-10-171-1/+27
* NEWS: Flesh out docs for new APIsBryce Harrington2014-10-131-1/+1
* Add more info to cairo_surface_set_mime_data docs.jimmyfrasche2014-06-051-0/+10
* surface: Make parameter naming consistent between header and implBryce Harrington2014-03-131-6/+6
* Add explanation to _cairo_surface_create_in_errorBryce Harrington2014-02-261-0/+10
* pdf: support JBIG2 mime dataAdrian Johnson2013-09-151-1/+3
* surface: Inherit device scale in cairo_surface_create_similar()Alexander Larsson2013-09-051-0/+7
* surface: Merge scratch construction into _cairo_surface_create_scratchAlexander Larsson2013-09-051-43/+32
* surface: Opencode create_similarAlexander Larsson2013-09-051-3/+30
* surface: expose the device scaleAlexander Larsson2013-09-051-13/+39
* gstate: Move device-scale font scaling to gstateAlexander Larsson2013-09-051-27/+4
* surface_get_extents: Reject finished or error surfaceUli Schlachter2013-08-131-0/+12
* surface: Error out on finished surfacesUli Schlachter2013-08-131-0/+19
* surface: Prevent reads from the user-data arrays during teardownChris Wilson2013-02-021-1/+7
* surface: Prevent writes to the user-data arrays during teardownChris Wilson2013-02-021-0/+9
* doc: Add CAIRO_MIME_TYPE_UNIQUE_ID to list of supported mime typesAdrian Johnson2012-12-221-1/+2
* mark_dirty: Check surface statusUli Schlachter2012-09-251-0/+7
* surface: Check reference count right before freeUli Schlachter2012-09-251-3/+3
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-31/+70
* Erradicate internal use of cairo_surface_get_type()Chris Wilson2012-06-011-1/+0
* Erradicate internal use of cairo_surface_get_content()Chris Wilson2012-06-011-1/+0
* surface: Eliminate PLT entries for map-to-imageChris Wilson2012-05-311-4/+12
* surface: Kill imagesurf temporary variableChris Wilson2012-05-261-14/+5
* surface: Use the internal map/unmapAndrea Canciani2012-05-261-2/+0
* surface: Make backend-specific map/unmap functions symmetricAndrea Canciani2012-05-261-1/+1
* surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani2012-05-261-1/+1
* surface: Define private map/unmap functionsAndrea Canciani2012-05-261-73/+166