summaryrefslogtreecommitdiff
path: root/src/cairo_xcb_surface.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed a bunch of files to use - rather than _ as a separator. Copy happened...Carl Worth2005-03-281-946/+0
* Fix "implicit declaration" warning in cairo.c by moving cairo_xcb_surface_cre...Jamey Sharp2005-03-251-6/+0
* Move surface-specific cairo_t functions to cairo.c.Carl Worth2005-03-231-24/+0
* Add cairo_output_stream.cKristian Høgsberg2005-03-161-4/+2
* Update xcb backendDavid Reveman2005-03-031-145/+312
* Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth2005-02-221-1/+1
* Add missing include directive so xcb backend compile againDavid Reveman2005-01-251-0/+1
* Replace struct cairo_surface_backend with cairo_surface_backend_tDavid Reveman2005-01-131-1/+1
* Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth2004-10-211-1/+1
* Add cairo_cache.cGraydon Hoare2004-10-081-1/+2
* Update for minor XCB API change.Jamey Sharp2004-09-301-1/+1
* Add the MPL as a new license option, in addition to the LGPL.Carl Worth2004-09-041-10/+27
* Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth2004-08-021-7/+5
* Change from MIT license to LGPL.Carl Worth2004-08-021-20/+14
* Updating for XCB API change around iterators.Jamey Sharp2004-07-241-4/+4
* Fix image data length computation (XCB doesn't do this part).Keith Packard2004-06-161-2/+2
* Added glyph cachingDavid Reveman2004-05-241-1/+2
* Added new pattern APIDavid Reveman2004-04-061-1/+10
* Implement _set_clip_region by delegating it to the image backend.Olivier Andrieu2004-03-231-1/+10
* Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ...Jamey Sharp2004-03-171-59/+64
* Ported the Xlib surface backend to XCB.Jamey Sharp2004-02-021-0/+776