summaryrefslogtreecommitdiff
path: root/src/cairo-rectangle.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-30Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson1-1/+5
2008-10-30[rectangle] Fix unsigned promotion whilst computing intersect.Chris Wilson1-14/+17
2008-05-09[cairo-rectangle] Add new convenience functions for working with cairo_box_tBehdad Esfahbod1-1/+34
2008-04-01Quiet a more subtle potentially-uninitialized warningCarl Worth1-1/+1
2008-02-06Do correct calculation of pen dimensions for stroke optimizationVladimir Vukicevic1-1/+1
2008-02-05Followup patch to dashed stroke optimizationVladimir Vukicevic1-2/+8
2008-02-05Optimize dashed strokes, part 2Vladimir Vukicevic1-0/+94
2008-01-28[doc] Make sure all type names in docs are prefixed by #Behdad Esfahbod1-4/+4
2007-07-18[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic1-5/+5
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-5/+5
2006-06-06Remove trailing whitespace from lines with a single brace.Carl Worth1-1/+1
2006-06-05Move rectangle functions to new cairo-rectangle.cCarl Worth1-0/+85