index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-hull.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-0
/
+2
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+3
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-10-07
[hull] Replace open-coding of 64bit arithmetic.
Chris Wilson
1
-12
/
+19
2008-06-13
[cairo-hull] Attempt to allocate vertices on stack.
Chris Wilson
1
-21
/
+19
2008-04-08
Prevent potentially infinite wandering through memeory in _cairo_hull_prev_valid
Carl Worth
1
-1
/
+6
2008-04-01
Quiet some trivial unused and potentially-uninitialized compiler warnings
Carl Worth
1
-1
/
+1
2008-03-04
[cairo-hull] Propagate error during hull computation.
Chris Wilson
1
-10
/
+12
2007-10-10
[cairo-hull] Remove a couple of redundant status returns.
Chris Wilson
1
-7
/
+3
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-1
/
+1
2007-10-04
[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!
Chris Wilson
1
-1
/
+1
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+3
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-1
/
+1
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-1
/
+1
2005-09-29
simplify id initialisation of last patch
Bertram Felgenhauer
1
-6
/
+7
2005-09-29
Using a pointer comparison as the fallback total order was wrong - these poin...
Bertram Felgenhauer
1
-5
/
+9
2005-08-21
Fix for bug #4165:
Billy Biggs
1
-1
/
+6
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-21
Fix comparison so that it results in a stable sort. This should fix some rend...
Carl Worth
1
-2
/
+5
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
2003-10-23
Fixed copyright attribution to refer to "University of Southern California
Carl Worth
1
-1
/
+1
2003-10-04
Generate convex hull of pen before stroking.
Carl Worth
1
-0
/
+190