summaryrefslogtreecommitdiff
path: root/src/cairo-xlib.h
Commit message (Expand)AuthorAgeFilesLines
* xlib: Replace obsolete disable-xrender with shiny new device debug interfaceChris Wilson2012-02-221-0/+5
* xlib,xcb: Force strict adherence to the Render specification when testingChris Wilson2011-06-011-0/+13
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod2008-06-231-1/+1
* Surface size getters for xlibRobert O'Callahan2006-06-251-0/+6
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Clean up error management of xlib surface getter functions.Carl Worth2006-05-041-4/+4
* Add Xlib surface getter functions.Robert O'Callahan2006-05-041-0/+15
* Give cairo_public an empty definition by default.Carl Worth2005-09-071-4/+4
* Add cairo_xlib_surface_set_drawable which changes the target drawable for an ...Keith Packard2005-07-211-0/+6
* Add Screen* arguments to:Keith Packard2005-07-201-0/+1
* Rework of cairo_xlib_surface create functions by Keith Packard:Carl Worth2005-05-171-6/+9
* Add an #error if cairo-foo.h is included when cairo was compiled without supp...Carl Worth2005-05-141-0/+3
* src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...Owen Taylor2005-05-131-12/+6
* src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...Owen Taylor2005-05-101-8/+0
* Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth2005-05-061-1/+1
* Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth2005-05-061-7/+0
* src/cairo-xlib.h: include Xlib.h to fix solaris build bustage.Tor Lillqvist2005-03-291-0/+1
* src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...Owen Taylor2005-03-171-5/+0
* src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for XLib...Owen Taylor2005-03-151-11/+27
* Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth2005-02-221-1/+1
* Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor2005-01-211-2/+7
* Track various renamings.Carl Worth2005-01-201-0/+71
* Bumped version to 0.1.14 to indicate dropped cairo-xlib.h and new cairo-confi...Carl Worth2003-12-031-67/+0
* Moved all libic-related drawing into cairo_image_surface.cCarl Worth2003-10-311-0/+2
* Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth2003-10-231-1/+1
* Add extern "C" stuff to cairo-xlib.hCarl Worth2003-10-111-5/+14
* Virtualized the font and surface backend implementations.Jamey Sharp2003-09-301-0/+56