summaryrefslogtreecommitdiff
path: root/src
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 Canciani2-8/+30
2017-01-05pdf: Fix wrong cairo_pdf_outline_flags_t item prefixKouhei Sutou2-9/+9
2017-01-05pdf: Remove duplicated itemKouhei Sutou1-1/+0
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-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 Johnson1-2/+10
2016-10-04fix compiler warningsAdrian Johnson2-4/+4
2016-10-04fix make checkAdrian Johnson4-5/+9
2016-10-01pdf: thumbnail APIAdrian Johnson5-2/+168
2016-10-01pdf: page label APIAdrian Johnson4-0/+165
2016-10-01pdf: metadata APIAdrian Johnson4-31/+263
2016-10-01pdf: add document outline APIAdrian Johnson4-1/+290
2016-10-01pdf: structured text and hyperlink supportAdrian Johnson19-30/+2608
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-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-05ft: set font size to em size when retrieving unhinted metricsAdrian Johnson1-51/+91
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
2016-06-19win32-print: fix unbounded surface assertionAdrian Johnson1-1/+1
2016-06-19xlib: Fix double free in _get_image_surface()Uli Schlachter1-1/+3
2016-06-19image: only cache analyzed transparency/color for snapshot surfacesAdrian Johnson1-32/+54
2016-06-05Fix PS record-neg-extents test failureAdrian Johnson7-301/+409