index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
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
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
2007-10-16
[cairo-path-fixed] Drop the _cairo_error() markup.
Chris Wilson
1
-2
/
+5
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-7
/
+7
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-2
/
+6
2007-08-25
Add a new fill_stroke surface backend method.
Emmanuel Pacaud
1
-0
/
+27
2007-08-20
Fix path_fixed_offset_and_scale to apply scale and offset in right order
Vladimir Vukicevic
1
-15
/
+9
2007-07-18
[fixpt] Use _cairo_fixed_mul insted of manual multiplication
Vladimir Vukicevic
1
-8
/
+3
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-1
/
+0
2007-03-20
[cairo-path-fixed] Fix "comparison between signed and unsigned" warnings
Behdad Esfahbod
1
-2
/
+2
2007-03-13
[cairo-path-fixed] Merge op and arg bufs
Behdad Esfahbod
1
-206
/
+107
2007-03-13
[cairo-path-fixed] Avoid malloc for small paths
Behdad Esfahbod
1
-28
/
+38
2007-01-17
cairo-path-fixed: Don't add redundant, succesive MOVE_TO operations to the path
Carl Worth
1
-3
/
+13
2006-12-22
Add optimization for rectilinear stroke
Carl Worth
1
-0
/
+4
2006-12-19
Rename cairo-path.c to cairo-path-fixed.c
Carl Worth
1
-0
/
+639
[prev]