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-image-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-03
[image] Doc typo.
Chris Wilson
1
-1
/
+1
2008-10-28
[image] Remove invalid assert.
Chris Wilson
1
-2
/
+0
2008-10-28
[image] Check create_for_data() to ensure a valid minimum stride.
Chris Wilson
1
-0
/
+12
2008-10-19
[image] Remove unused variable.
Chris Wilson
1
-1
/
+0
2008-10-15
[xlib] Handle 4,20,24,28 depth XImages
Chris Wilson
1
-7
/
+6
2008-10-10
[image] Warn about a potential NULL return after finish().
Chris Wilson
1
-1
/
+2
2008-09-27
clone_similar(): s/device_offset/clone_offset/
Chris Wilson
1
-3
/
+3
2008-09-27
Allow cloning sub-regions of similar surfaces.
Chris Wilson
1
-0
/
+3
2008-09-19
[image] Check for PACKAGE_BUGREPORT availability
Behdad Esfahbod
1
-1
/
+4
2008-09-10
Avoid missing enum warnings with pixman 0.11.9
Carl Worth
1
-0
/
+10
2008-08-28
Move version number to src/cairo-version.h
Behdad Esfahbod
1
-1
/
+2
2008-08-17
[cairo-image-surface] Dead store.
Chris Wilson
1
-6
/
+1
2008-08-07
Check return from pixman_image_set_filter().
Chris Wilson
1
-4
/
+14
2008-06-10
Use 32 bit pixman regions for cairo_region_t
Søren Sandmann
1
-1
/
+1
2008-05-09
[image surface] Rename cairo_image_surface_backend to _cairo_image_surface_ba...
Behdad Esfahbod
1
-3
/
+3
2008-04-14
Fix typo in documentation (missing stride argument)
Kouhei Sutou
1
-1
/
+2
2008-03-26
Remove unused variable
Carl Worth
1
-1
/
+0
2008-03-25
Quiet compiler warnings about unhandled PIXMAN_yuy2 and PIXMAN_yv12
Carl Worth
1
-0
/
+3
2008-03-25
Depend on pixman 0.9.7 for new pixman_format_supported_destination function
Carl Worth
1
-115
/
+85
2008-03-20
Enable PLT avoidance for cairo_image_surface_get_data/stride
Carl Worth
1
-0
/
+2
2008-03-18
Make CAIRO_FORMAT_STRIDE_FOR_WIDTH_BPP available to the cairo internals.
Carl Worth
1
-5
/
+2
2008-03-18
Make _pixman_format_to_masks accept a cairo_format_masks_t structure
Carl Worth
1
-26
/
+22
2008-03-18
Move assertion failure for unsupported masks up one level
Carl Worth
1
-25
/
+37
2008-03-10
Remember the results of _cairo_image_analyze_transparency
Adrian Johnson
1
-6
/
+15
2008-03-10
Move analyze_image_transparency in to cairo-image-surface.c
Adrian Johnson
1
-0
/
+29
2008-03-04
[cairo-png] Use cairo_format_stride_for_width()
Chris Wilson
1
-0
/
+1
2008-03-04
[cairo-image-surface] Harden cairo_format_stride_for_width().
Chris Wilson
1
-2
/
+12
2008-02-28
Remove references to PIXMAN_yuy2 and PIXMAN_yv12 enum values
Carl Worth
1
-3
/
+0
2008-02-27
[cairo-image-surface] Compiler warnings and whitespace.
Chris Wilson
1
-21
/
+24
2008-01-29
[cairo-image-surface.c] Cleanup stride checking and improve docs
Behdad Esfahbod
1
-8
/
+8
2008-01-29
[cairo_image_surface_create_for_data] Document stride error status
Behdad Esfahbod
1
-1
/
+3
2008-01-28
[doc] Stricter syntax check for type names, update test
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Improve docs for new API
Behdad Esfahbod
1
-4
/
+4
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-2
/
+2
2008-01-28
Clarify the documentation of stride within cairo_image_surface_create_for_data
Carl Worth
1
-8
/
+15
2008-01-28
Rename cairo_image_surface_stride_for_width to cairo_format_stride_for_width
Carl Worth
1
-10
/
+11
2008-01-28
Add cairo_image_surface_stride_for_width
Carl Worth
1
-10
/
+50
2008-01-28
Rename cairo_format_width to cairo_format_bits_per_pixel and correct its logic
Carl Worth
1
-3
/
+3
2008-01-18
Remove some gratuitous assert statements
Carl Worth
1
-4
/
+1
2008-01-16
[cairo-surface] Introduce _cairo_surface_create_in_error().
Chris Wilson
1
-122
/
+14
2008-01-14
[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphs
Behdad Esfahbod
1
-0
/
+18
2007-12-17
Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.
Chris Wilson
1
-10
/
+2
2007-10-10
[cairo-image-surface] Dead code elimination.
Chris Wilson
1
-3
/
+0
2007-10-04
[cairo-image-surface] Check for errors whilst cloning.
Chris Wilson
1
-0
/
+7
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-27
/
+20
2007-10-04
[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!
Chris Wilson
1
-5
/
+7
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-2
/
+8
2007-10-04
[malloc] Take advantage of calloc() argument checking.
Chris Wilson
1
-1
/
+1
[next]