summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-09-29simplify id initialisation of last patchBertram Felgenhauer1-6/+7
2005-09-29Using a pointer comparison as the fallback total order was wrong - these poin...Bertram Felgenhauer1-5/+9
2005-09-28Use _cairo_utf8_to_utf16 for character conversion.Tor Lillqvist1-18/+6
2005-09-28Bug #4612, reviewed by cworth.Tor Lillqvist1-4/+4
2005-09-27Bug #4602, reviewed by cworth.Tor Lillqvist1-2/+2
2005-09-27Note that bug #4409 (Dashes are missing initial caps) is now fixed.Carl Worth1-16/+35
2005-09-26Backported from HEAD:Carl Worth1-1/+2
2005-09-26If GetGlyphOutlineW() fails, set metrics to zero. (#3927, Hans Breuer) (Don't...Tor Lillqvist1-4/+8
2005-09-26Set LOGFONT::lfHeight negative. A negative lfHeight means "em height" which i...Tor Lillqvist1-2/+2
2005-09-20Pass scratch space instead of NULL for image_extra to acquire/release_dest_im...Tor Lillqvist1-2/+3
2005-09-19Avoid attempting to create a size-0 Pixmap, (to prevent the associated X erro...Carl Worth1-1/+2
2005-09-19Originally: 2005-09-19 Hans Breuer <hans@breuer.org>Carl Worth2-0/+44
2005-09-16Tested by: John Ellson Closes bug #4408 https://bugs.freedesktop.org/show_bug...Carl Worth1-1/+75
2005-09-13Expand locking to include all modification of cairo_scaled_font and related o...Carl Worth1-16/+15
2005-09-13Expand locking to encapsulate any modification to the reference count of a sc...Carl Worth1-37/+48
2005-09-12Fix for bug #4401 as reported by Tim Mooney:Carl Worth1-4/+2
2005-08-31Handle displays which don't match the local endianness by byteswapping on Get...Owen Taylor1-30/+140
2005-08-30Liberalize the ServerVendor check so that we can handle the Mandriva vendor s...Owen Taylor1-1/+1
2005-08-30Use a 8xN rather than a 1xN strip for a vertical gradient. This is much more ...Owen Taylor1-2/+9
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