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
2008-01-14
[scaled-font] Upgrade glyph mask as needed in case of mixed-format glyphs
Behdad Esfahbod
1
-0
/
+18
2007-11-26
[malloc] Take advantage of calloc() argument checking.
Chris Wilson
1
-1
/
+1
2007-06-07
Add CAIRO_INTERNAL_FORMAT_RGB16_565 and prefer it over deprecated CAIRO_FORMA...
Carl Worth
1
-3
/
+3
2007-05-29
[misc] make _cairo_image_surface_nil_invalid static const
Vladimir Vukicevic
1
-1
/
+1
2007-05-04
[cairo-pattern] Cache surface for solid patterns
Chris Wilson
1
-1
/
+28
2007-04-12
[image] Set hint-metrics on in default font options
Behdad Esfahbod
1
-1
/
+11
2007-04-12
Move pixman_format_t from heap to stack allocations.
Chris Wilson
1
-61
/
+42
2007-04-11
Propagate region errors from pixman_color_rects().
Chris Wilson
1
-2
/
+4
2007-04-09
Free the pixman_image if we fail to wrap it with a surface.
Chris Wilson
1
-0
/
+9
2007-04-09
cairo-image-surface - propagate error returns from pixman.
Chris Wilson
1
-2
/
+4
2007-02-23
[TODO] Add various TODO items
Behdad Esfahbod
1
-0
/
+1
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-2
/
+2
2006-10-18
Add extents to clone_similar (fixing subimage_copy performance bug)
Christopher (Monty) Montgomery
1
-0
/
+4
2006-10-04
Fix cairo_image_surface_create to report INVALID_FORMAT errors.
Carl Worth
1
-2
/
+50
2006-09-13
Fix typo in error message (enhacement -> enhancement)
Carl Worth
1
-1
/
+1
2006-09-11
Deprecated CAIRO_FORMAT_RGB16_565. Add cairo-deprecated.h .
Carl Worth
1
-5
/
+0
2006-09-05
Add many missing slim_hidden calls to bypass PLT entries for local use of pub...
Carl Worth
1
-0
/
+4
2006-08-23
[image] Print out cairo version in the unsupported-format message
Behdad Esfahbod
1
-1
/
+1
2006-08-17
Fix assertion failures in bitmap-font test by coercing A8 images to A1
Carl Worth
1
-0
/
+26
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
1
-1
/
+10
2006-08-07
Add -Wswitch-enum compiler flag and fix all trivial warnings
Carl Worth
1
-0
/
+9
2006-08-07
Fix bug 7294 by adding pixman BGR formats and internal cairo BGR formats.
Carl Worth
1
-11
/
+37
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-1
/
+1
2006-07-06
Fix typo when printing error for unsupported X formats. It was mistakenly
Behdad Esfahbod
1
-1
/
+1
2006-06-30
Add "Since: 1.2" to docs for most new API functions.
Behdad Esfahbod
1
-0
/
+6
2006-06-16
New API: Add support for new CAIRO_FORMAT_RGB16_565
Carl Worth
1
-1
/
+16
2006-06-15
Add missing breaks in switch statement.
Carl Worth
1
-0
/
+3
2006-06-15
Remove _cairo_image_surface_is_alpha_only in favor of just looking at content...
Carl Worth
1
-15
/
+1
2006-06-15
_cairo_format_from_pixman_format: Add useful error mesage and assertion when ...
Carl Worth
1
-26
/
+36
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-6
/
+6
2006-06-06
Remove trailing whitespace from lines with a single brace.
Carl Worth
1
-1
/
+1
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-15
/
+15
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-14
/
+14
2006-06-05
New API: Add cairo_image_surface_get_{data,format,stride}
Carl Worth
1
-0
/
+69
2006-05-24
New API: Add new function cairo_surface_get_content
Carl Worth
1
-1
/
+2
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-14
/
+14
2006-04-27
Add reference to cairo_surface_set_user_data in docs. for cairo_image_surface...
Carl Worth
1
-0
/
+3
2006-04-14
Change cairo_image_surface_create to zero out surface contents.
Dom Lachowicz
1
-3
/
+4
2006-04-14
Flesh test-paginated-surface out into a complete surface.
Carl Worth
1
-1
/
+1
2006-02-27
Implement cairo_surface_get_type
Carl Worth
1
-0
/
+1
2006-01-18
Change documentation to recommend cairo_paint rather than cairo_rectangle;cai...
Carl Worth
1
-2
/
+2
2006-01-17
Big change to the test infrastructure and supporting internals. The goal now ...
Carl Worth
1
-2
/
+29
2006-01-04
2005-10-10 David Reveman <davidr@novell.com>
Carl Worth
1
-12
/
+2
2006-01-03
Clamp surface dimensions to a minimum of 1. (_cairo_glitz_surface_get_image):...
Vladimir Vukicevic
1
-1
/
+44
2005-12-16
Don't export cairo_image_surface_set_clip_region.
Carl Worth
1
-23
/
+9
2005-12-16
Globally rename "operator" to "op", to allow writing backends in C++
Christian Biesinger
1
-12
/
+12
2005-11-01
Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.
Carl Worth
1
-1
/
+1
2005-10-28
Split _cairo_operator_bounded into two separate functions _cairo_operator_bou...
Keith Packard
1
-4
/
+2
2005-10-10
Call it CAIRO_EXTEND_PAD instead of CAIRO_EXTEND_NEAREST.
Billy Biggs
1
-1
/
+1
2005-10-09
Add const to _cairo_surface_is_image parameter
Keith Packard
1
-1
/
+1
[next]