summaryrefslogtreecommitdiff
path: root/src/cairo-region.c
Commit message (Expand)AuthorAgeFilesLines
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-1/+1
* [region] Use the caller supplied array for extracting boxes.Chris Wilson2008-11-211-5/+6
* [traps] Whitespace.Chris Wilson2008-10-301-3/+3
* Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson2008-10-301-1/+2
* Use 32 bit pixman regions for cairo_region_tSøren Sandmann2008-06-101-19/+19
* [doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod2008-01-281-1/+1
* Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.Chris Wilson2007-12-171-3/+1
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-13/+9
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-1/+3
* [cairo-region] Call _cairo_error() at original error site.Chris Wilson2007-09-231-1/+3
* PS: Add finer-grained image fallback supportAdrian Johnson2007-08-211-0/+13
* [fixpt] Fix up compilation post pixman mergeVladimir Vukicevic2007-07-181-4/+5
* [fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic2007-07-181-10/+163
* [fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic2007-07-181-1/+1
* [pixman-region] Separate pixman_region_initMathias Hasselmann2007-04-081-25/+0
* Avoid malloc in _cairo_region_create_from_rectangleMathias Hasselmann2007-04-081-18/+16
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-1/+1
* Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth2006-06-061-4/+4
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-3/+3
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-1/+1
* Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan2006-05-041-5/+5
* src/cairoint.h: Split out a couple of useful utility functions.Owen Taylor2005-08-161-0/+83