summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-08-27Make the check for rectangular trapezoids simpler and more accurate. (#4220, ...Owen Taylor1-11/+5
2005-08-27Make the vendor string check for XFree86 more liberal, to deal with older ver...Owen Taylor1-1/+1
2005-08-27Undef MIN/MAX before defining them in case some system header happens to defi...Owen Taylor1-0/+3
2005-08-27Fix docs not to talk about %NULL returns. #4271, Duncan Coutts.Owen Taylor1-4/+14
2005-08-24Drop PDF and PS backend and FT font API from Win32 DLL entry points for now.Tor Lillqvist1-3/+0
2005-08-24Fix some minor typos in the doc.Billy Biggs1-9/+9
2005-08-24Use new device_x_scale/device_y_scale surface fields to set the device coordi...Keith Packard1-53/+93
2005-08-24_cairo_surface_show_glyphs may return UNSUPPORTED in which case a call to sca...Keith Packard1-0/+17
2005-08-24Add device_x_scale and device_y_scale to surface so that the coordinate syste...Keith Packard4-17/+50
2005-08-24Fix cairo_show_text to advance the current point. Add documentation for cairo...Carl Worth1-7/+47
2005-08-24Update documentation for most path construction functions. Add discussion of ...Carl Worth1-41/+89
2005-08-23Minor doc edit.Carl Worth1-1/+1
2005-08-23Add a long description.Billy Biggs2-0/+4
2005-08-23Document the rest of the path functions (except the two text ones, which shou...Billy Biggs1-0/+92
2005-08-23Update the long description of cairo_matrix_t to match the current sources.Billy Biggs5-83/+111
2005-08-23Rip out all the code for doing anything other than linear interpolation betwe...Owen Taylor1-63/+3
2005-08-23Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor1-6/+0
2005-08-23Remove assert statements that violate two intentional instances of ref_count ...Carl Worth1-2/+6
2005-08-23Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor1-17/+92
2005-08-23Call _get_pattern_load_flags() on the resolved pattern, not the input pattern...Owen Taylor1-1/+1
2005-08-23if users attempt to twice destroy or re-reference a destroyed object. The con...Carl Worth4-0/+20
2005-08-23Move CAIRO_CONTENT_VALID and CAIRO_FORMAT_VALID from the public cairo.h to th...Carl Worth2-9/+9
2005-08-23when creating the temporary mask, do glyph ADD mask, not (glyph IN source) AD...Owen Taylor1-4/+6
2005-08-23Move comment about missing cleanup of caches on XCloseDisplay from BUGS to a ...Carl Worth1-0/+3
2005-08-23Fix for bug #4205:Carl Worth1-20/+35
2005-08-23Add libpixman.la to the libcairo_la_DEPENDENCIES line so that changes to pixm...Billy Biggs1-1/+1
2005-08-23Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)Owen Taylor1-6/+7
2005-08-23Remove discussion of the BAD_NESTING restriction from the documentation of ca...Carl Worth1-10/+0
2005-08-23Fix for bug #4192:Carl Worth1-14/+36
2005-08-22Make cairo_ft_unscaled_font_backend static.Owen Taylor6-12/+12
2005-08-22remove.Bertram Felgenhauer2-35/+0
2005-08-22correct the calculation of the error bound.Bertram Felgenhauer1-14/+6
2005-08-22use new function. strip comment of derivation for major axis length.Bertram Felgenhauer3-144/+158
2005-08-22use correctly transposed version of the matrix and fix up the comments above ...Bertram Felgenhauer1-12/+14
2005-08-22Calculate LT_CURRENT_MINUS_AGE (which forms part of the DLL name on Win32), a...Tor Lillqvist1-1/+35
2005-08-22Support artificial bold fonts with FC_EMBOLDEN; patch from Jackey Yang and su...Owen Taylor1-1/+35
2005-08-21Optimize away calls to cairo_paint_with_alpha() if the alpha value given is <...Billy Biggs2-0/+5
2005-08-21Fix for bug #4172:Billy Biggs1-4/+4
2005-08-21Remove stray doc sentence that wasn't meant to be committed.Owen Taylor1-6/+0
2005-08-21Fix for bug #4165:Billy Biggs1-1/+6
2005-08-21Fix the handling of backend->clone_similar == NULL. (#4161, Christian Biesinger)Owen Taylor2-6/+7
2005-08-21Improve the documentation of internal functions. (Based on a patch from Chris...Owen Taylor1-8/+16
2005-08-21Recognize gentoo's (and maybe other distro's) modified server vendor string, ...Owen Taylor1-2/+2
2005-08-21Don't try to transform val->image when it is NULL. (#4163, Mathias Hasselmann)Owen Taylor1-1/+2
2005-08-20Include Xfree86-4.5 in the blacklist. (Reported by Andrew Benton)Owen Taylor1-1/+1
2005-08-19Fix for bug #4096:Billy Biggs2-7/+27
2005-08-19Fix for bug #4137:Carl Worth1-1/+1
2005-08-19Ignore really small fonts, since size zero fonts give xpdf fits. (#2938)Owen Taylor1-0/+8
2005-08-19Fix to actually test scaled_font->status instead of just having a comment tha...Carl Worth1-1/+2
2005-08-19We need the call to fixup_unbounded when we optimize the RENDER operator to X...Owen Taylor1-11/+12