summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
25 hoursMerge branch 'msys-clang-fix' into 'master'HEADmasterAdrian Johnson2-18/+20
2 daysmeson: use has_define() to check if define existsAdrian Johnson1-1/+1
2 daysWindows should always use win32 atomicsAdrian Johnson1-12/+14
2 daysFix MSYS clang build errorAdrian Johnson1-5/+5
8 daysMerge branch 'bugfix/compile-without-cpp' into 'master'Adrian Johnson1-1/+3
9 daysmeson: only require cpp for windowsThomas Devoogdt1-1/+3
2024-07-05Merge branch 'clang-build' into 'master'Adrian Johnson2-6/+15
2024-07-06offsetof is ANSI CAdrian Johnson1-4/+1
2024-07-06Add clang build to CIAdrian Johnson1-2/+14
2024-06-26Merge branch 'various-fixes' into 'master'Adrian Johnson8-11/+23
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-27Fix bug in cairo-trace when writing A8 imagesAdrian Johnson1-1/+1
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 Johnson2-5/+8
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-24Merge branch 'uninitialized-var' into 'master'Adrian Johnson1-0/+1
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-24Merge branch 'calloc' into 'master'Adrian Johnson76-220/+251
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-11Merge branch 'ft-no-fc' into 'master'Adrian Johnson2-7/+8
2024-06-10Build mingw-32 in CI with fontconfig disabledAdrian Johnson1-1/+2
2024-06-10Fix cairo-ft-font.c build failure when fontconfig not availableAdrian Johnson1-6/+6
2024-06-08Merge branch 'cloexec' into 'master'Adrian Johnson3-17/+90
2024-06-08Set CLOEXEC when opening filesAdrian Johnson3-17/+90
2024-06-01Merge branch 'meson-fixes' into 'master'Adrian Johnson1-2/+3
2024-06-01meson: Use cc.has_define instead of cc.get_define for variables that may be u...Adrian Johnson1-1/+1
2024-06-01Fix meson deprecation warningAdrian Johnson1-1/+2
2024-05-31Merge branch 'c11-atomics' into 'master'Adrian Johnson13-124/+186
2024-05-28Merge branch 'master' into 'master'Uli Schlachter1-1/+1
2024-05-26Merge branch 'update-fontconfig-and-libpng' into 'master'Adrian Johnson4-66/+5
2024-05-26Merge branch 'remove-unused-files' into 'master'Uli Schlachter2-34/+0
2024-05-26Merge branch 'pdf-structure-test' into 'master'Adrian Johnson4-2/+13
2024-05-26Add support for C11 atomicsAdrian Johnson13-74/+184
2024-05-26Remove two unused filesUli Schlachter2-34/+0
2024-05-25Enable pdf-structure testAdrian Johnson4-2/+13
2024-05-25Use intptr_t for cairo_atomic_intptr_tAdrian Johnson1-55/+7
2024-05-25Update required libpng versionAdrian Johnson2-6/+3
2024-05-25Update required fontconfig versionAdrian Johnson3-60/+2
2024-05-25Merge branch 'update-freetype' into 'master'Adrian Johnson4-132/+25
2024-05-25ft: replace deprecated FT_Get_X11_Font_Format()Adrian Johnson1-3/+2
2024-05-25Update minimum FreeType to 2.10Adrian Johnson4-129/+23
2024-05-24Merge branch 'cff-global-subs-fix' into 'master'Adrian Johnson19-55/+75
2024-05-24Merge branch 'update-meson-wraps' into 'master'Adrian Johnson7-38/+64