index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pattern.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-02-21
Revert accidental commit.
Carl Worth
1
-4
/
+2
2005-02-21
Fix y offset to use dst_y instead of dst_x, (caught by David Reveman).
Carl Worth
1
-2
/
+4
2005-01-31
src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...
Owen Taylor
1
-138
/
+220
2005-01-30
Fixes from David Reveman:
Owen Taylor
1
-27
/
+25
2005-01-28
Update prototype to eliminate warning.
Kristian Høgsberg
1
-0
/
+4
2005-01-27
Make sure we always return a surface similar to dst in the gradient case.
Kristian Høgsberg
1
-7
/
+24
2005-01-27
Fold _cairo_pattern_get_image into _cairo_pattern_get_surface and make sure w...
Kristian Høgsberg
1
-66
/
+36
2005-01-27
The overall idea of this rewrite is that we want to pass the source pattern a...
Kristian Høgsberg
1
-57
/
+150
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-08-02
Fix copyright attributions mistakenly attributed to University of Southern Ca...
Carl Worth
1
-17
/
+16
2004-06-11
Pre-multiply gradients after color interpolation
David Reveman
1
-17
/
+20
2004-05-28
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
Keith Packard
1
-0
/
+4
2004-05-11
Removed pattern_offset
David Reveman
1
-8
/
+2
2004-05-04
Corrected some confusing comments about the math used for radial gradients
David Reveman
1
-8
/
+16
2004-04-29
Updated linear and radial patterns
David Reveman
1
-100
/
+126
2004-04-25
Converted shading routines to use fixed point values.
David Reveman
1
-117
/
+120
2004-04-22
Fixed pattern source offset
David Reveman
1
-16
/
+14
2004-04-20
Fixed missing limits.h includes
David Reveman
1
-1
/
+1
2004-04-09
Added OpenGL surface backend
David Reveman
1
-7
/
+7
2004-04-06
Added new pattern API
David Reveman
1
-0
/
+716