summaryrefslogtreecommitdiff
path: root/src/cairo-surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-06Remove cairo_set_target_surface and all other backend-specific cairo_set_targ...Carl Worth1-1/+1
2005-05-03Fills as paths patch originally by Owen Taylor.Kristian Høgsberg1-0/+13
2005-05-02src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...Owen Taylor1-23/+158
2005-04-21Handle backends that don't have a set_clip_region implementation (PDF).Kristian Høgsberg1-0/+3
2005-04-19Add new cairo_paint function.Carl Worth1-1/+38
2005-04-14and delete:Carl Worth1-19/+16
2005-04-13Set freed pointer to NULL.Carl Worth1-2/+9
2005-04-12Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.Carl Worth1-1/+1
2005-04-12Use CAIRO_FILTER_BEST by default rather than CAIRO_FILTER_NEAREST.Carl Worth1-1/+1
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-65/+6
2005-04-07Change to allow NULL backend function pointers to indicate unsupported functi...Carl Worth1-43/+43
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-2/+2
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-3/+7
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-6/+0
2005-04-01Update API shakeup chart.Carl Worth1-11/+0
2005-03-17src/cairo.h src/cairo_surface.c src/cairo-xlib.h src/cairo_xlib_surface.c: Mo...Owen Taylor1-0/+30
2005-03-16Dont call user data destroy function if it's NULL.Kristian Høgsberg1-2/+2
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-2/+114
2005-03-10*** empty log message ***Kristian Høgsberg1-0/+18
2005-03-10Originally: 2005-02-24 Carl Worth <cworth@cworth.org>Carl Worth1-0/+90
2005-03-03Pass mask to composite operation as patternDavid Reveman1-7/+7
2005-03-03Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman1-5/+3
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-02-21Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).Carl Worth1-1/+1
2005-01-31configure.in src/cairo-features.h.in: Add a check for the Windows platform an...Owen Taylor1-1/+1
2005-01-31src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...Owen Taylor1-50/+352
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-122/+20
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-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-05-28These two fixes are from David Reveman <c99drn@cs.umu.se>:Carl Worth1-8/+6
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-1/+1
2004-05-24Added glyph cachingDavid Reveman1-5/+23
2004-05-11Removed pattern_offsetDavid Reveman1-5/+3
2004-04-25Converted shading routines to use fixed point values.David Reveman1-4/+4
2004-04-23Fixed several function prototype mismatches between internal header file and ...Carl Worth1-1/+1
2004-04-22Fixed pattern source offsetDavid Reveman1-7/+7
2004-04-09Added OpenGL surface backendDavid Reveman1-6/+6
2004-04-06Added new pattern APIDavid Reveman1-0/+108
2004-03-19Add.Graydon Hoare1-0/+5
2004-03-17Fixed for latest XCB API. XCB headers can co-exist with Xlib headers now, so ...Jamey Sharp1-0/+1
2004-01-30New "filter" field.Graydon Hoare1-0/+7
2003-11-03Add support for cairo_copy_page. Fixes so PS output can be more than one page...Carl Worth1-0/+15
2003-10-31Implemented preliminary PostScript output support. Added cairo_show_page. Bum...Carl Worth1-0/+15
2003-10-31Moved all libic-related drawing into cairo_image_surface.cCarl Worth1-236/+112
2003-10-28Rename gstate->ppm to gstate->pixels_per_inch. Add new pixels_per_inch to the...Carl Worth1-3/+9
2003-10-28Drop cairo_surface_create_similar_solidCarl Worth1-20/+14
2003-10-28Fix bug from previous commit. Must check for NULL backend function pointers b...Carl Worth1-20/+26
2003-10-27Cleanup of surface->backend interface. Better type-safety and more consistent...Carl Worth1-6/+22