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