index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-path-stroke.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-72
/
+36
2008-12-12
[spline] Propagate errors during add point.
Chris Wilson
1
-8
/
+6
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-28
/
+28
2008-11-16
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
1
-48
/
+53
2008-10-26
[stroke] Ensure we record the first face for a dashed path.
Chris Wilson
1
-0
/
+1
2008-10-26
[stroke] _cairo_stroker_line_to_dashed() whitespace
Chris Wilson
1
-18
/
+39
2008-10-06
[stroke] Simplify dash-off logic.
Chris Wilson
1
-37
/
+28
2008-09-24
[stroke] Cap trailing segment when skipping invisible segments.
Chris Wilson
1
-0
/
+8
2008-09-19
[stroke] Optimise rectilinear strokes.
Chris Wilson
1
-17
/
+25
2008-09-19
[trap] Fixup a double _cairo_traps_fini().
Chris Wilson
1
-3
/
+2
2008-08-08
[matrix] Prefer a return parameter for _compute_determinant().
Chris Wilson
1
-5
/
+2
2008-06-13
[cairo-path-stroke] Avoid allocation for single rectangle.
Chris Wilson
1
-17
/
+24
2008-03-13
Correctly pass the device-space vector through to stroker
Vladimir Vukicevic
1
-14
/
+23
2008-02-20
Remove _cairo_slope_[counter_]clockwise
Carl Worth
1
-1
/
+1
2008-02-18
[stroker] fix _compute_normalized_device_slope to return correct sign
Vladimir Vukicevic
1
-4
/
+14
2008-02-06
Do correct calculation of pen dimensions for stroke optimization
Vladimir Vukicevic
1
-20
/
+13
2008-02-05
Optimize dashed strokes, part 2
Vladimir Vukicevic
1
-39
/
+83
2008-02-05
Optimize stroker by hoisting some calculations out of loops
Vladimir Vukicevic
1
-55
/
+87
2008-01-22
[cairo-path-stroke] Use M_SQRT2 for constant value
Behdad Esfahbod
1
-4
/
+4
2008-01-21
Disable rectilinear stroke optimization for small miter limit values
Carl Worth
1
-0
/
+6
2008-01-16
[cairo-path-stroke] Convert degenerate splines into lines.
Chris Wilson
1
-2
/
+2
2008-01-04
Directly check the miter corner to detect wild miters.
Keith Packard
1
-82
/
+57
2007-10-30
Limit miters for small angles
Carl Worth
1
-1
/
+75
2007-10-30
Add figure illustrating derivation of miter limit
Carl Worth
1
-7
/
+36
2007-10-11
[cairo-path-stroke] Jump to cleanup after error.
Chris Wilson
1
-1
/
+1
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-4
/
+2
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+4
2007-10-04
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
1
-1
/
+2
2007-08-16
[cairo-pen] Remove status from _cairo_pen_find_active_vertex_*()
Chris Wilson
1
-18
/
+6
2007-04-10
Add a status field to cairo_polygon_t
Carl Worth
1
-1
/
+7
2007-04-09
cairo-pen - cairo_pen_init() can fail propagate its error.
Chris Wilson
1
-8
/
+15
2007-04-09
cairo-path-stroke - add trivial missing status checks
Chris Wilson
1
-8
/
+25
2007-03-01
Fix leak in rectilinear stroking code
Behdad Esfahbod
1
-7
/
+8
2007-02-19
Clean up some inconsistent spacing in the stroking code
Jeff Smith
1
-2
/
+2
2007-02-19
Add or reword several comments in the stroking code
Jeff Smith
1
-6
/
+8
2007-02-19
Minor changes to shorten the stroking code
Jeff Smith
1
-17
/
+9
2007-02-19
Rename tmp to step_length because that is what it actually is.
Jeff Muizelaar
1
-6
/
+6
2007-02-19
Fix several issues with dashed stroking code, particularly 'leaky-dash'
Jeff Muizelaar
1
-46
/
+39
2007-02-19
Rename has_sub_path to has_initial_sub_path
Jeff Muizelaar
1
-8
/
+8
2007-02-19
Add a comment about the point choice when capping degenerate paths
Jeff Muizelaar
1
-0
/
+3
2007-02-19
Modify how _cairo_stroker_add_caps handles zero-length sub-paths
Jeff Smith
1
-3
/
+8
2007-02-19
Change type of cairo_stroker_t's dash_on from int to cairo_bool_t
Jeff Smith
1
-4
/
+4
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-2
/
+2
2006-12-22
Add optimization for rectilinear stroke
Carl Worth
1
-1
/
+317
2006-11-22
Switch from old tessellator to new tessellator
Carl Worth
1
-1
/
+1
2006-11-13
Make miter join code use tessellate_convex_quad rather than tessellate_polygon
Carl Worth
1
-13
/
+7
2006-11-13
Make _cairo_stroker_add_sub_edge use tessellate_convex_quad rather than tesse...
Carl Worth
1
-25
/
+6
2006-08-18
Merge branch 'jrmuizel-stroking-fixes' into cairo
Carl Worth
1
-0
/
+3
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-2
/
+2
[next]