summaryrefslogtreecommitdiff
path: root/src/cairo-spline.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-01[cairo-spline] Eliminate redundant _cairo_fixed_to_double().Chris Wilson1-55/+52
2007-11-01[cairo-spline] Reduce stack requirements during recursive refinement.Chris Wilson1-47/+47
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-4/+2
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-0/+1
2007-10-04[malloc] Check for integer overflow when realloc'ing.Chris Wilson1-1/+2
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-1/+1
2007-04-10Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth1-2/+2
2007-04-09Initialise cairo_spline_t to use its embedded buffer.Chris Wilson1-17/+7
2007-03-20Define and use ARRAY_LENBehdad Esfahbod1-1/+1
2007-03-13[polygon,spline,traps] Avoid free(NULL)Behdad Esfahbod1-1/+1
2007-03-13[cairo-spline] Fix typo in commentBehdad Esfahbod1-1/+1
2007-03-13[cairo-spline] Add a cache of eight points to cairo_spline_tBehdad Esfahbod1-5/+23
2007-03-13[cairo-spline] Clean-up realloc algorithm for clarityBehdad Esfahbod1-10/+7
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth1-9/+7
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2004-12-23Remove unused CAIRO_TRAPS_GROWTH_INC.Carl Worth1-3/+2
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-05-07Bail on NULL utf8 string.Carl Worth1-0/+7
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-10-04Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth1-22/+22
2003-09-27Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth1-1/+1
2003-09-05Preliminary support for running Cairo with X servers without the Render exten...Carl Worth1-6/+6
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-19/+21
2003-07-18Fixed some inconsistent tag/typedef names I missed the first time.Carl Worth1-1/+1
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+271