summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-31Add example to run specific tests by name to the test/READMEdarxus@chaosreigns.com1-3/+4
2016-08-31Remove closed poppler bugs from test/READMEdarxus@chaosreigns.com1-39/+1
2016-08-31Pull -lz for the script backendOlivier Blin1-0/+3
2016-08-02scaled-font: Fix deadlock when recursing in _cairo_scaled_font_reset_cache()Hans Petter Jansson1-6/+18
2016-07-21cairo-xcb: Remove a wrong optimisationUli Schlachter1-2/+0
2016-07-19pdf: fix combined image/smaskAdrian Johnson1-2/+2
2016-07-18pattern: revert an unintentional change added in 190678fAdrian Johnson1-1/+1
2016-07-17truetype: reverse cmap search should end when 0xffff- 0xffff range reachedAdrian Johnson1-6/+15
2016-07-17pdf: Don't fail subsetting if unable to convert utf8 to utf16Adrian Johnson2-14/+24
2016-07-16pattern: don't round extents to 0 on vector surfacesAdrian Johnson4-9/+19
2016-07-15ps/pdf: remove debug and commented out codeAdrian Johnson2-32/+1
2016-07-15ps: flush ASCII85Decode file after useAdrian Johnson1-7/+18
2016-07-09truetype: Don't write glyph if num_contours == 0Adrian Johnson1-6/+24
2016-07-06cairo-misc: Whitespace cleanupBryce Harrington1-1/+1
2016-07-05test: refresh text-rotate ref imagesAdrian Johnson3-0/+0
2016-07-05ft: set font size to em size when retrieving unhinted metricsAdrian Johnson1-51/+91