index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-spline.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-19
Split cairo-box-privates into struct+inlines
Chris Wilson
1
-1
/
+1
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-3
/
+50
2011-08-15
stroke: Convert the outlines into contour and then into a polygon
Chris Wilson
1
-9
/
+18
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2009-09-18
Add a description of how we compute the spline_error_squared.
Jeff Muizelaar
1
-6
/
+11
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-0
/
+2
2009-07-27
Revert "[spline] Treat a straight spline as degenerate."
Carl Worth
1
-9
/
+0
2009-07-27
[spline] Treat a straight spline as degenerate.
Chris Wilson
1
-0
/
+9
2009-03-27
[spline] fix wrong sign in _cairo_spline_bound.
Bertram Felgenhauer
1
-1
/
+1
2009-01-29
[spline] Correct the definition of a cubic Bezier curve.
Chris Wilson
1
-4
/
+4
2008-12-29
[spline] Be pedantic and propagate errors.
Chris Wilson
1
-4
/
+11
2008-12-28
[_cairo_spline_bound] Protect against b == 0
Behdad Esfahbod
1
-3
/
+5
2008-12-28
[_cairo_spline_bound] Simplify condition
Behdad Esfahbod
1
-5
/
+9
2008-12-28
[_cairo_spline_bound] Fix the check for feasible solutions
Behdad Esfahbod
1
-3
/
+6
2008-12-28
[spline] Save a couple more muls
Behdad Esfahbod
1
-13
/
+13
2008-12-28
[spline] Do some checks to avoid calling sqrt() if no feasible solution exists
Behdad Esfahbod
1
-7
/
+20
2008-12-28
[spline] Simplify code
Behdad Esfahbod
1
-10
/
+9
2008-12-28
[spline] Remove duplicated code by using a macro
Behdad Esfahbod
1
-29
/
+21
2008-12-27
[spline] Add an analytical bounder for splines
Behdad Esfahbod
1
-0
/
+131
2008-12-12
[spline] Propagate errors during add point.
Chris Wilson
1
-20
/
+20
2008-11-19
[spline] Fix compile.
Chris Wilson
1
-2
/
+4
2008-11-16
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
1
-100
/
+21
2007-11-01
[cairo-spline] Eliminate redundant _cairo_fixed_to_double().
Chris Wilson
1
-55
/
+52
2007-11-01
[cairo-spline] Reduce stack requirements during recursive refinement.
Chris Wilson
1
-47
/
+47
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
-0
/
+1
2007-10-04
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
1
-1
/
+2
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-1
/
+1
2007-04-10
Rename ARRAY_LEN to ARRAY_LENGTH
Carl Worth
1
-2
/
+2
2007-04-09
Initialise cairo_spline_t to use its embedded buffer.
Chris Wilson
1
-17
/
+7
2007-03-20
Define and use ARRAY_LEN
Behdad Esfahbod
1
-1
/
+1
2007-03-13
[polygon,spline,traps] Avoid free(NULL)
Behdad Esfahbod
1
-1
/
+1
2007-03-13
[cairo-spline] Fix typo in comment
Behdad Esfahbod
1
-1
/
+1
2007-03-13
[cairo-spline] Add a cache of eight points to cairo_spline_t
Behdad Esfahbod
1
-5
/
+23
2007-03-13
[cairo-spline] Clean-up realloc algorithm for clarity
Behdad Esfahbod
1
-10
/
+7
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-1
/
+0
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-1
/
+1
2005-06-03
Add CODING_STYLE document to standardize on some style issues.
Carl Worth
1
-9
/
+7
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2004-12-23
Remove unused CAIRO_TRAPS_GROWTH_INC.
Carl Worth
1
-3
/
+2
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-09-04
Add the MPL as a new license option, in addition to the LGPL.
Carl Worth
1
-10
/
+27
2004-08-02
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...
Carl Worth
1
-7
/
+5
2004-08-02
Change from MIT license to LGPL.
Carl Worth
1
-20
/
+14
2004-05-07
Bail on NULL utf8 string.
Carl Worth
1
-0
/
+7
2003-10-23
Fixed copyright attribution to refer to "University of Southern California
Carl Worth
1
-1
/
+1
2003-10-04
Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...
Carl Worth
1
-22
/
+22
2003-09-27
Fixed some internal enums that had been mistakenly converted to lowercase at ...
Carl Worth
1
-1
/
+1
2003-09-05
Preliminary support for running Cairo with X servers without the Render exten...
Carl Worth
1
-6
/
+6
2003-07-30
Made all changes necessary to abandon the Xc library, (sucking the functional...
Carl Worth
1
-19
/
+21
[next]