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