index
:
delta/cairo.git
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
baserock/genivi/1.12.10
baserock/genivi/1.12.10-gallium
baserock/genivi/baseline
baserock/genivi/weston
carlosgc/polygon-intersect-crash
color-emoji
master
gitlab.freedesktop.org: cairo/cairo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-spline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cairo-spline] Eliminate redundant _cairo_fixed_to_double().
Chris Wilson
2007-11-01
1
-55
/
+52
*
[cairo-spline] Reduce stack requirements during recursive refinement.
Chris Wilson
2007-11-01
1
-47
/
+47
*
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
2007-10-04
1
-4
/
+2
*
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
2007-10-04
1
-0
/
+1
*
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
2007-10-04
1
-1
/
+2
*
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
2007-06-29
1
-1
/
+1
*
Rename ARRAY_LEN to ARRAY_LENGTH
Carl Worth
2007-04-10
1
-2
/
+2
*
Initialise cairo_spline_t to use its embedded buffer.
Chris Wilson
2007-04-09
1
-17
/
+7
*
Define and use ARRAY_LEN
Behdad Esfahbod
2007-03-20
1
-1
/
+1
*
[polygon,spline,traps] Avoid free(NULL)
Behdad Esfahbod
2007-03-13
1
-1
/
+1
*
[cairo-spline] Fix typo in comment
Behdad Esfahbod
2007-03-13
1
-1
/
+1
*
[cairo-spline] Add a cache of eight points to cairo_spline_t
Behdad Esfahbod
2007-03-13
1
-5
/
+23
*
[cairo-spline] Clean-up realloc algorithm for clarity
Behdad Esfahbod
2007-03-13
1
-10
/
+7
*
Remove initial, final, and duplicate blank lines.
Carl Worth
2006-06-06
1
-1
/
+0
*
Remove extraneous whitespace from "blank" lines.
Carl Worth
2006-06-06
1
-1
/
+1
*
Add CODING_STYLE document to standardize on some style issues.
Carl Worth
2005-06-03
1
-9
/
+7
*
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
2005-02-22
1
-1
/
+1
*
Remove unused CAIRO_TRAPS_GROWTH_INC.
Carl Worth
2004-12-23
1
-3
/
+2
*
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
2004-10-21
1
-1
/
+1
*
Add the MPL as a new license option, in addition to the LGPL.
Carl Worth
2004-09-04
1
-10
/
+27
*
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...
Carl Worth
2004-08-02
1
-7
/
+5
*
Change from MIT license to LGPL.
Carl Worth
2004-08-02
1
-20
/
+14
*
Bail on NULL utf8 string.
Carl Worth
2004-05-07
1
-0
/
+7
*
Fixed copyright attribution to refer to "University of Southern California
Carl Worth
2003-10-23
1
-1
/
+1
*
Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...
Carl Worth
2003-10-04
1
-22
/
+22
*
Fixed some internal enums that had been mistakenly converted to lowercase at ...
Carl Worth
2003-09-27
1
-1
/
+1
*
Preliminary support for running Cairo with X servers without the Render exten...
Carl Worth
2003-09-05
1
-6
/
+6
*
Made all changes necessary to abandon the Xc library, (sucking the functional...
Carl Worth
2003-07-30
1
-19
/
+21
*
Fixed some inconsistent tag/typedef names I missed the first time.
Carl Worth
2003-07-18
1
-1
/
+1
*
Renamed everything from Xr* to cairo_*
Carl Worth
2003-07-18
1
-0
/
+271