Age | Commit message (Expand) | Author | Files | Lines |
2007-03-16 | XCB: Fix parameter-order confusion with xcb_create_pixmap | Carl Worth | 1 | -4/+3 |
2007-02-28 | Revert the solid-pattern cache | Behdad Esfahbod | 1 | -16/+1 |
2007-02-23 | [xlib/xcb] Check for same_screen in is_compatible | Behdad Esfahbod | 1 | -1/+1 |
2007-02-14 | [cairo-pattern] Cache surface for solid patterns | Jorn Baayen | 1 | -1/+16 |
2007-01-07 | Fix various code/comment typos | Alp Toker | 1 | -2/+2 |
2006-12-11 | Add/remove const to cairo_glyph_t* arguments consistently | Behdad Esfahbod | 1 | -2/+2 |
2006-11-22 | Replace existing rounding code with _cairo_lround | Daniel Amelang | 1 | -14/+14 |
2006-10-24 | bug: wrong xcb_copy_area param order | Ian Osgood | 1 | -2/+2 |
2006-10-21 | XCB: make create_internal match Xlib | Ian Osgood | 1 | -83/+66 |
2006-10-20 | XCB: bring composite, trapezoids up-to-date with Xlib | Ian Osgood | 1 | -27/+241 |
2006-10-19 | XCB: implement subimage_copy fix | Ian Osgood | 1 | -16/+64 |
2006-10-18 | Add extents to clone_similar (fixing subimage_copy performance bug) | Christopher (Monty) Montgomery | 1 | -0/+9 |
2006-10-18 | XCB: find_standard_format using wrong enumeration. | Ian Osgood | 1 | -10/+10 |
2006-10-17 | XCB: glyph rendering support | Ian Osgood | 1 | -41/+885 |
2006-10-16 | XCB: Move slim_hidden_def to cairo-xcb-surface.c, not cairo-xcb-xrender.h. | Jamey Sharp | 1 | -0/+1 |
2006-10-16 | XCB: Add the have_clip_rects field to cairo_xcb_surface, to match the Xlib su... | Jamey Sharp | 1 | -0/+1 |
2006-10-16 | XCB: Remove unnecessary differences with the Xlib surface. | Ian Osgood | 1 | -41/+43 |
2006-10-11 | XCB: add slim_hidden_proto and slim_hidden_def for cairo_xcb_surface_create_w... | Jamey Sharp | 1 | -0/+2 |
2006-10-11 | Update XCB names for XCB 1.0 RC2 release. | Ian Osgood | 1 | -150/+153 |
2006-07-31 | XCB: implement set_clip_region | Ian Osgood | 1 | -1/+93 |
2006-07-31 | XCB: Use xcb-renderutil where cairo-xlib used libXrender. | Jamey Sharp | 1 | -159/+40 |
2006-07-31 | XCB: XCBRenderTRAP was renamed to XCBRenderTRAPEZOID. | Jamey Sharp | 1 | -1/+1 |
2006-06-16 | Update the XCB backend for screen sensitivity. | Ian Osgood | 1 | -21/+66 |
2006-06-06 | Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t. | Carl Worth | 1 | -9/+9 |
2006-06-06 | Remove initial, final, and duplicate blank lines. | Carl Worth | 1 | -1/+0 |
2006-06-06 | Remove all remaining trailing whitespace. | Carl Worth | 1 | -2/+2 |
2006-06-06 | Remove trailing whitespace from lines that look like comments. | Carl Worth | 1 | -10/+10 |
2006-06-06 | Remove extraneous whitespace from "blank" lines. | Carl Worth | 1 | -18/+18 |
2006-05-24 | New API: Add new function cairo_surface_get_content | Carl Worth | 1 | -1/+28 |
2006-05-04 | Fix the XCB backend build for the XCB 0.9 release. | Ian Osgood | 1 | -6/+6 |
2006-05-04 | Rename cairo_rectangle_t to cairo_rectangle_fixed_t. | Robert O'Callahan | 1 | -16/+16 |
2006-05-02 | Make backend-specific function set a surface error on type mismatch. | Carl Worth | 1 | -2/+3 |
2006-02-27 | Implement cairo_surface_get_type | Carl Worth | 1 | -0/+1 |
2006-02-16 | Use TRUE/FALSE instead of 1/0 for boolean values | Christian Biesinger | 1 | -5/+5 |
2005-12-16 | Globally rename "operator" to "op", to allow writing backends in C++ | Christian Biesinger | 1 | -9/+9 |
2005-11-04 | Rework support in the surface backend for the five basic drawing operations (... | Carl Worth | 1 | -1/+0 |
2005-11-01 | Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs. | Carl Worth | 1 | -1/+1 |
2005-10-25 | Add explicit NULLs for unimplmented backend functions to better document what... | Carl Worth | 1 | -1/+7 |
2005-10-10 | Call it CAIRO_EXTEND_PAD instead of CAIRO_EXTEND_NEAREST. | Billy Biggs | 1 | -1/+1 |
2005-10-09 | Add a "nearest" extend mode, where the closest pixel is repeated for pixels o... | Billy Biggs | 1 | -0/+2 |
2005-08-10 | From Travis Spencer <tspencer@cs.pdx.edu>: | Carl Worth | 1 | -2/+2 |
2005-08-08 | Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ... | Billy Biggs | 1 | -1/+10 |
2005-08-04 | Change *_reference() functions to return the object being referenced. | Kristian Høgsberg | 1 | -2/+1 |
2005-07-28 | Patch from Martin Kretzschmar <martink@gnome.org>, #3798 | Owen Taylor | 1 | -4/+4 |
2005-07-28 | dest_image) src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_im... | Owen Taylor | 1 | -0/+2 |
2005-07-28 | Remove all create_in_error functions as they were just muddling up the memory... | Carl Worth | 1 | -1/+5 |
2005-07-27 | Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT... | Carl Worth | 1 | -10/+23 |
2005-07-20 | Fix yet another file that I missed when I made the cairo_pattern_release_surf... | Carl Worth | 1 | -3/+3 |
2005-07-08 | Give enum tags an underscore prefix to match the style of the struct tags. Ad... | Carl Worth | 1 | -2/+4 |
2005-06-17 | Remove references to repeat and matrix fields that no longer exist. | Carl Worth | 1 | -3/+0 |