index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-path-fixed.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
[path] Return the canonical box.
Chris Wilson
1
-4
/
+24
2009-08-29
[path-fixed] Distinguish cw and ccw boxes
Chris Wilson
1
-2
/
+2
2009-08-29
[path] Handle the implicit close for path_fixed_is_box()
Chris Wilson
1
-15
/
+18
2009-08-29
[path] Eliminate redundant line-to before a close
Chris Wilson
1
-0
/
+22
2009-08-29
[path] Discard redundant line-to
Chris Wilson
1
-21
/
+28
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-0
/
+1
2009-08-06
[path] Extend identical lines.
Chris Wilson
1
-3
/
+28
2009-07-29
[path] Fix iter to handle circular list of buffers
Chris Wilson
1
-2
/
+7
2009-07-29
[path] Remove the broken rel-curve-to as line-to
Chris Wilson
1
-6
/
+0
2009-07-28
[path] Remove the erroneous conversion of a 'zero-length' curve-to
Chris Wilson
1
-3
/
+0
2009-07-27
Revert "[path] Convert straight curve-to to line-to"
Carl Worth
1
-12
/
+0
2009-07-27
[path] Convert straight curve-to to line-to
Chris Wilson
1
-0
/
+12
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-63
/
+138
2009-07-05
[path] Don't include current-point in hash
Chris Wilson
1
-8
/
+9
2009-07-05
[path] Use cairo_list_t instead of open-coding its own
Chris Wilson
1
-121
/
+105
2009-07-05
[path] Add path watch debugging
Chris Wilson
1
-0
/
+26
2009-07-05
[path] Evaluate is_box && is_region during construction
Chris Wilson
1
-181
/
+105
2009-06-17
[path] Fix missing implicit move-to
Nis Martensen
1
-3
/
+3
2009-06-04
valgrindify init/fini routines
Chris Wilson
1
-7
/
+3
2009-03-17
Support compiling without fontconfig
Behdad Esfahbod
1
-1
/
+1
2009-01-29
[path] A degenerate curve_to becomes a line_to.
Chris Wilson
1
-1
/
+1
2008-12-14
[doc] Fix erroneous doc comment.
Chris Wilson
1
-1
/
+1
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-46
/
+40
2008-12-12
[spline] Propagate errors during add point.
Chris Wilson
1
-5
/
+2
2008-12-06
[path-fixed] New _cairo_path_fixed_is_region().
M Joonas Pihlaja
1
-0
/
+96
2008-12-06
[path-fixed] Avoid extra indirection when iterating already flat paths.
M Joonas Pihlaja
1
-0
/
+9
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
-7
/
+7
2008-11-29
[fill] Allow rectangles to be implicitly closed.
Chris Wilson
1
-5
/
+9
2008-11-29
[path] Carefully check for no more points.
Chris Wilson
1
-3
/
+12
2008-11-25
[fill] Emit rectangles for GdkRegion
Chris Wilson
1
-8
/
+116
2008-11-16
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
1
-18
/
+9
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-0
/
+164
2008-06-01
Fix now-detected doc formatting issues
Behdad Esfahbod
1
-0
/
+2
2008-05-28
[cairo-path-fixed] Fixe compiler warning
Behdad Esfahbod
1
-1
/
+1
2008-05-13
[cairo-path-fixed] Implement full-matrix _cairo_path_fixed_transform()
Behdad Esfahbod
1
-18
/
+36
2008-05-10
Fix gtk-doc warnings
Behdad Esfahbod
1
-1
/
+1
2008-05-09
[cairo-path-fixed] Add _cairo_path_fixed_append()
Behdad Esfahbod
1
-0
/
+46
2008-05-09
[cairo-path-fixed] Add a couple consts to function signatures
Behdad Esfahbod
1
-2
/
+2
2008-03-15
Fix bug in _cairo_path_fixed_is_equal
Adrian Johnson
1
-2
/
+4
2008-02-26
Use PDF 're' operator for rectangle paths
Adrian Johnson
1
-0
/
+24
2008-02-25
[quartz] Optimize path handling where possible
Vladimir Vukicevic
1
-0
/
+81
2008-01-21
[path-fixed] add _cairo_path_fixed_interpret_flat
Brian Ewins
1
-0
/
+99
2007-12-27
[cairo-path-fixed] Consolidate cairo_path_buf_t when copying.
Chris Wilson
1
-8
/
+25
2007-12-27
[cairo-path-fixed] Ensure the points array is naturally aligned, take 2.
Chris Wilson
1
-6
/
+6
2007-12-27
[cairo-path-fixed] Ensure the array of points is correctly aligned.
Chris Wilson
1
-3
/
+6
2007-11-11
Compilation warning suppression (char as array subscript).
Emmanuel Pacaud
1
-2
/
+2
2007-11-11
Fix _cairo_path_fixed_init_copy.
Emmanuel Pacaud
1
-0
/
+2
2007-11-05
[cairo-path-fixed] Exponentially enlarge cairo_path_buf_t.
Chris Wilson
1
-35
/
+54
2007-10-30
Simplify return value from cairo_path_fixed_get_current_point().
Chris Wilson
1
-7
/
+4
[next]