summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-18PDF: Add missing struct member when writing the pattern idAdrian Johnson1-2/+2
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-04Directly check the miter corner to detect wild miters.Keith Packard1-82/+57
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-26[atsui] Use ascent+descent+leading to get the distance between baselinesRichard Hult1-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[win32] return a nil surface, not NULLVladimir Vukicevic1-1/+1
2007-11-26[win32] report error correctly if CreateCompatibleBitmap failsVladimir Vukicevic1-1/+19
2007-11-26[cairo-scaled-font] Acquire mutex around _cairo_scaled_font_glyph_path().Chris Wilson1-0/+2
2007-11-26[cairo-path] Check for an empty path in cairo_append_path().Chris Wilson1-0/+3
2007-11-26[malloc] Take advantage of calloc() argument checking.Chris Wilson3-4/+4
2007-11-26[malloc] Check for integer overflow when realloc'ing.Chris Wilson9-13/+46
2007-11-26[cairo-path] Don't raise an error when attempting to create an empty path.Chris Wilson1-12/+24
2007-11-26CFF Subetting: Fix for #10849Adrian Johnson1-1/+1
2007-11-26Truetype Subsetting: Avoid failing when fonts are missing optional tablesAdrian Johnson1-43/+110
2007-11-26[type1-subset] only subset ft fontsBrian Ewins1-0/+2
2007-11-26Avoid divide-by-zero when trying to allocate a 0-sized arrayVladimir Vukicevic1-10/+25
2007-11-26Make NO_MUTEX really mean no mutexesVladimir Vukicevic1-3/+3
2007-11-26[cairo-ft-font] Ignore FT_Load_Glyph errors other than out-of-memoryBehdad Esfahbod1-5/+9
2007-11-26[cairo-ft-font] Early detection of a zero sized bitmap.Chris Wilson1-0/+6
2007-11-26Create meta-surface source image with same content type as theAdrian Johnson1-3/+3