Carl Worth
4670366ede
Remove trailing whitespace from lines that look like comments.
...
This patch was produced with the following (GNU) sed script:
sed -i -r -e '/^[ \t]*\/?\*/ s/[ \t]+$//'
run on all *.[ch] files within cairo, (though I manually excluded
src/cairo-atsui-font.c which has a code line that appears as a comment
to this script).
2006-06-06 15:35:48 -07:00
Bertram Felgenhauer
a028678179
simplify id initialisation of last patch
...
reviewed by: keithp
2005-09-29 20:00:14 +00:00
Bertram Felgenhauer
fa2d0ab5b7
Using a pointer comparison as the fallback total order was wrong - these pointers are not stable. So we introduce our own total order instead.
...
mark 4599 as fixed
reviewed by: cworth
2005-09-29 17:26:20 +00:00
Billy Biggs
17845df95b
Fix for bug #4165 :
...
Use pointer comparison for coincident points to ensure a well-defined ordering, and avoid setting discard on both points. This fixes problems with my Mac's implementation of qsort. Final patch by Bertram Felgenhauer.
Update reference images after the change.
2005-08-21 11:41:44 +00:00
Carl Worth
dcfb0d8a2b
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
2005-02-22 11:35:03 +00:00
Carl Worth
bf8374dba2
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
2004-10-21 18:40:50 +00:00
Carl Worth
215d5c5a46
Fix comparison so that it results in a stable sort. This should fix some rendering bugs due to broken pens.
2004-10-21 18:26:25 +00:00
Carl Worth
0f3ce6a240
Add the MPL as a new license option, in addition to the LGPL.
2004-09-04 06:38:34 +00:00
Carl Worth
e5afa03605
Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Library Public License version 2 or 'any later version'
2004-08-02 17:04:00 +00:00
Carl Worth
d5e92dd1c8
Change from MIT license to LGPL.
2004-08-02 13:13:28 +00:00
Carl Worth
2c9d1913cc
Fixed copyright attribution to refer to "University of Southern California
2003-10-23 07:47:29 +00:00
Carl Worth
61726a88f2
Generate convex hull of pen before stroking.
2003-10-04 14:34:42 +00:00