summaryrefslogtreecommitdiff
path: root/src/cairo-hull.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-13hull: _cairo_hull_vertex_compare() return 0 for identical elementsChris Wilson1-0/+7
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-08-29[slope] Inline _cairo_slope_init()Chris Wilson1-0/+2
2009-04-23[memfault] Manually inject faults when using stack allocationsChris Wilson1-0/+3
2008-11-29Mark allocation failures as unlikely.Chris Wilson1-1/+1
2008-10-07[hull] Replace open-coding of 64bit arithmetic.Chris Wilson1-12/+19
2008-06-13[cairo-hull] Attempt to allocate vertices on stack.Chris Wilson1-21/+19
2008-04-08Prevent potentially infinite wandering through memeory in _cairo_hull_prev_validCarl Worth1-1/+6
2008-04-01Quiet some trivial unused and potentially-uninitialized compiler warningsCarl Worth1-1/+1
2008-03-04[cairo-hull] Propagate error during hull computation.Chris Wilson1-10/+12
2007-10-10[cairo-hull] Remove a couple of redundant status returns.Chris Wilson1-7/+3
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-1/+1
2007-10-04[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!Chris Wilson1-1/+1
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-1/+3
2007-06-29[fix] Avoid int overflow when allocating large buffersVladimir Vukicevic1-1/+1
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
2005-09-29simplify id initialisation of last patchBertram Felgenhauer1-6/+7
2005-09-29Using a pointer comparison as the fallback total order was wrong - these poin...Bertram Felgenhauer1-5/+9
2005-08-21Fix for bug #4165:Billy Biggs1-1/+6
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-21Fix comparison so that it results in a stable sort. This should fix some rend...Carl Worth1-2/+5
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
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-10-04Generate convex hull of pen before stroking.Carl Worth1-0/+190