summaryrefslogtreecommitdiff
path: root/src/cairo-pattern.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-21Revert accidental commit.Carl Worth1-4/+2
2005-02-21Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).Carl Worth1-2/+4
2005-01-31src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...Owen Taylor1-138/+220
2005-01-30Fixes from David Reveman:Owen Taylor1-27/+25
2005-01-28Update prototype to eliminate warning.Kristian Høgsberg1-0/+4
2005-01-27Make sure we always return a surface similar to dst in the gradient case.Kristian Høgsberg1-7/+24
2005-01-27Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...Kristian Høgsberg1-66/+36
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-57/+150
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-08-02Fix copyright attributions mistakenly attributed to University of Southern Ca...Carl Worth1-17/+16
2004-06-11Pre-multiply gradients after color interpolationDavid Reveman1-17/+20
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-0/+4
2004-05-11Removed pattern_offsetDavid Reveman1-8/+2
2004-05-04Corrected some confusing comments about the math used for radial gradientsDavid Reveman1-8/+16
2004-04-29Updated linear and radial patternsDavid Reveman1-100/+126
2004-04-25Converted shading routines to use fixed point values.David Reveman1-117/+120
2004-04-22Fixed pattern source offsetDavid Reveman1-16/+14
2004-04-20Fixed missing limits.h includesDavid Reveman1-1/+1
2004-04-09Added OpenGL surface backendDavid Reveman1-7/+7
2004-04-06Added new pattern APIDavid Reveman1-0/+716