Age | Commit message (Expand) | Author | Files | Lines |
2006-08-07 | Merge branch 'warnings-cleanup' into cairo | Carl Worth | 1 | -6/+6 |
2006-08-04 | Fix memory leak in _cairo_surface_show_glyphs (bug 7766) | Chris Wilson | 1 | -0/+2 |
2006-07-28 | Standardize on unsigned for ref_count type and add CAIRO_REF_COUNT_INVALID | Behdad Esfahbod | 1 | -6/+6 |
2006-07-28 | Move font-matrix translation and device transform from surface to gstate | Behdad Esfahbod | 1 | -37/+17 |
2006-07-14 | Use font matrix offset to reposition glyph origin instead of adjusting advance | Behdad Esfahbod | 1 | -5/+7 |
2006-07-10 | Fix nil surface initializations for surface type. (#7322) | Behdad Esfahbod | 1 | -3/+3 |
2006-07-01 | Make CAIRO_EXTEND_REFLECT and CAIRO_EXTEND_PAD not crash on surface patterns, | Behdad Esfahbod | 1 | -0/+30 |
2006-06-30 | Minor doc syntax fixes. | Behdad Esfahbod | 1 | -1/+1 |
2006-06-30 | Add "Since: 1.2" to docs for most new API functions. | Behdad Esfahbod | 1 | -7/+7 |
2006-06-29 | Move device_transform of path to before floating->fixed conversion. | Carl Worth | 1 | -31/+23 |
2006-06-25 | Fix bug 7268: Fix coordinate space for _cairo_surface_get_extents | Carl Worth | 1 | -18/+13 |
2006-06-16 | Note that create_similar clears surface. | Behdad Esfahbod | 1 | -0/+2 |
2006-06-15 | Drop _cairo_surface_is_opaque now that we have cairo_surface_get_content | Carl Worth | 1 | -36/+1 |
2006-06-12 | Add aliases for deprecated cairo_{pdf,ps,svg}_surface_set_dpi | Carl Worth | 1 | -0/+7 |
2006-06-10 | Change _cairo_meta_surface_get_extents to return a bounded size. | Carl Worth | 1 | -9/+11 |
2006-06-10 | Don't create a new scaled_font if there's a device_offset but no device_scale. | Carl Worth | 1 | -18/+16 |
2006-06-10 | Clarify that fallback_resolution acts on a per-page granularity. | Carl Worth | 1 | -0/+5 |
2006-06-10 | Fix font size when drawing text with a device_scale. | Carl Worth | 1 | -2/+25 |
2006-06-10 | Fix line width for stroking with a device_scale. | Carl Worth | 1 | -2/+11 |
2006-06-10 | Hook up device scaling so fallback_resolution starts working. | Carl Worth | 1 | -0/+39 |
2006-06-10 | Change {x,y}_device_offset values to a device_transform matrix. | Carl Worth | 1 | -60/+69 |
2006-06-09 | Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa... | Carl Worth | 1 | -28/+28 |
2006-06-09 | New API: Replace cairo_{ps,pdf,svg}_set_dpi with new cairo_surface_set_fallba... | Carl Worth | 1 | -0/+44 |
2006-06-06 | Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t. | Carl Worth | 1 | -18/+18 |
2006-06-06 | Remove all remaining trailing whitespace. | Carl Worth | 1 | -4/+4 |
2006-06-06 | Remove trailing whitespace from lines with a single brace. | Carl Worth | 1 | -1/+1 |
2006-06-06 | Remove trailing whitespace from lines that look like comments. | Carl Worth | 1 | -34/+34 |
2006-06-06 | Remove extraneous whitespace from "blank" lines. | Carl Worth | 1 | -22/+22 |
2006-05-24 | Note the changed semantics of cairo_surface_set_device_offset | Carl Worth | 1 | -2/+2 |
2006-05-24 | New API: Add new function cairo_surface_get_content | Carl Worth | 1 | -1/+21 |
2006-05-05 | Use CLEAR operator for initialisation of similar surface with a transparent c... | Emmanuel Pacaud | 1 | -1/+4 |
2006-05-04 | Rename cairo_rectangle_t to cairo_rectangle_fixed_t. | Robert O'Callahan | 1 | -29/+29 |
2006-05-04 | Implement the device_offset functionality at surface, not gstate layer | Carl Worth | 1 | -55/+237 |
2006-05-02 | Make backend-specific function set a surface error on type mismatch. | Carl Worth | 1 | -1/+1 |
2006-04-14 | Fix _cairo_surface_is_opaque to return FALSE not TRUE for non-image surfaces. | Carl Worth | 1 | -1/+9 |
2006-04-14 | Farm out the surface and pattern analysis functions away from cairo-ps-surfac... | Carl Worth | 1 | -0/+28 |
2006-02-28 | Merge branch 'get-type' into cairo | Carl Worth | 1 | -1/+23 |
2006-02-27 | Add documentation for cairo_font_face_get_type, | Carl Worth | 1 | -0/+6 |
2006-02-27 | Implement cairo_surface_get_type | Carl Worth | 1 | -0/+15 |
2006-02-27 | Have mark_dirty always invalidate the last clip set on the surface | Vladimir Vukicevic | 1 | -1/+18 |
2006-02-24 | Add get_type functions: cairo_surface_get_type, | Carl Worth | 1 | -1/+2 |
2006-01-06 | Reviewed by keithp | Carl Worth | 1 | -6/+10 |
2005-12-19 | Begin moving fallback code out of cairo-surface.c and into cairo-surface-fall... | Carl Worth | 1 | -615/+29 |
2005-12-19 | Use _cairo_surface_paint rather than _cairo_surface_fill_rectangle as only th... | Carl Worth | 1 | -3/+12 |
2005-12-19 | Use NULL clip instead of special serial zero cairo_clip_t Should make using s... | Keith Packard | 1 | -9/+19 |
2005-12-16 | Globally rename "operator" to "op", to allow writing backends in C++ | Christian Biesinger | 1 | -61/+61 |
2005-12-07 | Note that self-copy now works with the PS backend. | Carl Worth | 1 | -21/+32 |
2005-11-08 | Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ... | Carl Worth | 1 | -5/+5 |
2005-11-04 | Rework support in the surface backend for the five basic drawing operations (... | Carl Worth | 1 | -146/+119 |
2005-11-01 | Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs. | Carl Worth | 1 | -18/+162 |