summaryrefslogtreecommitdiff
path: root/src/cairo-image-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth2006-06-061-6/+6
* Remove trailing whitespace from lines with a single brace.Carl Worth2006-06-061-1/+1
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-15/+15
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-14/+14
* New API: Add cairo_image_surface_get_{data,format,stride}Carl Worth2006-06-051-0/+69
* New API: Add new function cairo_surface_get_contentCarl Worth2006-05-241-1/+2
* Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan2006-05-041-14/+14
* Add reference to cairo_surface_set_user_data in docs. for cairo_image_surface...Carl Worth2006-04-271-0/+3
* Change cairo_image_surface_create to zero out surface contents.Dom Lachowicz2006-04-141-3/+4
* Flesh test-paginated-surface out into a complete surface.Carl Worth2006-04-141-1/+1
* Implement cairo_surface_get_typeCarl Worth2006-02-271-0/+1
* Change documentation to recommend cairo_paint rather than cairo_rectangle;cai...Carl Worth2006-01-181-2/+2
* Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth2006-01-171-2/+29
* 2005-10-10 David Reveman <davidr@novell.com>Carl Worth2006-01-041-12/+2
* Clamp surface dimensions to a minimum of 1. (_cairo_glitz_surface_get_image):...Vladimir Vukicevic2006-01-031-1/+44
* Don't export cairo_image_surface_set_clip_region.Carl Worth2005-12-161-23/+9
* Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger2005-12-161-12/+12
* Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.Carl Worth2005-11-011-1/+1
* Split _cairo_operator_bounded into two separate functions _cairo_operator_bou...Keith Packard2005-10-281-4/+2
* Call it CAIRO_EXTEND_PAD instead of CAIRO_EXTEND_NEAREST.Billy Biggs2005-10-101-1/+1
* Add const to _cairo_surface_is_image parameterKeith Packard2005-10-091-1/+1
* Add a "nearest" extend mode, where the closest pixel is repeated for pixels o...Billy Biggs2005-10-091-12/+6
* Fix docs not to talk about %NULL returns. #4271, Duncan Coutts.Owen Taylor2005-08-271-4/+14
* Implement new equations for CLEAR and SOURCE CLEAR: (mask IN clip) ? 0 : dest...Owen Taylor2005-08-181-1/+3
* src/cairoint.h: Split out a couple of useful utility functions.Owen Taylor2005-08-161-40/+50
* Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs2005-08-081-32/+39
* Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor2005-08-081-21/+105
* Change *_reference() functions to return the object being referenced.Kristian Høgsberg2005-08-041-2/+1
* Fix to call _cairo_error and return 0 on surface-type mismatch.Carl Worth2005-07-281-0/+10
* dest_image) src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_im...Owen Taylor2005-07-281-1/+3
* Remove all create_in_error functions as they were just muddling up the memory...Carl Worth2005-07-281-2/+2
* Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth2005-07-271-34/+42
* Fix to accept a cairo_pattern_t rather than a cairo_surface_t as the primary ...Carl Worth2005-07-141-3/+3
* Remove the copying of the region. This was a workaround for a missing copy bu...Carl Worth2005-07-141-14/+1
* Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth2005-07-081-3/+49
* Remove matrix, filter and repeat from the cairo_surface_t struct.Kristian Høgsberg2005-06-171-3/+3
* Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg2005-06-141-0/+1
* Remove Boolean 'drawable' parameter from the create_similar surface backend f...Carl Worth2005-06-141-1/+0
* Remove STATUS_OK macro which was not being used universally.Carl Worth2005-06-101-3/+3
* Rename CAIRO_OK to STATUS_OK. No intended changes in functionality.Carl Worth2005-06-011-3/+3
* Fix image->data to be unsignedCarl Worth2005-05-121-3/+3
* Push cairo_matrix_t const-correctness down through the entire implmentation, ...Carl Worth2005-05-091-1/+1
* Eliminate the following deprecated functions from cairo's interface:Carl Worth2005-05-061-1/+0
* Rename and re-order the cairo_operator_t enum to names that abbreviate less a...Carl Worth2005-05-061-11/+19
* Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg2005-04-251-0/+32
* Add new cairo_paint function.Carl Worth2005-04-191-0/+22
* Set freed pointer to NULL.Carl Worth2005-04-131-1/+3
* Change to allow NULL backend function pointers to indicate unsupported functi...Carl Worth2005-04-071-14/+2
* Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth2005-04-071-6/+6
* Change type of data parameter from char* to unsigned char*.Carl Worth2005-04-041-1/+1