index
:
~ranma42/cairo
1.10
master
oldcs
oldcs2
wip/0matrix
wip/boilerplate
wip/cgl
wip/cleanup-error
wip/cleanup-error2
wip/cleanup-error3
wip/cleanup-error4
wip/cleanup-error5
wip/cleanup-object
wip/cleanup-object4
wip/cleanup4
wip/coccinelle
wip/colorspace
wip/compilecleanup
wip/compiler-warnings
wip/const-status
wip/cs
wip/cs10
wip/cs11
wip/cs2
wip/cs3
wip/cs4
wip/cs5
wip/cs6
wip/cs7
wip/cs8
wip/floatpath
wip/floatpath2
wip/floatpath3
wip/gl
wip/gl2
wip/no-0-ref
wip/objectify
wip/objectify2
wip/objectify3
wip/objectify4
wip/objectify5
wip/objectify6
wip/objpostbackend6
wip/objpostbackend7
wip/optimize-fill
wip/path-double
wip/quartz-debug
wip/quartz-flip
wip/quartz-font-wanna-ct
wip/references
wip/remove-10.4
wip/restore-status
wip/simpleops
wip/stroke-to-path
wip/surfacecleanup
wip/test-nocrash
wip/totest
zfloatpath
ranma42's experiments on cairo
ranma42
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-clip-boxes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-02
core: fixed code duplication
Enrico Weigelt, metux IT consult
1
-16
/
+34
2016-07-02
core: dropped actually unused parameter of _cairo_boxes_to_array()
Enrico Weigelt, metux IT consult
1
-2
/
+2
2016-07-02
core: helper inline for rect->box conversion
Enrico Weigelt, metux IT consult
1
-9
/
+2
2014-03-06
clip: Fix handling of special all-clipped cairo_clip_t
Uli Schlachter
1
-0
/
+3
2014-03-06
clip: Do not modify the special all-clipped cairo_clip_t
Chris Wilson
1
-3
/
+5
2012-04-19
Split cairo-clip-privates into struct+inlines
Chris Wilson
1
-0
/
+1
2012-04-19
Split cairo-box-privates into struct+inlines
Chris Wilson
1
-1
/
+1
2012-02-09
clip: Check whether an extents only clip contains the box
Chris Wilson
1
-0
/
+3
2012-01-15
rectangle: Implement _cairo_rectangle_contains_rectangle()
Andrea Canciani
1
-6
/
+1
2011-10-09
clip_intersect_boxes: Fix memleak
Uli Schlachter
1
-5
/
+10
2011-10-09
clip: Fix clip-double-free
Uli Schlachter
1
-0
/
+1
2011-09-30
fill: Fix unantialiased rectilinear-fill-to-boxes
Chris Wilson
1
-2
/
+4
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-32
/
+10
2011-07-24
clip: Short-cut the common condition of intersecting with a single box
Chris Wilson
1
-1
/
+4
2011-07-24
clip: Skip processing of rectangle-intersection if it wholly subsumes the clip
Chris Wilson
1
-4
/
+20
2011-07-24
clip: Embed a single box to avoid a common allocation
Chris Wilson
1
-25
/
+36
2011-07-23
image: replay the recording surface directly onto the target
Chris Wilson
1
-0
/
+17
2011-07-20
clip-boxes: Intersection with 0 boxes means clip-all
Chris Wilson
1
-1
/
+4
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-0
/
+559