summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Open-code bbtree_del to avoid free()ing a non-allocated objectMatt Turner2023-03-011-1/+4
* DWrite: region clipping didn't work on win32 surfacesFujii Hironori2023-03-011-9/+0
* DWrite: Support antialias and subpixel order font optionsFujii Hironori2023-02-272-15/+145
* Change the workaround of MinGW dwrite_3.h problemFujii Hironori2023-02-273-159/+22
* Merge branch 'issue-569-dwrite-inflate-glyph-bounds' into 'master'Adrian Johnson2023-02-201-4/+9
|\
| * DWrite: Inflate glyph bounds 1px vertically tooFujii Hironori2023-02-201-4/+9
* | Merge branch 'fix-doc-for-cairo_matrix_transform_distance' into 'master'Adrian Johnson2023-02-201-7/+2
|\ \ | |/ |/|
| * Fix cairo_matrix_transform_distance documentationFujii Hironori2023-02-181-7/+2
* | [quartz]Conditionally Use Main Display ColorSpace instead of kCGColorSpac...John Ralls2023-02-173-52/+146
|/
* Merge branch 'quartz-image-surface' into 'master'Uli Schlachter2023-02-173-278/+150
|\
| * [quartz] Pretty up the surface-type and zero-size tests.John Ralls2023-02-143-22/+33
| * [quartz] Cleanup and make better use of cairo_quartz_image_surface_t.John Ralls2023-02-143-274/+135
* | Merge branch 'issue-641-glyph-bounds' into 'master'Adrian Johnson2023-02-161-99/+31
|\ \
| * | DWrite: clipped glyphs in win32 compositorFujii Hironori2023-02-141-99/+31
| |/
* | Merge branch 'dwrite-glyph-phase' into 'master'Adrian Johnson2023-02-161-16/+6
|\ \ | |/ |/|
| * DWrite: glyph surfaces should take subpixel positions into accountFujii Hironori2023-02-101-16/+6
* | Merge branch 'ft-use-outline-glyph-for-path' into 'master'Adrian Johnson2023-02-111-40/+13
|\ \
| * | FT: Always use the outline glyph to get the pathAdrian Johnson2023-02-091-40/+13
* | | Merge branch 'fix-valgrind-errors' into 'master'Adrian Johnson2023-02-114-2/+45
|\ \ \ | |_|/ |/| |
| * | Implement a font options compare function and use it in gstateAdrian Johnson2023-02-083-1/+40
| * | truetype: revert use of _cairo_strndupAdrian Johnson2023-02-081-1/+5
* | | DWrite: Don't convert subpixel antialiasing to grayscaleFujii Hironori2023-02-093-41/+9
| |/ |/|
* | Merge branch 'doc-fixes' into 'master'Adrian Johnson2023-02-0813-48/+87
|\ \
| * | doc: fix cairo_dwrite_font_face_set_rendering_params docsKhaled Hosny2023-02-021-1/+1
| * | doc: Document the deprecated status of more surface typesKhaled Hosny2023-02-021-9/+19
| * | doc: Fix external linksKhaled Hosny2023-02-021-3/+3
| * | doc: Escape percent signKhaled Hosny2023-02-021-1/+1
| * | 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
| * | doc: Include surface observer documentationKhaled Hosny2023-02-021-0/+9
| * | doc: Fix missing quartz image surface docsKhaled Hosny2023-02-021-4/+16
| * | doc: Document CAIRO_SURFACE_TYPE_SKIA and mark it deprecatedKhaled Hosny2023-02-021-0/+1
| * | doc: Document CAIRO_STATUS_SVG_FONT_ERRORKhaled Hosny2023-02-021-0/+1
| * | doc: Fix the gtk-doc syntax of internal symbolsKhaled Hosny2023-02-024-7/+17
| * | doc: Fix parameter name in commentKhaled Hosny2023-02-021-1/+1
| * | doc: Fix dwrite gtk-doc warningsKhaled Hosny2023-02-021-7/+7
* | | Merge branch 'remove-unused-tee-function' into 'master'Adrian Johnson2023-02-083-89/+0
|\ \ \
| * | | Remove unused _cairo_tee_surface_find_matchUli Schlachter2023-02-053-89/+0
* | | | Merge branch 'warnings' into 'master'Adrian Johnson2023-02-082-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix -Wunused-variableKhaled Hosny2023-02-061-1/+1
| * | | Fix -Wsometimes-uninitialized warningKhaled Hosny2023-02-061-1/+1
* | | | DWrite: More accurate glyph paths for small fontsFujii Hironori2023-02-081-29/+37
|/ / /
* | | Fix -Wparentheses-equality warningsKhaled Hosny2023-02-042-4/+4
|/ /
* | tee: Fix cairo wrapper functionsEmmanuele Bassi2023-02-031-10/+14
|/
* Merge branch 'bug-597' into 'master'Adrian Johnson2023-02-021-1/+2
|\
| * Win32 surface compositor should support DWrite fontFujii Hironori2023-02-021-1/+2
* | Merge branch 'pdf-color-fonts' into 'master'Adrian Johnson2023-02-0215-143/+531
|\ \
| * | PDF Type 3 color fontsAdrian Johnson2023-01-2915-143/+531
* | | Merge branch 'fix-svg-render-debug' into 'master'Adrian Johnson2023-02-021-5/+14
|\ \ \
| * | | Fix build with -DDEBUG_SVG_RENDERAdrian Johnson2023-02-011-5/+14