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