summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-19Add new cairo_paint function.Carl Worth1-0/+15
2005-04-07Change to allow NULL backend function pointers to indicate unsupported functi...Carl Worth1-15/+3
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-8/+0
2005-03-25Fix "implicit declaration" warning in cairo.c by moving cairo_xcb_surface_cre...Jamey Sharp1-6/+0
2005-03-23Move surface-specific cairo_t functions to cairo.c.Carl Worth1-24/+0
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-4/+2
2005-03-03Update xcb backendDavid Reveman1-145/+312
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-01-25Add missing include directive so xcb backend compile againDavid Reveman1-0/+1
2005-01-13Replace struct cairo_surface_backend with cairo_surface_backend_tDavid Reveman1-1/+1
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-1/+2
2004-09-30Update for minor XCB API change.Jamey Sharp1-1/+1
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-07-24Updating for XCB API change around iterators.Jamey Sharp1-4/+4
2004-06-16Fix image data length computation (XCB doesn't do this part).Keith Packard1-2/+2
2004-05-24Added glyph cachingDavid Reveman1-1/+2
2004-04-06Added new pattern APIDavid Reveman1-1/+10
2004-03-23Implement _set_clip_region by delegating it to the image backend.Olivier Andrieu1-1/+10
2004-03-17Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ...Jamey Sharp1-59/+64
2004-02-02Ported the Xlib surface backend to XCB.Jamey Sharp1-0/+776