summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-1/+1
2008-01-22Fix usage of cairo_rectangle_int16_t leading to memory corruptionVladimir Vukicevic1-2/+2
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-12/+6
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-29/+21
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-5/+18
2007-08-31Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson1-10/+10
2007-08-31[cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson1-10/+10
2007-08-20Fix device_offset misuse in all glyph surface usesBehdad Esfahbod1-38/+2
2007-07-18[fixpt] Fixup malloc usage to use _cairo_malloc_*Vladimir Vukicevic1-2/+2
2007-07-18[fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic1-11/+15
2007-07-18[fixpt] Fix xcb surface to handle conversion to 16.16Vladimir Vukicevic1-21/+66
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-9/+9
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-4/+4
2007-05-09[cairo-xcb-surface] Fix compilationChris Wilson1-3/+3
2007-05-04[cairo-pattern] Cache surface for solid patternsChris Wilson1-1/+38
2007-04-25Add a content value to solid patternsCarl Worth1-1/+2
2007-03-16XCB: Fix parameter-order confusion with xcb_create_pixmapCarl Worth1-4/+3
2007-02-28Revert the solid-pattern cacheBehdad Esfahbod1-16/+1
2007-02-23[xlib/xcb] Check for same_screen in is_compatibleBehdad Esfahbod1-1/+1
2007-02-14[cairo-pattern] Cache surface for solid patternsJorn Baayen1-1/+16
2007-01-07Fix various code/comment typosAlp Toker1-2/+2
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