summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 release1.15.4Bryce 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
2016-07-05add test text-unhinted-metricsAdrian Johnson5-0/+74
2016-07-03pdf: remove unused variableAdrian Johnson1-1/+0
2016-07-03recording: Remove unused functionAdrian Johnson1-15/+0
2016-07-02qt: replaced calls to _cairo_clip_init_copy() by _cairo_clip_copy()Enrico Weigelt, metux IT consult1-1/+1
2016-07-02core: fixed code duplicationEnrico Weigelt, metux IT consult1-16/+34
2016-07-02core: dropped actually unused parameter of _cairo_boxes_to_array()Enrico Weigelt, metux IT consult3-8/+4
2016-07-02core: helper inline for rect->box conversionEnrico Weigelt, metux IT consult2-9/+12
2016-07-02core: fix compiler warningsEnrico Weigelt, metux IT consult4-7/+7