summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-06-27doc: Ensure @ in "@cairo:" is escaped when referring the the font family nameAdrian Johnson1-2/+2
2024-06-27Check return value of _cairo_boxes_copy_to_clip()Adrian Johnson1-1/+4
2024-06-27Ensure extent_y_scale is initializedAdrian Johnson1-2/+2
2024-06-27Make Coverity happyAdrian Johnson1-0/+2
2024-06-27Ensure face variables in cairo_stroker_t are initializedAdrian Johnson1-0/+4
2024-06-27ps: fix max form sizeAdrian Johnson1-2/+2
2024-06-24Merge branch 'wip/otte/xlib-overflow' into 'master'Adrian Johnson1-1/+1
2024-06-24Merge branch 'master' into 'master'Adrian Johnson1-1/+3
2024-06-24Avoid an uninitialized useMatthias Clasen1-0/+1
2024-06-24Fix a memory leakMatthias Clasen1-1/+3
2024-06-24xlib: Enlarge array for new formatswip/otte/xlib-overflowBenjamin Otte1-1/+1
2024-06-21Use _cairo_calloc() to allocate structsAdrian Johnson68-164/+164
2024-06-21Make _cairo_calloc() consistent with _cairo_malloc()Adrian Johnson18-56/+87
2024-06-10Fix cairo-ft-font.c build failure when fontconfig not availableAdrian Johnson1-6/+6
2024-06-08Set CLOEXEC when opening filesAdrian Johnson3-17/+90
2024-05-31Merge branch 'c11-atomics' into 'master'Adrian Johnson11-123/+167
2024-05-26Merge branch 'update-fontconfig-and-libpng' into 'master'Adrian Johnson3-65/+2
2024-05-26Add support for C11 atomicsAdrian Johnson11-73/+165
2024-05-26Remove two unused filesUli Schlachter1-17/+0
2024-05-25Use intptr_t for cairo_atomic_intptr_tAdrian Johnson1-55/+7
2024-05-25Update required libpng versionAdrian Johnson1-6/+1
2024-05-25Update required fontconfig versionAdrian Johnson2-59/+1
2024-05-25ft: replace deprecated FT_Get_X11_Font_Format()Adrian Johnson1-3/+2
2024-05-25Update minimum FreeType to 2.10Adrian Johnson1-98/+21
2024-05-24Merge branch 'cff-global-subs-fix' into 'master'Adrian Johnson19-55/+75
2024-05-24Merge branch 'fix-gradient-scale-crash' into 'master'Uli Schlachter1-0/+6
2024-05-22Merge branch 'master' into fix-gradient-scale-crashKoichi Akabe17-215/+220
2024-05-22pdf: return subset status and always cleanupAdrian Johnson1-12/+16
2024-05-21Merge branch 'moz-bug-1896173' into 'master'Emmanuele Bassi1-1/+9
2024-05-21Merge branch 'moz-bug-1897561' into 'master'Emmanuele Bassi1-1/+5
2024-05-21cff: Don't try allocating a zero sized arrayAdrian Johnson1-3/+7
2024-05-21Create _cairo_calloc() macro to replace calloc()Adrian Johnson19-53/+69
2024-05-21Only use PIXMAN_r8g8b8_sRGB if availableAdrian Johnson1-1/+4
2024-05-21Merge branch 'update-to-fedora-40' into 'master'Adrian Johnson5-13/+12
2024-05-21Fix crash if font error in recording surfaceAdrian Johnson1-1/+5
2024-05-19pdf tags: Fix crash when popping the top most group following by a show_textAdrian Johnson1-1/+9
2024-05-15Merge branch 'dest-and-uri' into 'master'Adrian Johnson7-131/+95
2024-05-15Mark _cairo_debug_svg_render() cairo_publicUli Schlachter1-1/+1
2024-05-11Allow links to specify 'dest' and 'uri'Adrian Johnson7-131/+95
2024-04-28Update CI to Fedora 40Adrian Johnson5-13/+12
2024-04-25Switch to calloc in _cairo_cff_font_fallback_createDaniel Holbert1-1/+1
2024-04-15Fix alloca undefined on SolarisAlan Coopersmith1-0/+4
2024-03-21Merge branch 'ft-font-accuracy-new' into 'master'Adrian Johnson1-50/+53
2024-03-21Prefer COLRv1 tableMarek Kasik1-17/+35
2024-02-17Merge branch 'surface-error-png' into 'master'Adrian Johnson1-1/+3
2024-02-06Fix "out of memory" when using linear gradientKoichi Akabe1-0/+6
2024-01-22Improve accuracy of computed metrics for FT fontsVincent Lefevre1-50/+53
2024-01-18Merge branch 'fix-issue-811' into 'master'Emmanuele Bassi1-0/+11
2024-01-17[quartz] Fix: Cairo 1.18.0 doesn't draw italic or bold text on MacDiego Pino Garcia1-0/+11
2024-01-16Copy font-options during creation of a fallback fontBehdad Esfahbod2-0/+2