summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-2/+2
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang1-14/+14
2006-10-24bug: wrong xcb_copy_area param orderIan Osgood1-2/+2
2006-10-21XCB: make create_internal match XlibIan Osgood1-83/+66
2006-10-20XCB: bring composite, trapezoids up-to-date with XlibIan Osgood1-27/+241
2006-10-19XCB: implement subimage_copy fixIan Osgood1-16/+64
2006-10-18Add extents to clone_similar (fixing subimage_copy performance bug)Christopher (Monty) Montgomery1-0/+9
2006-10-18XCB: find_standard_format using wrong enumeration.Ian Osgood1-10/+10
2006-10-17XCB: glyph rendering supportIan Osgood1-41/+885
2006-10-16XCB: Move slim_hidden_def to cairo-xcb-surface.c, not cairo-xcb-xrender.h.Jamey Sharp1-0/+1
2006-10-16XCB: Add the have_clip_rects field to cairo_xcb_surface, to match the Xlib su...Jamey Sharp1-0/+1
2006-10-16XCB: Remove unnecessary differences with the Xlib surface.Ian Osgood1-41/+43
2006-10-11XCB: add slim_hidden_proto and slim_hidden_def for cairo_xcb_surface_create_w...Jamey Sharp1-0/+2
2006-10-11Update XCB names for XCB 1.0 RC2 release.Ian Osgood1-150/+153
2006-07-31XCB: implement set_clip_regionIan Osgood1-1/+93
2006-07-31XCB: Use xcb-renderutil where cairo-xlib used libXrender.Jamey Sharp1-159/+40
2006-07-31XCB: XCBRenderTRAP was renamed to XCBRenderTRAPEZOID.Jamey Sharp1-1/+1
2006-06-16Update the XCB backend for screen sensitivity.Ian Osgood1-21/+66
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-9/+9
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-2/+2
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-10/+10
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-18/+18
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-1/+28
2006-05-04Fix the XCB backend build for the XCB 0.9 release.Ian Osgood1-6/+6
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-16/+16
2006-05-02Make backend-specific function set a surface error on type mismatch.Carl Worth1-2/+3
2006-02-27Implement cairo_surface_get_typeCarl Worth1-0/+1
2006-02-16Use TRUE/FALSE instead of 1/0 for boolean valuesChristian Biesinger1-5/+5
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-9/+9
2005-11-04Rework support in the surface backend for the five basic drawing operations (...Carl Worth1-1/+0
2005-11-01Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.Carl Worth1-1/+1
2005-10-25Add explicit NULLs for unimplmented backend functions to better document what...Carl Worth1-1/+7
2005-10-10Call it CAIRO_EXTEND_PAD instead of CAIRO_EXTEND_NEAREST.Billy Biggs1-1/+1
2005-10-09Add a "nearest" extend mode, where the closest pixel is repeated for pixels o...Billy Biggs1-0/+2
2005-08-10From Travis Spencer <tspencer@cs.pdx.edu>:Carl Worth1-2/+2
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-1/+10
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-2/+1
2005-07-28Patch from Martin Kretzschmar <martink@gnome.org>, #3798Owen Taylor1-4/+4
2005-07-28dest_image) src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_im...Owen Taylor1-0/+2
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-1/+5
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-10/+23
2005-07-20Fix yet another file that I missed when I made the cairo_pattern_release_surf...Carl Worth1-3/+3
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-2/+4
2005-06-17Remove references to repeat and matrix fields that no longer exist.Carl Worth1-3/+0
2005-06-17Fix width/height typo.Owen Taylor1-1/+1
2005-06-14Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg1-0/+1
2005-06-14Remove Boolean 'drawable' parameter from the create_similar surface backend f...Carl Worth1-2/+1
2005-06-10Originally: 2005-06-09 Carl Worth <cworth@cworth.org>Carl Worth1-6/+10
2005-06-10Remove STATUS_OK macro which was not being used universally.Carl Worth1-3/+3