summaryrefslogtreecommitdiff
path: root/src/cairo-region.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-10Use 32 bit pixman regions for cairo_region_tSøren Sandmann1-19/+19
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-1/+1
2007-12-17Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.Chris Wilson1-3/+1
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-13/+9
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+3
2007-09-23[cairo-region] Call _cairo_error() at original error site.Chris Wilson1-1/+3
2007-08-21PS: Add finer-grained image fallback supportAdrian Johnson1-0/+13
2007-07-18[fixpt] Fix up compilation post pixman mergeVladimir Vukicevic1-4/+5
2007-07-18[fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic1-10/+163
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-1/+1
2007-04-08[pixman-region] Separate pixman_region_initMathias Hasselmann1-25/+0
2007-04-08Avoid malloc in _cairo_region_create_from_rectangleMathias Hasselmann1-18/+16
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-1/+1
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-4/+4
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-3/+3
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-5/+5
2005-08-16src/cairoint.h: Split out a couple of useful utility functions.Owen Taylor1-0/+83