summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-29pdf: use explicit dest instead of named dest when 'internal' attribute is setAdrian Johnson2-57/+125
2017-08-26pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson4-91/+107
2017-08-26pdf: fix link positionsAdrian Johnson6-22/+50
2017-08-22pdf: don't write logical structure if it only contains linksAdrian Johnson2-8/+14
2017-08-21image: Check for negative len in fill/blit functionsDoran Moppert1-14/+14
2017-08-21win32: Initialize mutexes for static builds for win32Alexander Täschner1-0/+2
2017-08-21Remove redundant check.Guillermo Rodriguez1-4/+0
2017-08-21image: Disambiguate 0. in doxygenBryce Harrington1-2/+2
2017-08-21pdf: Don't emit /PageLabel dict when no labels definedAdrian Johnson1-40/+52
2017-08-20pdf: link tags do not need to be leaf nodes in the document structureAdrian Johnson1-10/+1
2017-08-08[ft] Fix color font loading on big-endian systemsBehdad Esfahbod1-0/+9
2017-07-29Fix uninitialized status!Behdad Esfahbod1-3/+3
2017-07-29Fix color font support infinite-loop with empty glyphsBehdad Esfahbod1-11/+6
2017-07-29Simplify things a bitMatthias Clasen1-138/+89
2017-07-29Render color glyphs as source, not as maskMatthias Clasen1-1/+257
2017-07-29Implement has_color_glyphs for freetypeMatthias Clasen1-1/+27
2017-07-29Expose 'has color glyphs' as a scaled font propertyMatthias Clasen3-0/+14
2017-07-29Support loading color glyphs with freetypeMatthias Clasen1-10/+34
2017-07-29Add support for color glyphs to cairo_scaled_glyph_tMatthias Clasen3-1/+29
2017-06-15Fix off by one check in cairo-image-info.cAdrian Johnson1-1/+1
2017-06-13drm: Add/reorder headers as required by check-preprocessor-syntax.shBryce Harrington4-6/+8
2017-06-12gl: Fix comment syntaxBryce Harrington1-1/+1
2017-05-30xcb: Fix error reporting if fallback failsUli Schlachter1-4/+5
2017-05-28subsetting: support variable fontsAdrian Johnson6-20/+107
2017-05-13Revert "stroker: Check for scaling overflow in computing half line widths"Uli Schlachter5-36/+5
2017-05-04stroker: Check for scaling overflow in computing half line widthsChris Wilson5-5/+36
2017-04-25quartz-font: Fix text-glyph-rangeAndrea Canciani1-8/+8
2017-04-25quartz-font: Correct handling of SMP Unicode charactersAndrea Canciani1-4/+5
2017-04-25unicode: Extract the UCS4 to UTF-16 conversion to a separate functionAndrea Canciani2-6/+37
2017-04-24drm: fixed calls to _cairo_surface_init()Enrico Weigelt, metux IT consult2-2/+5
2017-04-24drm: use typedefs and defines from drm headers instead of redundant own defin...Enrico Weigelt, metux IT consult10-575/+11
2017-04-24drm: dropped obsolete/unused intel_bo_get_image()Enrico Weigelt, metux IT consult2-49/+0
2017-04-24drm: fixed missing includesEnrico Weigelt, metux IT consult8-0/+9
2017-03-15doc: Clarify when the device scale is inherited and when it isn'tDebarshi 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