summaryrefslogtreecommitdiff
path: root/src/cairo-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused _cairo_tee_surface_find_matchUli Schlachter2023-02-051-1/+0
* PDF Type 3 color fontsAdrian Johnson2023-01-291-5/+27
* Rename is_userfont_foreground to is_foreground_markerAdrian Johnson2023-01-271-7/+7
* surface: Don't optimize away color glyphsMatthias Clasen2023-01-211-2/+6
* Merge branch 'fix-svg-crash' into 'master'Adrian Johnson2023-01-211-0/+1
|\
| * svg-font: return SVG_FONT_ERROR on errorAdrian Johnson2023-01-201-0/+1
* | [scaled-font] Clean up font-options before copyBehdad Esfahbod2023-01-191-0/+1
|/
* Fix docs for cairo_surface_[sg]et_device_scaleUli Schlachter2023-01-061-2/+2
* Fix user-font with foreground in group failures on image, PDF, and PSAdrian Johnson2023-01-031-1/+42
* Add color mode optionAdrian Johnson2022-06-261-1/+3
* Fix the scaled_glyph_init color glyph logicAdrian Johnson2022-04-251-2/+2
* Merge branch 'fix-color-glyph-clear-surface' into 'master'Adrian Johnson2022-04-251-4/+4
|\
| * Fix rendering of color glyphs on a clear surfaceMatthias Clasen2022-02-221-4/+4
* | Merge branch 'color-font-vector-surface' into 'master'Adrian Johnson2022-04-241-5/+34
|\ \
| * | On vector surfaces render color glyphs in the fallback resolutionAdrian Johnson2022-03-011-5/+34
| |/
* | Check font status in show_text_glyphsAdrian Johnson2022-04-051-1/+5
* | dwrite: add color font supportAdrian Johnson2022-02-271-0/+1
|/
* Fix mixed color clustersMatthias Clasen2022-02-121-14/+19
* Fix rtl handling for color glyphsMatthias Clasen2022-02-111-1/+3
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-3/+10
* Merge branch 'fix-color-glyph-compositing' into 'master'Adrian Johnson2021-08-141-2/+1
|\
| * Fix compositing non-color glyphs in one caseMatthias Clasen2021-08-021-2/+1
* | Fix color fonts when antialias == SUBPIXEL or NONEAdrian Johnson2021-08-141-1/+0
* | Add color user-font supportAdrian Johnson2021-08-141-1/+9
|/
* Remove all gstate from _cairo_surface_tagAdrian Johnson2021-07-181-15/+2
* Fix _cairo_surface_paint not setting is_clearUli Schlachter2021-01-111-2/+4
* Merge branch 'master' of gitlab.freedesktop.org:sgerwk/cairoUli Schlachter2020-07-201-2/+2
|\
| * a surface may also be checked for status after finishingsgerwk2019-10-141-2/+2
* | Fix documentation typo in src/cairo-surface.cluzpaz2019-12-201-1/+1
|/
* Fix a thinko in composite_color_glyphsMatthias Clasen2019-07-181-0/+10
* tags: Don't ignore tag on empty pagesAdrian Johnson2019-02-011-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