- 05 Feb, 2023 1 commit
-
-
Uli Schlachter authored
Drop some unused or dead code See merge request !443
-
- 04 Feb, 2023 3 commits
-
-
Khaled Hosny authored
This is no-op as the functions always return TRUE and the code is never executed.
-
Khaled Hosny authored
../test/cairo-test-runner.c:730:48: warning: parameter 'str' set but not used [-Wunused-but-set-parameter] _has_required_ghostscript_version (const char *str)
-
Khaled Hosny authored
warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
-
- 03 Feb, 2023 3 commits
-
-
Adrian Johnson authored
tee: Fix cairo wrapper functions Closes #634 See merge request !442
-
Emmanuele Bassi authored
Though I'm not sure how useful this tool is.
-
Emmanuele Bassi authored
Follow-up to !391 to apply the same changes to the (disabled by default) tee surface. Fixes: #634
-
- 02 Feb, 2023 16 commits
-
-
Adrian Johnson authored
Win32 surface compositor should support DWrite font Closes #597 See merge request !441
-
Adrian Johnson authored
PDF Type 3 color fonts See merge request !434
-
Adrian Johnson authored
meson: Replace existing link if it already exists Closes #631 See merge request !440
-
Adrian Johnson authored
Fix build with -DDEBUG_SVG_RENDER See merge request !439
-
Emmanuele Bassi authored
Cairo 1.17.8 snapshot See merge request !436
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
And clean it up a little bit.
-
Emmanuele Bassi authored
Cairo is perfect, and has no known issues outside of the ones that are listed in the issue tracker.
-
Emmanuele Bassi authored
It's been nearly 20 years; time to let it go.
-
Emmanuele Bassi authored
Port to Markdown.
-
Emmanuele Bassi authored
Mainly drop the Autotools-related stuff, and use Markdown.
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
We're using an EOL version of GTK; we know we are using deprecated API. Until somebody shows up with a replacement, or until we drop the perf widget, we should avoid unnecessary compiler warnings.
-
Emmanuele Bassi authored
While it's possible to write C code in Python, it's better to actually write Python code in Python. Use regular expressions, instead of counting characters, to allow a little bit more leeway when editing the cairo-version.h header file. Use a context manager to handle the lifetime of a file object. Use f-strings instead of the obsolete format() method.
-
Fujii Hironori authored
_cairo_win32_gdi_compositor_glyphs was falling back to the default implementation for DWrite font because check_glyphs() returned FALSE for CAIRO_FONT_TYPE_DWRITE. Fixes #597
-
- 01 Feb, 2023 6 commits
-
-
Adrian Johnson authored
DWrite: Added new API to set measuring mode and rendering params See merge request !423
-
Fujii Hironori authored
GetGdiCompatibleMetrics may return a glyph metrics that yields a small nagative glyph height. But, it was calculated in unsigned integer. And, it resulted in a very large glyph metrics. Calculate glyph width and height in signed integer and let them non-negative.
-
Fujii Hironori authored
Added the following API: * cairo_dwrite_font_face_get_measuring_mode * cairo_dwrite_font_face_get_rendering_params * cairo_dwrite_font_face_set_measuring_mode * cairo_dwrite_font_face_set_rendering_params
-
Fujii Hironori authored
Removed the following functions: * cairo_dwrite_get_cleartype_rendering_mode * cairo_dwrite_set_cleartype_params * cairo_dwrite_scaled_font_get_force_GDI_classic * cairo_dwrite_scaled_font_set_force_GDI_classic
-
Adrian Johnson authored
Fixes #631
-
Adrian Johnson authored
Add cairo-dwrite.h header file See merge request !425
-
- 31 Jan, 2023 3 commits
-
-
Adrian Johnson authored
-
Uli Schlachter authored
s/the the/the/ See merge request !438
-
Adrian Johnson authored
-
- 30 Jan, 2023 2 commits
-
-
Adrian Johnson authored
-
Adrian Johnson authored
Fix dwrite crash when printing dwrite toy font Closes #632 See merge request !435
-
- 29 Jan, 2023 3 commits
-
-
Adrian Johnson authored
Fixes #632
-
Adrian Johnson authored
This implements Type 3 color fonts for PDF for any font with a CAIRO_SCALED_GLYPH_INFO_RECORDING_SURFACE. This includes user-fonts, SVG fonts, and COLR fonts. Glyphs with foreground colors are not yet implemented as Type 3 glyphs and will be rendered as images by cairo-surface.
-
Emmanuele Bassi authored
Drop cairo-gl See merge request !287
-
- 28 Jan, 2023 3 commits
-
-
Adrian Johnson authored
Add missing documentation See merge request !433
-
Adrian Johnson authored
-
Adrian Johnson authored
Documentation updates See merge request !431
-