summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-11Fix _cairo_path_fixed_init_copy.Emmanuel Pacaud1-0/+2
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