summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-11Factor out the ISFINITE() macroBryce Harrington4-18/+6
2017-10-05svg: fix painting an unbounded recording surfaceAdrian Johnson2-13/+26
2017-10-03Prevent curved strokes in small ctms from being culled from vector surfacesAdrian Johnson1-2/+2
2017-09-22truetype: clarify glyph count variablesAdrian Johnson1-27/+27
2017-09-22truetype: reserve space in subset arrays for .notdefAdrian Johnson1-3/+8
2017-09-22factor out ascii to double code in cff-subset into _cairo_strtodAdrian Johnson5-29/+67
2017-09-20build: fix minor typo in autogen.shAleksander Morgado1-1/+1
2017-09-16replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson15-15/+15
2017-09-16build: use _WIN32 instead of windows.h to check for windows buildAdrian Johnson1-3/+5
2017-09-13gl: Add support for OpenGL ES 3.0Bryce Harrington20-65/+370
2017-09-13gl: Make _cairo_gl_ensure_framebuffer a private shared routineBryce Harrington2-1/+5
2017-09-13gl: Convert images to rgba or a8 formats when uploading with GLESv2Bryce Harrington2-30/+45
2017-09-12Handle SOURCE and CLEAR operators when painting color glyphsBehdad Esfahbod1-1/+4
2017-09-11Fix undefined-behavior with integer mathBehdad Esfahbod1-1/+1
2017-09-11glesv2: Fix regression in gles version detectionBryce Harrington1-1/+1
2017-09-02Remove unused variableAdrian Johnson1-2/+0
2017-09-02RELEASING: use correct branch nameAdrian Johnson1-1/+1
2017-08-29Bump version for new development tree, 1.15.9Bryce Harrington1-1/+1
2017-08-291.15.8 release1.15.8Bryce Harrington2-1/+47
2017-08-29pdf: use explicit dest instead of named dest when 'internal' attribute is setAdrian Johnson3-58/+126
2017-08-26pdf: use link attributes instead of dest name for cairo_pdf_surface_add_outlineAdrian Johnson5-94/+116
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-21script: Fix misleading indentation warning.Guillermo Rodriguez1-2/+2
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-19tests: fix bug in pdf-tagged-text that was introduced in 4790a36Adrian Johnson1-1/+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-07-28cairo-docs: whitespace cleanupBryce Harrington1-3/+3
2017-07-28RELEASING: Note adding index to cairo-docs.xml for minor releasesBryce Harrington1-7/+16
2017-07-28RELEASING: Note use of branches for stable releasesBryce Harrington1-8/+13
2017-06-15Fix off by one check in cairo-image-info.cAdrian Johnson1-1/+1
2017-06-13Bump version for new development tree, 1.15.7Bryce Harrington1-1/+1
2017-06-131.15.6 release1.15.6Bryce Harrington2-1/+62
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