index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-clip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-29
Move device_transform of path to before floating->fixed conversion.
Carl Worth
1
-10
/
+0
2006-06-10
Change {x,y}_device_offset values to a device_transform matrix.
Carl Worth
1
-5
/
+10
2006-06-09
Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...
Carl Worth
1
-2
/
+2
2006-06-06
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
Carl Worth
1
-3
/
+3
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-2
/
+0
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-2
/
+2
2006-06-06
Remove trailing whitespace from lines with a single brace.
Carl Worth
1
-1
/
+1
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-13
/
+13
2006-05-04
Rename cairo_rectangle_t to cairo_rectangle_fixed_t.
Robert O'Callahan
1
-9
/
+9
2006-05-04
Fix up clip at pop_group time, to keep it in surface backend coordinates
Vladimir Vukicevic
1
-4
/
+73
2006-05-04
Implement the device_offset functionality at surface, not gstate layer
Carl Worth
1
-0
/
+11
2006-03-13
cairo-clip: Fix memory leak during OOM handling.
Carl Worth
1
-1
/
+3
2005-12-19
Use NULL clip instead of special serial zero cairo_clip_t Should make using s...
Keith Packard
1
-0
/
+6
2005-12-16
Globally rename "operator" to "op", to allow writing backends in C++
Christian Biesinger
1
-2
/
+2
2005-11-07
Fix to copy region if NULL.
Carl Worth
1
-1
/
+3
2005-11-07
Reorder function bodies to match the order of fields in the structure definit...
Carl Worth
1
-17
/
+26
2005-10-12
Intersect clip region with target surface so we don't waste time and memory.
Tor Lillqvist
1
-1
/
+8
2005-08-16
src/cairoint.h: Split out a couple of useful utility functions.
Owen Taylor
1
-38
/
+9
2005-08-08
Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...
Billy Biggs
1
-5
/
+10
2005-08-08
Add a function to test whether a cairo_operator_t is bounded (does nothing fo...
Owen Taylor
1
-9
/
+13
2005-08-04
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...
Kristian Høgsberg
1
-0
/
+457