summaryrefslogtreecommitdiff
path: root/src/cairo-xlib.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2008-06-23Use #include "cairo-*." instead of #include <cairo-*.h>Behdad Esfahbod1-1/+1
2006-06-25Surface size getters for xlibRobert O'Callahan1-0/+6
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-05-04Clean up error management of xlib surface getter functions.Carl Worth1-4/+4
2006-05-04Add Xlib surface getter functions.Robert O'Callahan1-0/+15
2005-09-07Give cairo_public an empty definition by default.Carl Worth1-4/+4
2005-07-21Add cairo_xlib_surface_set_drawable which changes the target drawable for an ...Keith Packard1-0/+6
2005-07-20Add Screen* arguments to:Keith Packard1-0/+1
2005-05-17Rework of cairo_xlib_surface create functions by Keith Packard:Carl Worth1-6/+9
2005-05-14Add an #error if cairo-foo.h is included when cairo was compiled without supp...Carl Worth1-0/+3
2005-05-13src/cairo-xlib-surface.c src/cairo-xlib.h doc/public/cairo-sections.txt: Drop...Owen Taylor1-12/+6
2005-05-10src/cairo-xlib-surface.c src/cairo-xlib.h: Remove leftover cairo_xlib_surface...Owen Taylor1-8/+0
2005-05-06Change definitions of everything in cairo-features.h to prefer #if over #ifdef.Carl Worth1-1/+1
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth1-7/+0
2005-03-29src/cairo-xlib.h: include Xlib.h to fix solaris build bustage.Tor Lillqvist1-0/+1
2005-03-17src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...Owen Taylor1-5/+0
2005-03-15src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for XLib...Owen Taylor1-11/+27
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-01-21Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor1-2/+7
2005-01-20Track various renamings.Carl Worth1-0/+71
2003-12-03Bumped version to 0.1.14 to indicate dropped cairo-xlib.h and new cairo-confi...Carl Worth1-67/+0
2003-10-31Moved all libic-related drawing into cairo_image_surface.cCarl Worth1-0/+2
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-10-11Add extern "C" stuff to cairo-xlib.hCarl Worth1-5/+14
2003-09-30Virtualized the font and surface backend implementations.Jamey Sharp1-0/+56