summaryrefslogtreecommitdiff
path: root/src/cairo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'doc-fixes' into 'master'Adrian Johnson2023-02-081-15/+11
|\
| * doc: Fix internal linksKhaled Hosny2023-02-021-2/+2
| * doc: Don’t mention non-existent cairo_stroke_to_path()Khaled Hosny2023-02-021-13/+9
* | Fix -Wparentheses-equality warningsKhaled Hosny2023-02-041-1/+1
|/
* svg-font: return SVG_FONT_ERROR on errorAdrian Johnson2023-01-201-1/+2
* Integrate COLR v1 renderer with cairo-ft-font.cAdrian Johnson2023-01-081-0/+2
* Add some missing slim_hidden entriesAdrian Johnson2022-12-281-0/+17
* Document whether colors are premultipliedMatthias Clasen2022-12-241-0/+2
* dwrite: add color font supportAdrian Johnson2022-02-271-2/+2
* Added hairline support to cairoRick Yorgason2021-08-151-0/+61
* doc: fix link tags code exampleAdrian Johnson2018-10-241-18/+17
* Use HTTPS URLs for cairographics.org domainsPaul Menzel2018-10-161-3/+3
* Cairo trivial typosUnknown2018-04-021-3/+3
* Fix various doxygen warnings found by check-doc-syntax.shBryce Harrington2017-12-071-3/+1
* Un-doxygen disabled cairo_set_opacityBryce Harrington2017-11-061-2/+2
* pdf: fix link positionsAdrian Johnson2017-08-261-3/+4
* Fix grammar in cairo_*_reference() function documentation.Bryce Harrington2016-10-101-2/+2
* pdf: structured text and hyperlink supportAdrian Johnson2016-10-011-1/+261
* Add tag functions to cairo_t and cairo_surface_tAdrian Johnson2016-10-011-0/+49
* Add CAIRO_STATUS_WIN32_GDI_ERROR for GDI errorsAdrian Johnson2016-03-261-1/+2
* Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson2016-03-261-1/+2
* Add CAIRO_STATUS_PNG_ERROR for errors returned by libpngAdrian Johnson2016-03-261-1/+2
* cairo_create(): Add finished surface checkKouhei Sutou2013-10-311-0/+2
* pdf: support JBIG2 mime dataAdrian Johnson2013-09-151-1/+3
* Satisfy check-doc-syntax.awk for unimplemented functionsChris Wilson2012-04-291-0/+4
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+174
* doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani2012-03-291-4/+4
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-8/+8
* doc: fix a few typos found by codespellNis Martensen2012-03-101-1/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+1
* Introduce cairo_mime_surface_tChris Wilson2011-08-151-3/+8
* gstate: Copy clusters for an untransformed unbounded surfaceChris Wilson2011-08-141-7/+11
* pattern: Add observer hooksChris Wilson2011-07-151-0/+1
* Implement cairo_backend_tChris Wilson2011-07-151-628/+411
* device: Add CAIRO_STATUS_DEVICE_FINISHEDAndrea Canciani2011-07-081-1/+2
* Make error contexts staticAndrea Canciani2011-07-051-83/+65
* Clean up context_pool upon static data resetAndrea Canciani2011-07-051-0/+2
* Remove conditional compilation of freed-poolsAndrea Canciani2011-07-051-3/+0
* Do not open-code freed-poolAndrea Canciani2011-06-251-82/+12
* error: Do not define _cairo_error twiceAndrea Canciani2011-06-241-26/+0
* Fix visibility issues found by make checkAndrea Canciani2011-03-211-0/+1
* Do not warn when ignoring the return value of _cairo_rectangle_intersect()Andrea Canciani2011-03-191-1/+1
* Improve cairo_rectangle_list_t error handlingAndrea Canciani2011-03-181-20/+0
* Make cairo_set_font_size() a wrapper of cairo_set_font_matrix()Andrea Canciani2011-03-181-6/+3
* arc: Remove erroneous return statementBenjamin Otte2011-02-191-2/+0
* arc: Handle radius == 0 the same no matter the arc directionBenjamin Otte2011-02-181-1/+6
* gstate: Set an error status when restoring a push_groupAndrea Canciani2011-01-221-15/+11
* doc: Fix some broken references and gtk-doc warningsMaarten Bosmans2011-01-161-12/+15
* arc: Avoid infinite loopAndrea Canciani2010-12-091-4/+16
* Fix degenerate arcsAndrea Canciani2010-10-291-0/+1