summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-05[cairo-path-fixed] Exponentially enlarge cairo_path_buf_t.Chris Wilson1-35/+54
2007-10-30Simplify return value from cairo_path_fixed_get_current_point().Chris Wilson1-7/+4
2007-10-16[cairo-path-fixed] Drop the _cairo_error() markup.Chris Wilson1-2/+5
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-7/+7
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-2/+6
2007-08-25Add a new fill_stroke surface backend method.Emmanuel Pacaud1-0/+27
2007-08-20Fix path_fixed_offset_and_scale to apply scale and offset in right orderVladimir Vukicevic1-15/+9
2007-07-18[fixpt] Use _cairo_fixed_mul insted of manual multiplicationVladimir Vukicevic1-8/+3
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-1/+0
2007-03-20[cairo-path-fixed] Fix "comparison between signed and unsigned" warningsBehdad Esfahbod1-2/+2
2007-03-13[cairo-path-fixed] Merge op and arg bufsBehdad Esfahbod1-206/+107
2007-03-13[cairo-path-fixed] Avoid malloc for small pathsBehdad Esfahbod1-28/+38
2007-01-17cairo-path-fixed: Don't add redundant, succesive MOVE_TO operations to the pathCarl Worth1-3/+13
2006-12-22Add optimization for rectilinear strokeCarl Worth1-0/+4
2006-12-19Rename cairo-path.c to cairo-path-fixed.cCarl Worth1-0/+639