summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop PDF and PS backend and FT font API from Win32 DLL entry points for now.Tor Lillqvist2005-08-241-3/+0
* Fix some minor typos in the doc.Billy Biggs2005-08-241-9/+9
* Use new device_x_scale/device_y_scale surface fields to set the device coordi...Keith Packard2005-08-241-53/+93
* _cairo_surface_show_glyphs may return UNSUPPORTED in which case a call to sca...Keith Packard2005-08-241-0/+17
* Add device_x_scale and device_y_scale to surface so that the coordinate syste...Keith Packard2005-08-244-17/+50
* Fix cairo_show_text to advance the current point. Add documentation for cairo...Carl Worth2005-08-241-7/+47
* Update documentation for most path construction functions. Add discussion of ...Carl Worth2005-08-241-41/+89
* Minor doc edit.Carl Worth2005-08-231-1/+1
* Add a long description.Billy Biggs2005-08-232-0/+4
* Document the rest of the path functions (except the two text ones, which shou...Billy Biggs2005-08-231-0/+92
* Update the long description of cairo_matrix_t to match the current sources.Billy Biggs2005-08-235-83/+111
* Rip out all the code for doing anything other than linear interpolation betwe...Owen Taylor2005-08-231-63/+3
* Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor2005-08-231-6/+0
* Remove assert statements that violate two intentional instances of ref_count ...Carl Worth2005-08-231-2/+6
* Check for AlphaBlend() with GetProcAddress() to support older compilation env...Owen Taylor2005-08-231-17/+92
* Call _get_pattern_load_flags() on the resolved pattern, not the input pattern...Owen Taylor2005-08-231-1/+1
* if users attempt to twice destroy or re-reference a destroyed object. The con...Carl Worth2005-08-234-0/+20
* Move CAIRO_CONTENT_VALID and CAIRO_FORMAT_VALID from the public cairo.h to th...Carl Worth2005-08-232-9/+9
* when creating the temporary mask, do glyph ADD mask, not (glyph IN source) AD...Owen Taylor2005-08-231-4/+6
* Move comment about missing cleanup of caches on XCloseDisplay from BUGS to a ...Carl Worth2005-08-231-0/+3
* Fix for bug #4205:Carl Worth2005-08-231-20/+35
* Add libpixman.la to the libcairo_la_DEPENDENCIES line so that changes to pixm...Billy Biggs2005-08-231-1/+1
* Some fixes for warnings from sparse (Part of #4208, Kjartan Maraas)Owen Taylor2005-08-231-6/+7
* Remove discussion of the BAD_NESTING restriction from the documentation of ca...Carl Worth2005-08-231-10/+0
* Fix for bug #4192:Carl Worth2005-08-231-14/+36
* Make cairo_ft_unscaled_font_backend static.Owen Taylor2005-08-226-12/+12
* remove.Bertram Felgenhauer2005-08-222-35/+0
* correct the calculation of the error bound.Bertram Felgenhauer2005-08-221-14/+6
* use new function. strip comment of derivation for major axis length.Bertram Felgenhauer2005-08-223-144/+158
* use correctly transposed version of the matrix and fix up the comments above ...Bertram Felgenhauer2005-08-221-12/+14
* Calculate LT_CURRENT_MINUS_AGE (which forms part of the DLL name on Win32), a...Tor Lillqvist2005-08-221-1/+35
* Support artificial bold fonts with FC_EMBOLDEN; patch from Jackey Yang and su...Owen Taylor2005-08-221-1/+35
* Optimize away calls to cairo_paint_with_alpha() if the alpha value given is <...Billy Biggs2005-08-212-0/+5
* Fix for bug #4172:Billy Biggs2005-08-211-4/+4
* Remove stray doc sentence that wasn't meant to be committed.Owen Taylor2005-08-211-6/+0
* Fix for bug #4165:Billy Biggs2005-08-211-1/+6
* Fix the handling of backend->clone_similar == NULL. (#4161, Christian Biesinger)Owen Taylor2005-08-212-6/+7
* Improve the documentation of internal functions. (Based on a patch from Chris...Owen Taylor2005-08-211-8/+16
* Recognize gentoo's (and maybe other distro's) modified server vendor string, ...Owen Taylor2005-08-211-2/+2
* Don't try to transform val->image when it is NULL. (#4163, Mathias Hasselmann)Owen Taylor2005-08-211-1/+2
* Include Xfree86-4.5 in the blacklist. (Reported by Andrew Benton)Owen Taylor2005-08-201-1/+1
* Fix for bug #4096:Billy Biggs2005-08-192-7/+27
* Fix for bug #4137:Carl Worth2005-08-191-1/+1
* Ignore really small fonts, since size zero fonts give xpdf fits. (#2938)Owen Taylor2005-08-191-0/+8
* Fix to actually test scaled_font->status instead of just having a comment tha...Carl Worth2005-08-191-1/+2
* We need the call to fixup_unbounded when we optimize the RENDER operator to X...Owen Taylor2005-08-191-11/+12
* Fixes for a general problem of which bug #4094 was a specific instance:Carl Worth2005-08-195-219/+91
* Fix for bug #2729:Carl Worth2005-08-193-14/+75
* Add this missing fuction.Kristian Høgsberg2005-08-192-0/+31
* Fix for bug #3915:Carl Worth2005-08-191-0/+14