summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-13[mac] Correctly handle endianness in multi-architecture compiles on MacOS X1.4Jeremy Huddleston1-0/+18
2008-02-14Fix for a memory leak in pixman.Jan Slupski1-0/+9
2008-01-18PDF: Add missing struct member when writing the pattern idAdrian Johnson1-2/+2
2008-01-14Increment cairo version to 1.4.15 after the 1.4.14 releaseCarl Worth1-1/+1
2008-01-14Add miter-precision-ref.png to list of files to include in release.1.4.14Carl Worth1-0/+1
2008-01-14Update cairo version to 1.4.14 and library versioning to 13:7:11Carl Worth1-2/+2
2008-01-14NEWS: Mention the mixed-format-glyphs fix and update the date.Carl Worth1-1/+6
2008-01-14[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphsBehdad Esfahbod3-24/+52
2008-01-11Migrate glyph mask to A8 in case of mixed-format glyphs.Carl Worth1-3/+48
2008-01-09[cairo-xlib] Support scale fonts with glyphs of multiple formats (#13479)Behdad Esfahbod1-43/+136
2008-01-09[cairo-ft] Revert "Force non-AA text when using a bitmap strike with only sca...Behdad Esfahbod1-24/+0
2008-01-08NEWS: Add notes for 1.4.14Carl Worth1-0/+21
2008-01-04Directly check the miter corner to detect wild miters.Keith Packard1-82/+57
2008-01-04Add new miter-precision test. Checks miter joins at many scales.Keith Packard4-0/+82
2007-12-12PS: fix compiler warning introduced by previous commitAdrian Johnson1-1/+2
2007-12-12PS: Use the correct bounding box in Type 3 fontsAdrian Johnson1-7/+36
2007-12-12Fix regression in Type1 FallbackAdrian Johnson1-2/+4
2007-12-12PS: Use correct glyphs widths for Type 3 fontsAdrian Johnson1-1/+7
2007-12-12PS: Fix the bounding boxes of Type 3 glyphsAdrian Johnson1-2/+2
2007-12-12PS: Fix typecheck error with Type 3 and recent versions of gsAdrian Johnson1-16/+24
2007-12-12PS: Ensure that xyshow operator has a pair of offsets for each glyphAdrian Johnson1-1/+1
2007-12-05Fix version check for buggy_repeat on modular Xserver 1.xBernardo Innocenti1-1/+1
2007-11-27Increment cairo version to 1.4.13 after the 1.4.12 releaseCarl Worth1-1/+1
2007-11-26Increment version to 1.4.12 and 13:6:111.4.12Carl Worth1-2/+2
2007-11-26NEWS: Add notes for cairo 1.4.12Carl Worth1-0/+55
2007-11-26Mark bitmap-font as XFAILCarl Worth2-1/+3
2007-11-26Update two PS reference images for mysterious single-pixel changeCarl Worth2-0/+0
2007-11-26[atsui] Use ascent+descent+leading to get the distance between baselinesRichard Hult1-1/+1
2007-11-26[configure.in] fix atsui experimental warningBrian Ewins1-1/+1
2007-11-26Force non-AA text when using a bitmap strike with only scaling transform.Keith Packard1-0/+24
2007-11-26Fix degenerate-pen test case by removing the triggering assertionCarl Worth1-1/+15
2007-11-26Limit miters for small anglesCarl Worth1-1/+75
2007-11-26[cairo-surface] Fix typo in doc.Chris Wilson1-1/+1
2007-11-26Fix typo in _cairo_gstate_finiCarl Worth1-1/+1
2007-11-26[quartz] return status instead of CGPatternRefBrian Ewins1-9/+11
2007-11-26[quartz] return status instead of cairo_quartz_surface_tBrian Ewins1-12/+14
2007-11-26[quartz] return status instead of CGShadingRefBrian Ewins1-14/+16
2007-11-26fix dash-zero-length testBrian Ewins1-5/+11
2007-11-26Implement EXTEND_NONE for gradients.Brian Ewins1-2/+4
2007-11-26call _cairo_error on failureBrian Ewins1-0/+1
2007-11-26do not return a cairo_status_t of UNSUPPORTEDBrian Ewins1-3/+12
2007-11-26do not ignore errors, return NULL instead (moz#874315)Brian Ewins1-9/+28
2007-11-26do not ignore errors in setup_sourceBrian Ewins1-1/+5
2007-11-26do not ignore errors when creating styles.Brian Ewins1-11/+26
2007-11-26do not ignore ATSUI errors.Brian Ewins1-7/+76
2007-11-26do not ignore errors in glyph pathsBrian Ewins1-6/+24
2007-11-26[cairo-xlib] Check source for XRender support.Chris Wilson1-8/+9
2007-11-26[cairo-xlib] Release glyph surfaces if we made them to be generatedBehdad Esfahbod1-20/+63
2007-11-26[cairo-xlib-surface] Match content to xrender_format using the channel masks.Chris Wilson1-4/+4
2007-11-26[autogen.sh] Tolerate tput failure (#12757)Chris Heath1-2/+2