index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-clip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-24
clip: Transform clip path in _cairo_clip_intersect_clip_path_transformed()
Henry (Yu) Song - SISA
1
-0
/
+2
2012-04-19
Split cairo-clip-privates into struct+inlines
Chris Wilson
1
-0
/
+1
2012-02-28
spans+image: Fix clipping with polygons and spans
Chris Wilson
1
-0
/
+18
2011-10-15
Merge branch 'master' of git://cairographics.org/git/cairo
Chris Wilson
1
-1
/
+6
2011-10-12
clip: Replace the original clip when transforming
Chris Wilson
1
-1
/
+5
2011-10-12
clip: Free the freed clip pool on reset
Chris Wilson
1
-0
/
+1
2011-10-11
backends: Adds a new Cogl based backend
Robert Bragg
1
-1
/
+1
2011-09-20
wrapper: transform the clip into device space
Chris Wilson
1
-0
/
+107
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-13
/
+7
2011-07-30
clip: Fix copy of clip rectangles list
Andrea Canciani
1
-0
/
+3
2011-07-29
clip: Fix clip-equal to handle one or the other being NULL/all-clipped
Chris Wilson
1
-0
/
+10
2011-07-29
clip: Fix cairo_clip_equal()
Chris Wilson
1
-1
/
+35
2011-07-26
record: Store the untransformed operation extents along with the command
Chris Wilson
1
-7
/
+0
2011-07-24
wrapper: Correct translation of clip for wrapper extents
Chris Wilson
1
-0
/
+36
2011-07-24
clip: Embed a single box to avoid a common allocation
Chris Wilson
1
-10
/
+23
2011-07-23
image: replay the recording surface directly onto the target
Chris Wilson
1
-2
/
+65
2011-07-20
xcb: Take advantage of clip-boxes
Chris Wilson
1
-0
/
+32
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-1235
/
+179
2011-07-15
pattern: Add observer hooks
Chris Wilson
1
-0
/
+1
2011-07-15
Implement cairo_backend_t
Chris Wilson
1
-2
/
+5
2011-07-05
Remove conditional compilation of freed-pools
Andrea Canciani
1
-2
/
+0
2011-06-25
clip: Fix boxes extents computation in intersect_with_boxes
Andrea Canciani
1
-12
/
+14
2011-06-21
Fix intersect_with_boxes() to produce tight clip extents
Taekyun Kim
1
-2
/
+3
2011-03-19
Do not warn when ignoring the return value of _cairo_rectangle_intersect()
Andrea Canciani
1
-6
/
+4
2011-03-18
Improve cairo_rectangle_list_t error handling
Andrea Canciani
1
-3
/
+2
2011-01-22
clip: Improve _cairo_clip_contains_*
Andrea Canciani
1
-4
/
+2
2011-01-16
doc: Fix some broken references and gtk-doc warnings
Maarten Bosmans
1
-1
/
+1
2010-12-10
polygon: Merge _cairo_polygon_init and _cairo_polygon_limit
Andrea Canciani
1
-2
/
+1
2010-10-29
path: Do not access flags directly
Andrea Canciani
1
-9
/
+9
2010-07-17
clip: consider gstate target extents in _cairo_gstate_copy_clip_rectangle_list
Karl Tomlinson
1
-46
/
+26
2010-07-17
clip: consider all_clipped in _cairo_clip_get_extents
Karl Tomlinson
1
-0
/
+5
2010-07-17
clip: return empty clip from _cairo_clip_copy_rectangle_list when all_clipped
Karl Tomlinson
1
-1
/
+4
2010-07-12
clip: Do the NULL check before the dereference.
Chris Wilson
1
-1
/
+2
2010-07-12
Differentiate between reducing clip to composite extents and a rectangle
Chris Wilson
1
-7
/
+15
2010-06-10
gstate: Track whether the combination of ctm * device is identity.
Chris Wilson
1
-0
/
+1
2010-05-12
clip: Fill instead of creating intermediate surfaces.
Chris Wilson
1
-1
/
+3
2010-05-06
clip: Propagate failure from retrieving the previous clip surface.
Chris Wilson
1
-1
/
+2
2010-05-05
clip: Trivial compiler warning
Chris Wilson
1
-1
/
+2
2010-05-05
clip: Propagate memfault from translating clip region
Chris Wilson
1
-0
/
+6
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-04-25
clip: Skip combining with solid pixel aligned boxes.
Chris Wilson
1
-0
/
+6
2010-04-25
clip: Fix sign reverse when combining with the clip surface.
Chris Wilson
1
-22
/
+2
2010-04-25
clip: Report the surface offset when retrieving the clip mask
Chris Wilson
1
-6
/
+20
2010-04-10
clip: Compile fix for previous clip.
Chris Wilson
1
-3
/
+0
2010-04-10
clip: Compare the whole clip when testing for equality.
Chris Wilson
1
-3
/
+37
2010-03-24
clip: propagate the no-clip through the copy.
Chris Wilson
1
-0
/
+1
2010-03-24
clip: Don't reduce all-clip to no-clip.
Chris Wilson
1
-1
/
+2
2010-03-23
clip: Remove the redundant _cairo_clip_init_rectangle()
Chris Wilson
1
-19
/
+11
2010-02-12
clip: Restrict composite extents to clip extents
Chris Wilson
1
-0
/
+84
2010-02-02
clip: Propagate all-clipped when copying
Chris Wilson
1
-5
/
+2
[next]