summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-19Add new cairo_paint function.Carl Worth1-29/+58
2005-04-14and delete:Carl Worth1-0/+18
2005-04-07Change to allow NULL backend function pointers to indicate unsupported functi...Carl Worth1-14/+2
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-9/+9
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-6/+6
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-1/+1
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-8/+0
2005-04-02Style and indentation fixes.Carl Worth1-2/+3
2005-03-23Move surface-specific cairo_t functions to cairo.c.Carl Worth1-41/+0
2005-03-17doc fix - 90 degrees is MI_PI/2 radians.Owen Taylor1-6/+6
2005-03-17src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...Owen Taylor1-95/+16
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-4/+4
2005-03-15src/cairo-xlib.h src/cairo_xlib_surface.c: Rework set of contructors for XLib...Owen Taylor1-162/+421
2005-03-03Pass mask to composite operation as patternDavid Reveman1-40/+48
2005-03-03Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman1-22/+29
2005-03-03Change to cairo_surface_t like structure of of cairo_pattern_tDavid Reveman1-93/+108
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-01-31src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...Owen Taylor1-113/+219
2005-01-27Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...Kristian Høgsberg1-91/+31
2005-01-27src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...Owen Taylor1-0/+16
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-24/+78
2005-01-26Fix access to uninitialized dataAlexander Larsson1-1/+1
2005-01-21Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor1-19/+36
2005-01-20Track various renamings.Carl Worth1-0/+1
2005-01-17Add preliminary text support, including support for truetype font subsetting.Kristian Høgsberg1-5/+5
2005-01-13Replace all structure tags to have _ prefix. struct cairo_foo -> struct _cair...Carl Worth1-2/+2
2005-01-11reverted accidental changeØyvind Kolås1-3/+0
2005-01-11changed default paint color to opaque blackØyvind Kolås1-0/+3
2005-01-11Fix math library detection to use autotools helperKeith Packard1-12/+21
2004-12-21With thanks to Kristian Høgsberg <krh@bitplanet.net>:Carl Worth1-1/+1
2004-12-20Fix bug in earlier change.Alexander Larsson1-1/+3
2004-12-20Split off from _cairo_xlib_surface_create to avoid roundtrip when size is alr...Carl Worth1-16/+46
2004-11-05Change the signs of a variety of metrics, which were backwards.Graydon Hoare1-2/+39
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-12Compute extents of cairo_traps_t on the fly using approximate method which is...Keith Packard1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-2/+527
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-05-24Added glyph cachingDavid Reveman1-1/+2
2004-05-20Add sanity checking feature configury.Graydon Hoare1-3/+49
2004-04-06Added new pattern APIDavid Reveman1-3/+12
2004-03-30Add question on semantics with empty region. Fix missing return value.Carl Worth1-2/+5
2004-03-19Add.Graydon Hoare1-3/+47
2004-02-02New predicate. (_cairo_xlib_surface_set_filter): Skip filterless servers. (_c...Graydon Hoare1-3/+5
2004-01-30New "filter" field.Graydon Hoare1-10/+8
2004-01-24Add missing break statements to switch.Carl Worth1-0/+6
2003-12-11Replace mysterious image->depth == 32 ? 24 : image->depth with simply image->...Carl Worth1-1/+1
2003-12-05Don't include obsolete cairo-xlib.h.Carl Worth1-1/+0
2003-11-03Add support for cairo_copy_page. Fixes so PS output can be more than one page...Carl Worth1-0/+7