summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-01Remove obsolete _cairo_gstate_set_target_surface, folding its contents into _...Carl Worth1-8/+0
2005-06-01Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth1-3/+3
2005-05-26Replace nesting-only surface clipping with gstate contained serial-number tra...Keith Packard1-1/+1
2005-05-17Bring up to date with Keith's latest improvements to cairo-xlib-surface.c: Ad...Carl Worth1-23/+30
2005-05-17Fix documentation to not mention set_size for the _for_bitmap functions.Carl Worth1-5/+1
2005-05-17Update cairo-xcb.h to provide the same style of interface as cairo-xlib.h.Carl Worth1-173/+237
2005-05-14Brush the dust off the XCB backend and get it compiling and working again. Th...Carl Worth1-69/+335
2005-05-12Update xcb backend to compile after recent API changes:Carl Worth1-14/+11
2005-05-06Update to track new CAIRO_OPERATOR names.Carl Worth1-6/+6
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