summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* path: Compute coarse bounds upon construction.Chris Wilson2010-01-221-7/+76
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* path: Do not remove anti-parallel line segments in case we are strokingChris Wilson2010-01-121-1/+4
* path: Skip any secondary degenerate line-to segments.Chris Wilson2009-10-301-3/+10
* path: Misclassification of rectilinear after degenerate line-toChris Wilson2009-10-301-49/+52
* [path] Return the canonical box.Chris Wilson2009-08-291-4/+24
* [path-fixed] Distinguish cw and ccw boxesChris Wilson2009-08-291-2/+2
* [path] Handle the implicit close for path_fixed_is_box()Chris Wilson2009-08-291-15/+18
* [path] Eliminate redundant line-to before a closeChris Wilson2009-08-291-0/+22
* [path] Discard redundant line-toChris Wilson2009-08-291-21/+28
* [slope] Inline _cairo_slope_init()Chris Wilson2009-08-291-0/+1
* [path] Extend identical lines.Chris Wilson2009-08-061-3/+28
* [path] Fix iter to handle circular list of buffersChris Wilson2009-07-291-2/+7
* [path] Remove the broken rel-curve-to as line-toChris Wilson2009-07-291-6/+0
* [path] Remove the erroneous conversion of a 'zero-length' curve-toChris Wilson2009-07-281-3/+0
* Revert "[path] Convert straight curve-to to line-to"Carl Worth2009-07-271-12/+0
* [path] Convert straight curve-to to line-toChris Wilson2009-07-271-0/+12
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-63/+138
* [path] Don't include current-point in hashChris Wilson2009-07-051-8/+9
* [path] Use cairo_list_t instead of open-coding its ownChris Wilson2009-07-051-121/+105
* [path] Add path watch debuggingChris Wilson2009-07-051-0/+26
* [path] Evaluate is_box && is_region during constructionChris Wilson2009-07-051-181/+105
* [path] Fix missing implicit move-toNis Martensen2009-06-171-3/+3
* valgrindify init/fini routinesChris Wilson2009-06-041-7/+3
* Support compiling without fontconfigBehdad Esfahbod2009-03-171-1/+1
* [path] A degenerate curve_to becomes a line_to.Chris Wilson2009-01-291-1/+1
* [doc] Fix erroneous doc comment.Chris Wilson2008-12-141-1/+1
* [path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson2008-12-121-46/+40
* [spline] Propagate errors during add point.Chris Wilson2008-12-121-5/+2
* [path-fixed] New _cairo_path_fixed_is_region().M Joonas Pihlaja2008-12-061-0/+96
* [path-fixed] Avoid extra indirection when iterating already flat paths.M Joonas Pihlaja2008-12-061-0/+9
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-2/+2
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-7/+7
* [fill] Allow rectangles to be implicitly closed.Chris Wilson2008-11-291-5/+9
* [path] Carefully check for no more points.Chris Wilson2008-11-291-3/+12
* [fill] Emit rectangles for GdkRegionChris Wilson2008-11-251-8/+116
* [spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson2008-11-161-18/+9
* Add CairoScript backend.Chris Wilson2008-11-131-0/+164
* Fix now-detected doc formatting issuesBehdad Esfahbod2008-06-011-0/+2
* [cairo-path-fixed] Fixe compiler warningBehdad Esfahbod2008-05-281-1/+1
* [cairo-path-fixed] Implement full-matrix _cairo_path_fixed_transform()Behdad Esfahbod2008-05-131-18/+36
* Fix gtk-doc warningsBehdad Esfahbod2008-05-101-1/+1
* [cairo-path-fixed] Add _cairo_path_fixed_append()Behdad Esfahbod2008-05-091-0/+46
* [cairo-path-fixed] Add a couple consts to function signaturesBehdad Esfahbod2008-05-091-2/+2
* Fix bug in _cairo_path_fixed_is_equalAdrian Johnson2008-03-151-2/+4
* Use PDF 're' operator for rectangle pathsAdrian Johnson2008-02-261-0/+24
* [quartz] Optimize path handling where possibleVladimir Vukicevic2008-02-251-0/+81
* [path-fixed] add _cairo_path_fixed_interpret_flatBrian Ewins2008-01-211-0/+99
* [cairo-path-fixed] Consolidate cairo_path_buf_t when copying.Chris Wilson2007-12-271-8/+25