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-05-02
src/cairo-surface.c src/cairoint.h: Add _cairo_surface_begin/end to save and ...
Owen Taylor
1
-23
/
+59
2005-04-14
and delete:
Carl Worth
1
-197
/
+121
2005-04-12
Default to CAIRO_FILTER_GOOD rather than CAIRO_FILTER_BEST.
Carl Worth
1
-1
/
+2
2005-04-12
Use CAIRO_FILTER_BEST by default rather than CAIRO_FILTER_NEAREST.
Carl Worth
1
-1
/
+1
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-7
/
+11
2005-04-04
Change type of data parameter from char* to unsigned char*.
Carl Worth
1
-4
/
+4
2005-03-06
Comment and clean up the gradient computation. (_cairo_linear_pattern_classif...
Owen Taylor
1
-19
/
+100
2005-03-04
src/cairoint.h src/cairo_pattern.c src/cairo_glitz_surface.c: Add _cairo_patt...
Owen Taylor
1
-4
/
+49
2005-03-03
Add overall alpha acceleration using mask surface
David Reveman
1
-4
/
+44
2005-03-03
Pass mask to composite operation as pattern
David Reveman
1
-0
/
+44
2005-03-03
Change to cairo_surface_t like structure of of cairo_pattern_t
David Reveman
1
-400
/
+571
2005-02-25
Don't put an off-by-one n_stops into cairo_shader_op_t. (_cairo_shader_op_fin...
Carl Worth
1
-31
/
+60
2005-02-24
Fix memory leak when realloc fails due to out-of-memory.
Carl Worth
1
-6
/
+6
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