summaryrefslogtreecommitdiff
path: root/src/cairo-surface-fallback.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-2/+2
2006-09-26Remove redundant call to _cairo_surface_get_extentsRobert O'Callahan1-4/+0
2006-06-29Move device_transform of path to before floating->fixed conversion.Carl Worth1-0/+1
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-2/+1
2006-06-09Rename device_{x,y}_offset to {x,y}_device_offset for better consitency/grepa...Carl Worth1-2/+2
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-21/+21
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-6/+6
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-3/+3
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-41/+41
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-82/+82
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth1-35/+29
2006-04-14Fix _composite_trap_region to restore the original clip when done.Carl Worth1-0/+4
2006-03-13_clip_and_composite_trapezoids: Avoid NULL pointer dereference due to OOM.Carl Worth1-0/+3
2006-02-24Remove private cairo_pattern_type in favor of new public one. RenameCarl Worth1-1/+1
2005-12-20Move more fallback code from cairo-gstate.c to cairo-surface-fallback.c where...Carl Worth1-31/+576
2005-12-19Begin moving fallback code out of cairo-surface.c and into cairo-surface-fall...Carl Worth1-0/+625