summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Hide skia backend from users1.14Bryce Harrington7-58/+30
2017-12-23Revert "fix warning: variable X might be clobbered by 'longjmp'"Uli Schlachter2-18/+7
2017-12-06Start 1.14.13 developmentBryce Harrington1-1/+1
2017-12-06Release 1.14.121.14.12Bryce Harrington2-1/+44
2017-12-04Fix undefined-behavior with integer mathBehdad Esfahbod1-1/+1
2017-12-04build: use _WIN32 instead of windows.h to check for windows buildAdrian Johnson1-3/+5
2017-12-04replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson15-15/+15
2017-12-04build: fix minor typo in autogen.shAleksander Morgado1-1/+1
2017-12-04truetype: reserve space in subset arrays for .notdefAdrian Johnson1-3/+8
2017-12-04output-stream: allow %s strings larger than 512 charsAdrian Johnson1-3/+7
2017-12-04truetype: limit font name to 127 charsAdrian Johnson1-2/+14
2017-12-04fix warning: variable X might be clobbered by 'longjmp'Adrian Johnson2-7/+18
2017-12-04util/font-view: fix build errorAdrian Johnson1-0/+2
2017-12-04fix warning: inlining failed in call to '_csi_stack_push'Adrian Johnson2-9/+13
2017-12-04scaled-font: Fix assert when destroying glyph pageCarlos Garcia Campos1-0/+7
2017-06-15Start 1.14.11 developmentBryce Harrington1-1/+1
2017-06-15Release 1.14.101.14.10Bryce Harrington2-1/+58
2017-06-15RELEASING: Sync doc from trunkBryce Harrington1-35/+90
2017-06-15Fix off by one check in cairo-image-info.cAdrian Johnson1-1/+1
2017-06-15pdf-operators: fix bug in line wrappingAdrian Johnson1-1/+2
2017-06-15truetype: reverse cmap search should end when 0xffff- 0xffff range reachedAdrian Johnson1-6/+15
2017-06-15pdf: Don't fail subsetting if unable to convert utf8 to utf16Adrian Johnson2-14/+24
2017-06-15ps: flush ASCII85Decode file after useAdrian Johnson1-7/+18
2017-06-15ft: set font size to em size when retrieving unhinted metricsAdrian Johnson1-51/+91
2017-06-15scaled-font-subsets: if glyph 0 used for rendering, remap to different indexAdrian Johnson2-17/+103
2017-06-15cff: opentype fonts always use gid to lookup glyphAdrian Johnson1-6/+10
2017-06-13xlib: Call XSync() before ignoring errorsUli Schlachter1-0/+2
2017-06-13doc: Fix the units used by cairo_surface_create_similar_imageDebarshi Ray1-2/+2
2017-06-13doc: Clarify when the device scale is inherited and when it isn'tDebarshi Ray1-5/+8
2017-06-10xcb: Fix error reporting if fallback failsUli Schlachter1-4/+5
2016-12-07Start 1.14.9 developmentBryce Harrington1-1/+1
2016-12-07Release 1.14.81.14.8Bryce Harrington2-1/+44
2016-12-07build: Don't rely on non-POSIX 'strings -' behaviorBryce Harrington1-2/+2
2016-12-07Write debugging information to the debugging fileEd Schouten2-2/+2
2016-12-07Prevent observer surfaces from writing to stdoutEd Schouten1-2/+0
2016-12-07scaled-font: Fix deadlock when recursing in _cairo_scaled_font_reset_cache()Hans Petter Jansson1-6/+18
2016-12-07truetype: Don't write glyph if num_contours == 0Adrian Johnson1-6/+24
2016-11-27xlib: Fix double free in _get_image_surface()Uli Schlachter1-1/+3
2016-11-27cairo-xcb: Remove a wrong optimisationUli Schlachter1-2/+0
2016-11-27xlib: fix mixing xcb & xlib callsMarc-André Lureau1-4/+4
2015-12-11NEWS: Fix link to changelogBryce Harrington1-1/+1
2015-12-09Start 1.14.7 development.Bryce Harrington1-1/+1
2015-12-09Release 1.14.61.14.6Bryce Harrington2-1/+32
2015-12-09Revert "win32: Add a win32 boilerplate that uses a real window"Bryce Harrington1-228/+14
2015-10-29Bump version for new stable tree, 1.14.5Bryce Harrington2-2/+2
2015-10-281.14.4 release1.14.4Bryce Harrington1-1/+1
2015-10-28NEWS: Update for 1.14.4 releaseBryce Harrington1-0/+88
2015-10-28Revert "win32: Add cairo API to set up a Win32 surface for an HDC with an alp...Bryce Harrington2-56/+16
2015-10-28Revert "pattern: allow for a floating one pixel rounded difference."Bryce Harrington1-5/+5
2015-10-28xcb: Fix _put_image_boxes() if no SHM is availableUli Schlachter1-9/+9