index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-clip-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-28
spans+image: Fix clipping with polygons and spans
Chris Wilson
1
-0
/
+3
2011-10-11
backends: Adds a new Cogl based backend
Robert Bragg
1
-0
/
+3
2011-09-20
wrapper: transform the clip into device space
Chris Wilson
1
-0
/
+3
2011-09-14
cairo_clip_path_t: Remove extents
Uli Schlachter
1
-2
/
+0
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-3
/
+20
2011-08-18
observer: further classify general clips
Chris Wilson
1
-0
/
+3
2011-08-13
skia: Update to use cairo_backend_t interface
Chris Wilson
1
-0
/
+1
2011-08-01
clip: Mark __cairo_clip_all as private and do not export
Chris Wilson
1
-1
/
+1
2011-07-24
wrapper: Correct translation of clip for wrapper extents
Chris Wilson
1
-0
/
+3
2011-07-24
clip: Embed a single box to avoid a common allocation
Chris Wilson
1
-0
/
+2
2011-07-23
image: replay the recording surface directly onto the target
Chris Wilson
1
-0
/
+15
2011-07-20
xcb: Take advantage of clip-boxes
Chris Wilson
1
-0
/
+3
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-57
/
+92
2011-03-18
Improve cairo_rectangle_list_t error handling
Andrea Canciani
1
-0
/
+3
2010-07-12
Differentiate between reducing clip to composite extents and a rectangle
Chris Wilson
1
-0
/
+4
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-25
clip: Report the surface offset when retrieving the clip mask
Chris Wilson
1
-1
/
+1
2010-04-10
clip: Compare the whole clip when testing for equality.
Chris Wilson
1
-0
/
+4
2010-03-23
clip: Remove the redundant _cairo_clip_init_rectangle()
Chris Wilson
1
-4
/
+0
2010-02-12
clip: Restrict composite extents to clip extents
Chris Wilson
1
-0
/
+6
2010-01-22
clip: Implement clipping using only the high-level operators.
Chris Wilson
1
-1
/
+5
2009-10-18
[clip] Remove non-existing functions from header
Benjamin Otte
1
-9
/
+0
2009-09-10
[clip] Simplify applying a box clip
Chris Wilson
1
-1
/
+2
2009-08-29
[clip] Apply surface offset when combining with clip mask
Chris Wilson
1
-1
/
+1
2009-08-29
[clip] Pass in destination offset for combining with clip-mask
Chris Wilson
1
-1
/
+3
2009-08-29
[clip] Combine directly onto target
Chris Wilson
1
-0
/
+3
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-0
/
+5
2009-08-29
[clip] Eliminate redundant clips
Chris Wilson
1
-1
/
+7
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-46
/
+41
2009-03-28
[region] Move region function prototypes to cairo.h along with helper types.
Søren Sandmann
1
-1
/
+0
2009-03-28
[region] Get rid of clip->has_region
Søren Sandmann
1
-1
/
+0
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-1
/
+1
2008-09-02
Revamp the build system.
Behdad Esfahbod
1
-0
/
+3
2007-10-19
[cairo-clip] Avoid work when all clipped out.
Chris Wilson
1
-0
/
+2
2007-09-25
[cairo-atomic] Rewrite reference counting using atomic ops.
Chris Wilson
1
-6
/
+6
2007-09-25
Move GCC attributes wrapping into a separate header.
Chris Wilson
1
-0
/
+1
2007-08-23
Remove include of cairoint.h from *-private.h header files.
Carl Worth
1
-1
/
+0
2007-08-22
[Makefile.am] Add target sparse to run sparse static source code analyzer
Behdad Esfahbod
1
-0
/
+1
2007-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-2
/
+2
2007-07-18
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
Vladimir Vukicevic
1
-3
/
+3
2007-04-10
Make _cairo_clip_reset void
Carl Worth
1
-1
/
+1
2007-04-10
pixman region operations can fail, propagate the error.
Chris Wilson
1
-2
/
+2
2007-04-08
Remove redundant _cairo_clip_fini function
Mathias Hasselmann
1
-3
/
+0
2007-04-08
Make region of cairo_clip_t static
Mathias Hasselmann
1
-1
/
+2
2007-04-03
Make sure all nil objects start with _cairo_
Behdad Esfahbod
1
-1
/
+1
2007-01-17
Rename cairo_copy_clip_rectangles to cairo_copy_clip_rectangle_list
Robert O'Callahan
1
-1
/
+1
2006-09-25
Add clip getters API + tests
Robert O'Callahan
1
-0
/
+5
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-3
/
+3
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-1
/
+1
2006-05-04
Add missing prototype for _cairo_clip_translate
Carl Worth
1
-0
/
+5
[next]