summaryrefslogtreecommitdiff
path: root/src/cairo-spline.c
Commit message (Expand)AuthorAgeFilesLines
* s/the the/the/Adrian Johnson2023-01-311-1/+1
* Split cairo-box-privates into struct+inlinesChris Wilson2012-04-191-1/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-3/+50
* stroke: Convert the outlines into contour and then into a polygonChris Wilson2011-08-151-9/+18
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Add a description of how we compute the spline_error_squared.Jeff Muizelaar2009-09-181-6/+11
* [slope] Inline _cairo_slope_init()Chris Wilson2009-08-291-0/+2
* Revert "[spline] Treat a straight spline as degenerate."Carl Worth2009-07-271-9/+0
* [spline] Treat a straight spline as degenerate.Chris Wilson2009-07-271-0/+9
* [spline] fix wrong sign in _cairo_spline_bound.Bertram Felgenhauer2009-03-271-1/+1
* [spline] Correct the definition of a cubic Bezier curve.Chris Wilson2009-01-291-4/+4
* [spline] Be pedantic and propagate errors.Chris Wilson2008-12-291-4/+11
* [_cairo_spline_bound] Protect against b == 0Behdad Esfahbod2008-12-281-3/+5
* [_cairo_spline_bound] Simplify conditionBehdad Esfahbod2008-12-281-5/+9
* [_cairo_spline_bound] Fix the check for feasible solutionsBehdad Esfahbod2008-12-281-3/+6
* [spline] Save a couple more mulsBehdad Esfahbod2008-12-281-13/+13
* [spline] Do some checks to avoid calling sqrt() if no feasible solution existsBehdad Esfahbod2008-12-281-7/+20
* [spline] Simplify codeBehdad Esfahbod2008-12-281-10/+9
* [spline] Remove duplicated code by using a macroBehdad Esfahbod2008-12-281-29/+21
* [spline] Add an analytical bounder for splinesBehdad Esfahbod2008-12-271-0/+131
* [spline] Propagate errors during add point.Chris Wilson2008-12-121-20/+20
* [spline] Fix compile.Chris Wilson2008-11-191-2/+4
* [spline] Eliminate intermediate allocations during spline decomposition.Chris Wilson2008-11-161-100/+21
* [cairo-spline] Eliminate redundant _cairo_fixed_to_double().Chris Wilson2007-11-011-55/+52
* [cairo-spline] Reduce stack requirements during recursive refinement.Chris Wilson2007-11-011-47/+47
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-4/+2
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-0/+1
* [malloc] Check for integer overflow when realloc'ing.Chris Wilson2007-10-041-1/+2
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-1/+1
* Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth2007-04-101-2/+2
* Initialise cairo_spline_t to use its embedded buffer.Chris Wilson2007-04-091-17/+7
* Define and use ARRAY_LENBehdad Esfahbod2007-03-201-1/+1
* [polygon,spline,traps] Avoid free(NULL)Behdad Esfahbod2007-03-131-1/+1
* [cairo-spline] Fix typo in commentBehdad Esfahbod2007-03-131-1/+1
* [cairo-spline] Add a cache of eight points to cairo_spline_tBehdad Esfahbod2007-03-131-5/+23
* [cairo-spline] Clean-up realloc algorithm for clarityBehdad Esfahbod2007-03-131-10/+7
* Remove initial, final, and duplicate blank lines.Carl Worth2006-06-061-1/+0
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-1/+1
* Add CODING_STYLE document to standardize on some style issues.Carl Worth2005-06-031-9/+7
* Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth2005-02-221-1/+1
* Remove unused CAIRO_TRAPS_GROWTH_INC.Carl Worth2004-12-231-3/+2
* Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth2004-10-211-1/+1
* Add the MPL as a new license option, in addition to the LGPL.Carl Worth2004-09-041-10/+27
* Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth2004-08-021-7/+5
* Change from MIT license to LGPL.Carl Worth2004-08-021-20/+14
* Bail on NULL utf8 string.Carl Worth2004-05-071-0/+7
* Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth2003-10-231-1/+1
* Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth2003-10-041-22/+22
* Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth2003-09-271-1/+1
* Preliminary support for running Cairo with X servers without the Render exten...Carl Worth2003-09-051-6/+6