summaryrefslogtreecommitdiff
path: root/src/cairo-image-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-09Add a "nearest" extend mode, where the closest pixel is repeated for pixels o...Billy Biggs1-12/+6
2005-08-27Fix docs not to talk about %NULL returns. #4271, Duncan Coutts.Owen Taylor1-4/+14
2005-08-18Implement new equations for CLEAR and SOURCE CLEAR: (mask IN clip) ? 0 : dest...Owen Taylor1-1/+3
2005-08-16src/cairoint.h: Split out a couple of useful utility functions.Owen Taylor1-40/+50
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-32/+39
2005-08-08Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor1-21/+105
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-2/+1
2005-07-28Fix to call _cairo_error and return 0 on surface-type mismatch.Carl Worth1-0/+10
2005-07-28dest_image) src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_im...Owen Taylor1-1/+3
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-2/+2
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-34/+42
2005-07-14Fix to accept a cairo_pattern_t rather than a cairo_surface_t as the primary ...Carl Worth1-3/+3