summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-20cleanupwip/quartz-font-wanna-ctAndrea Canciani1-91/+83
2017-03-20quartz-font: Fix extents computation for colored bitmapsAndrea Canciani1-20/+38
2017-03-20quartz: Support rendering colored bitmap fontsAndrea Canciani1-4/+36
2017-03-20quartz: Cleanup computation of glyph advancesAndrea Canciani1-13/+5
2017-03-20quartz: Avoid misaligned types when computing advancesAndrea Canciani1-5/+7
2017-03-20quartz: Improve the explanation of text transforms managementAndrea Canciani1-5/+11
2017-03-20quartz-font: Remove misleading debugging helper codeAndrea Canciani1-6/+0
2017-03-20quartz-font: Expose the CTFont reference for internal usageAndrea Canciani2-0/+11
2017-03-20quartz-font: Improve CTFont handlingAndrea Canciani1-4/+11
2017-03-20quartz-font: Make CoreText dynamic detection more robustAndrea Canciani1-2/+12
2017-03-20test: Add colored-glyph testAndrea Canciani5-0/+67
2017-03-20Merge branch 'wip/quartz-fix-glyph-range'Andrea Canciani3-8/+8
2017-03-20quartz-font: Correct handling of SMP Unicode charactersAndrea Canciani1-4/+5
2017-03-20quartz-font: Fix text-glyph-rangeAndrea Canciani3-8/+8
2017-03-19unicode: Extract the UCS4 to UTF-16 conversion to a separate functionAndrea Canciani2-6/+37
2017-03-19test: Add a test for characters in the SMPAndrea Canciani4-0/+57
2017-03-15doc: Clarify when the device scale is inherited and when it isn'tHEADmasterDebarshi Ray1-5/+8
2017-03-15doc: Fix the units used by cairo_surface_create_similar_imageDebarshi Ray1-2/+2
2017-03-07xlib: Call XSync() before ignoring errorsUli Schlachter1-0/+2
2017-03-07xlib: Remove unused variableUli Schlachter1-6/+0
2017-03-02pdf-operators: fix bug in line wrappingAdrian Johnson1-1/+2
2017-02-02pdf: don't return uninitialized statusAdrian Johnson1-1/+1
2017-01-18quartz: Restore 10.4-specific font codeAndrea Canciani3-9/+31
2017-01-05pdf: Fix wrong cairo_pdf_outline_flags_t item prefixKouhei Sutou3-12/+13
2017-01-05pdf: Remove duplicated itemKouhei Sutou1-1/+0
2016-12-20RELEASING: Fix tabbingBryce Harrington1-5/+5
2016-12-09Bump version for new development tree, 1.15.5Bryce Harrington1-1/+1
2016-12-091.15.4 releaseBryce Harrington2-1/+127
2016-12-09NEWS: Fix a couple typosBryce Harrington1-2/+2
2016-11-03gl: Fix one more CAIRO_GL_FLAVOR_ES3 enumBryce Harrington1-1/+1
2016-10-28gl: Treat GLES v2 as a separate flavor from GLES v3Bryce Harrington10-25/+25
2016-10-12build: Don't rely on non-POSIX 'strings -' behaviorBryce Harrington1-2/+2
2016-10-10pattern: Fix incorrect grammar in cairo_pattern_get_type.Bryce Harrington1-2/+2
2016-10-10Fix grammar in cairo_*_reference() function documentation.Bryce Harrington6-12/+12
2016-10-07strndup is not avuilable with MSVCAdrian Johnson2-3/+15
2016-10-04fix compiler warningsAdrian Johnson4-4/+6
2016-10-04fix make checkAdrian Johnson4-5/+9
2016-10-01add test for PDF document interchange features such as tagged text and linksAdrian Johnson3-1/+400
2016-10-01pdf: thumbnail APIAdrian Johnson6-2/+169
2016-10-01pdf: page label APIAdrian Johnson5-0/+166
2016-10-01pdf: metadata APIAdrian Johnson5-31/+265
2016-10-01pdf: add document outline APIAdrian Johnson5-1/+293
2016-10-01pdf: structured text and hyperlink supportAdrian Johnson21-30/+2617
2016-10-01Support tag operations in analysis and paginated surfaceAdrian Johnson8-13/+88
2016-10-01Add tag functions to recording surface and surface-wrapperAdrian Johnson4-1/+257
2016-10-01Add tag functions to cairo_t and cairo_surface_tAdrian Johnson9-0/+208
2016-09-09Correctly decode Adobe CMYK JPEGs in PDF exportPeter TB Brett3-0/+24
2016-09-04Write debugging information to the debugging fileEd Schouten2-2/+2
2016-09-04Prevent observer surfaces from writing to stdoutEd Schouten1-2/+0
2016-09-02Bug 29319 - Modules are built as versioned shared objectsBehdad Esfahbod3-3/+3