index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-region.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
[clip] Apply surface offset when combining with clip mask
Chris Wilson
1
-2
/
+6
2009-08-29
[traps] Compute extents on demand.
Chris Wilson
1
-29
/
+18
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-41
/
+129
2009-06-15
[region] Add PLT entry for cairo_region_create_rectangles()
Chris Wilson
1
-2
/
+3
2009-06-15
Reinstate cairo_region_create_rectangles()
Søren Sandmann Pedersen
1
-0
/
+44
2009-06-04
valgrindify init/fini routines
Chris Wilson
1
-0
/
+5
2009-04-16
[xlib] Allocate bounded region on stack.
Chris Wilson
1
-0
/
+23
2009-04-01
[region] pixman_region32_contains_point() does not allow NULL for box
Søren Sandmann Pedersen
1
-1
/
+3
2009-03-31
[region] Change name of cairo_region_empty() to cairo_region_is_empty()
Søren Sandmann Pedersen
1
-3
/
+3
2009-03-30
[region] Use const cairo_rectangle_int_t consistently.
Chris Wilson
1
-2
/
+2
2009-03-30
[region] Use _cairo_status_is_error
Chris Wilson
1
-1
/
+1
2009-03-30
[region] Add leading underscore to private _cairo_region_set_error()
Chris Wilson
1
-12
/
+12
2009-03-30
[region] Add slim_hidden_def.
Chris Wilson
1
-111
/
+133
2009-03-28
[region] Add documentation for all the new region methods.
Søren Sandmann Pedersen
1
-31
/
+229
2009-03-28
[region] Fix status propagation for regions
Søren Sandmann Pedersen
1
-14
/
+52
2009-03-28
[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()
Søren Sandmann
1
-1
/
+44
2009-03-28
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-13
/
+3
2009-03-28
[region] Delete cairo_region_create_rectangles()
Søren Sandmann Pedersen
1
-44
/
+0
2009-03-28
[region] Move region function prototypes to cairo.h along with helper types.
Søren Sandmann
1
-3
/
+3
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-31
/
+30
2009-03-28
[region] Add _cairo_region_contains_point()
Søren Sandmann
1
-2
/
+13
2009-03-28
[region] Add _cairo_region_union
Søren Sandmann Pedersen
1
-0
/
+16
2009-03-28
[region] Add a cairo_region_overlap_t type
Søren Sandmann Pedersen
1
-9
/
+24
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-14
/
+14
2009-03-28
[region] Change sense of _cairo_region_not_empty() to _cairo_region_empty()
Søren Sandmann
1
-3
/
+3
2009-03-28
[region] Miscellaneous bug fixes.
Søren Sandmann
1
-1
/
+3
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-35
/
+133
2009-02-16
Delete _cairo_region_boxes_fini()
Søren Sandmann Pedersen
1
-6
/
+0
2009-02-15
Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()
Søren Sandmann
1
-29
/
+10
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-11-21
[region] Use the caller supplied array for extracting boxes.
Chris Wilson
1
-5
/
+6
2008-10-30
[traps] Whitespace.
Chris Wilson
1
-3
/
+3
2008-10-30
Review users of cairo_rectangle_int_t for incorrect unsigned promotion.
Chris Wilson
1
-1
/
+2
2008-06-10
Use 32 bit pixman regions for cairo_region_t
Søren Sandmann
1
-19
/
+19
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-1
/
+1
2007-12-17
Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.
Chris Wilson
1
-3
/
+1
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-13
/
+9
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+3
2007-09-23
[cairo-region] Call _cairo_error() at original error site.
Chris Wilson
1
-1
/
+3
2007-08-21
PS: Add finer-grained image fallback support
Adrian Johnson
1
-0
/
+13
2007-07-18
[fixpt] Fix up compilation post pixman merge
Vladimir Vukicevic
1
-4
/
+5
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-10
/
+163
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-1
/
+1
2007-04-08
[pixman-region] Separate pixman_region_init
Mathias Hasselmann
1
-25
/
+0
2007-04-08
Avoid malloc in _cairo_region_create_from_rectangle
Mathias Hasselmann
1
-18
/
+16
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-1
/
+1
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-4
/
+4
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-1
/
+0
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-3
/
+3
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-1
/
+1
[next]