summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-12path: Do not remove anti-parallel line segments in case we are strokingChris Wilson1-1/+4
2009-10-30path: Skip any secondary degenerate line-to segments.Chris Wilson1-3/+10
2009-10-30path: Misclassification of rectilinear after degenerate line-toChris Wilson1-49/+52
2009-08-29[path] Return the canonical box.Chris Wilson1-4/+24
2009-08-29[path-fixed] Distinguish cw and ccw boxesChris Wilson1-2/+2
2009-08-29[path] Handle the implicit close for path_fixed_is_box()Chris Wilson1-15/+18
2009-08-29[path] Eliminate redundant line-to before a closeChris Wilson1-0/+22
2009-08-29[path] Discard redundant line-toChris Wilson1-21/+28
2009-08-29[slope] Inline _cairo_slope_init()Chris Wilson1-0/+1
2009-08-06[path] Extend identical lines.Chris Wilson1-3/+28
2009-07-29[path] Fix iter to handle circular list of buffersChris Wilson1-2/+7
2009-07-29[path] Remove the broken rel-curve-to as line-toChris Wilson1-6/+0
2009-07-28[path] Remove the erroneous conversion of a 'zero-length' curve-toChris Wilson1-3/+0
2009-07-27Revert "[path] Convert straight curve-to to line-to"Carl Worth1-12/+0
2009-07-27[path] Convert straight curve-to to line-toChris Wilson1-0/+12
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-63/+138
2009-07-05[path] Don't include current-point in hashChris Wilson1-8/+9
2009-07-05[path] Use cairo_list_t instead of open-coding its ownChris Wilson1-121/+105
2009-07-05[path] Add path watch debuggingChris Wilson1-0/+26
2009-07-05[path] Evaluate is_box && is_region during constructionChris Wilson1-181/+105
2009-06-17[path] Fix missing implicit move-toNis Martensen1-3/+3
2009-06-04valgrindify init/fini routinesChris Wilson1-7/+3
2009-03-17Support compiling without fontconfigBehdad Esfahbod1-1/+1
2009-01-29[path] A degenerate curve_to becomes a line_to.Chris Wilson1-1/+1
2008-12-14[doc] Fix erroneous doc comment.Chris Wilson1-1/+1
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-46/+40
2008-12-12[spline] Propagate errors during add point.Chris Wilson1-5/+2
2008-12-06[path-fixed] New _cairo_path_fixed_is_region().M Joonas Pihlaja1-0/+96
2008-12-06[path-fixed] Avoid extra indirection when iterating already flat paths.M Joonas Pihlaja1-0/+9
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-2/+2
2008-11-29Mark if(status) as being unlikely.Chris Wilson1-7/+7
2008-11-29[fill] Allow rectangles to be implicitly closed.Chris Wilson1-5/+9
2008-11-29[path] Carefully check for no more points.Chris Wilson1-3/+12
2008-11-25[fill] Emit rectangles for GdkRegionChris Wilson1-8/+116
2008-11-16[spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson1-18/+9
2008-11-13Add CairoScript backend.Chris Wilson1-0/+164
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-0/+2
2008-05-28[cairo-path-fixed] Fixe compiler warningBehdad Esfahbod1-1/+1
2008-05-13[cairo-path-fixed] Implement full-matrix _cairo_path_fixed_transform()Behdad Esfahbod1-18/+36
2008-05-10Fix gtk-doc warningsBehdad Esfahbod1-1/+1
2008-05-09[cairo-path-fixed] Add _cairo_path_fixed_append()Behdad Esfahbod1-0/+46
2008-05-09[cairo-path-fixed] Add a couple consts to function signaturesBehdad Esfahbod1-2/+2
2008-03-15Fix bug in _cairo_path_fixed_is_equalAdrian Johnson1-2/+4
2008-02-26Use PDF 're' operator for rectangle pathsAdrian Johnson1-0/+24
2008-02-25[quartz] Optimize path handling where possibleVladimir Vukicevic1-0/+81
2008-01-21[path-fixed] add _cairo_path_fixed_interpret_flatBrian Ewins1-0/+99
2007-12-27[cairo-path-fixed] Consolidate cairo_path_buf_t when copying.Chris Wilson1-8/+25
2007-12-27[cairo-path-fixed] Ensure the points array is naturally aligned, take 2.Chris Wilson1-6/+6
2007-12-27[cairo-path-fixed] Ensure the array of points is correctly aligned.Chris Wilson1-3/+6
2007-11-11Compilation warning suppression (char as array subscript).Emmanuel Pacaud1-2/+2