summaryrefslogtreecommitdiff
path: root/src/cairo-clip.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-19Fix bug in _cairo_clip_init_deep_copy (fixes clip-push-group crash)Carl Worth1-5/+5
2006-10-18Add extents to clone_similar (fixing subimage_copy performance bug)Christopher (Monty) Montgomery1-1/+6
2006-09-29Add documentation for cairo_rectangle_list_destroyCarl Worth1-0/+10
2006-09-25Add clip getters API + testsRobert O'Callahan1-1/+126
2006-06-29Move device_transform of path to before floating->fixed conversion.Carl Worth1-10/+0
2006-06-10Change {x,y}_device_offset values to a device_transform matrix.Carl Worth1-5/+10
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-3/+3
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-2/+0
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-2/+2
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-1/+1
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-13/+13
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-9/+9
2006-05-04Fix up clip at pop_group time, to keep it in surface backend coordinatesVladimir Vukicevic1-4/+73
2006-05-04Implement the device_offset functionality at surface, not gstate layerCarl Worth1-0/+11
2006-03-13cairo-clip: Fix memory leak during OOM handling.Carl Worth1-1/+3
2005-12-19Use NULL clip instead of special serial zero cairo_clip_t Should make using s...Keith Packard1-0/+6
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-2/+2
2005-11-07Fix to copy region if NULL.Carl Worth1-1/+3
2005-11-07Reorder function bodies to match the order of fields in the structure definit...Carl Worth1-17/+26
2005-10-12Intersect clip region with target surface so we don't waste time and memory.Tor Lillqvist1-1/+8
2005-08-16src/cairoint.h: Split out a couple of useful utility functions.Owen Taylor1-38/+9
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-5/+10
2005-08-08Add a function to test whether a cairo_operator_t is bounded (does nothing fo...Owen Taylor1-9/+13
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg1-0/+457