| .. |
|
.cvsignore
|
Fix error correction on intersection test to avoid needless spinning.
|
2003-07-25 13:29:07 +00:00 |
|
cairo-color.c
|
Mark const.
|
2003-07-31 22:49:09 +00:00 |
|
cairo-font.c
|
Fixed to use fabs not abs. Added pointer to Hobby's intersection paper.
|
2003-08-29 17:48:48 +00:00 |
|
cairo-gstate.c
|
Changed names of all cairo_get_* functions to cairo_current_*. Added magic DEPRECATE macro so that using the old names will give useful warnings/errors. Bumped version number to 0.1.1
|
2003-09-04 06:52:01 +00:00 |
|
cairo-matrix.c
|
Added missing underscores to several internal functions.
|
2003-08-26 07:40:17 +00:00 |
|
cairo-path-bounds.c
|
Mark const.
|
2003-07-31 22:49:09 +00:00 |
|
cairo-path-fill.c
|
Added missing underscores to several internal functions.
|
2003-08-26 07:40:17 +00:00 |
|
cairo-path-stroke.c
|
Added missing underscores to several internal functions.
|
2003-08-26 07:40:17 +00:00 |
|
cairo-path.c
|
Mark const.
|
2003-07-31 22:49:09 +00:00 |
|
cairo-pen.c
|
Added missing underscores to several internal functions.
|
2003-08-26 07:40:17 +00:00 |
|
cairo-polygon.c
|
Made all changes necessary to abandon the Xc library, (sucking the functionality up into cairo_surface_t instead). Eliminated most of the remaining X datatypes (XFixed, XPointFixed, XLineFixed, XTrapezoid). Fixed some numerical problems relating to pen initialization and intersection calculation.
|
2003-07-30 08:30:50 +00:00 |
|
cairo-slope.c
|
Made all changes necessary to abandon the Xc library, (sucking the functionality up into cairo_surface_t instead). Eliminated most of the remaining X datatypes (XFixed, XPointFixed, XLineFixed, XTrapezoid). Fixed some numerical problems relating to pen initialization and intersection calculation.
|
2003-07-30 08:30:50 +00:00 |
|
cairo-spline.c
|
Made all changes necessary to abandon the Xc library, (sucking the functionality up into cairo_surface_t instead). Eliminated most of the remaining X datatypes (XFixed, XPointFixed, XLineFixed, XTrapezoid). Fixed some numerical problems relating to pen initialization and intersection calculation.
|
2003-07-30 08:30:50 +00:00 |
|
cairo-surface.c
|
Optimized _cairo_surface_composite for compositing local memory surface with an X11 server surface.
|
2003-08-29 17:57:08 +00:00 |
|
cairo-traps.c
|
Fixed to use fabs not abs. Added pointer to Hobby's intersection paper.
|
2003-08-29 17:48:48 +00:00 |
|
cairo.c
|
Changed names of all cairo_get_* functions to cairo_current_*. Added magic DEPRECATE macro so that using the old names will give useful warnings/errors. Bumped version number to 0.1.1
|
2003-09-04 06:52:01 +00:00 |
|
cairo.h
|
Fixed DEPRECATE macro so that old programs will still work
|
2003-09-04 11:21:15 +00:00 |
|
cairo_color.c
|
Mark const.
|
2003-07-31 22:49:09 +00:00 |
|
cairo_font.c
|
Fixed to use fabs not abs. Added pointer to Hobby's intersection paper.
|
2003-08-29 17:48:48 +00:00 |
|
cairo_gstate.c
|
Changed names of all cairo_get_* functions to cairo_current_*. Added magic DEPRECATE macro so that using the old names will give useful warnings/errors. Bumped version number to 0.1.1
|
2003-09-04 06:52:01 +00:00 |
|
cairo_matrix.c
|
Added missing underscores to several internal functions.
|
2003-08-26 07:40:17 +00:00 |
|
cairo_path.c
|
Mark const.
|
2003-07-31 22:49:09 +00:00 |
|
cairo_path_bounds.c
|
Mark const.
|
2003-07-31 22:49:09 +00:00 |
|
cairo_path_fill.c
|
Added missing underscores to several internal functions.
|
2003-08-26 07:40:17 +00:00 |
|
cairo_path_stroke.c
|
Added missing underscores to several internal functions.
|
2003-08-26 07:40:17 +00:00 |
|
cairo_pen.c
|
Added missing underscores to several internal functions.
|
2003-08-26 07:40:17 +00:00 |
|
cairo_polygon.c
|
Made all changes necessary to abandon the Xc library, (sucking the functionality up into cairo_surface_t instead). Eliminated most of the remaining X datatypes (XFixed, XPointFixed, XLineFixed, XTrapezoid). Fixed some numerical problems relating to pen initialization and intersection calculation.
|
2003-07-30 08:30:50 +00:00 |
|
cairo_slope.c
|
Made all changes necessary to abandon the Xc library, (sucking the functionality up into cairo_surface_t instead). Eliminated most of the remaining X datatypes (XFixed, XPointFixed, XLineFixed, XTrapezoid). Fixed some numerical problems relating to pen initialization and intersection calculation.
|
2003-07-30 08:30:50 +00:00 |
|
cairo_spline.c
|
Made all changes necessary to abandon the Xc library, (sucking the functionality up into cairo_surface_t instead). Eliminated most of the remaining X datatypes (XFixed, XPointFixed, XLineFixed, XTrapezoid). Fixed some numerical problems relating to pen initialization and intersection calculation.
|
2003-07-30 08:30:50 +00:00 |
|
cairo_surface.c
|
Optimized _cairo_surface_composite for compositing local memory surface with an X11 server surface.
|
2003-08-29 17:57:08 +00:00 |
|
cairo_traps.c
|
Fixed to use fabs not abs. Added pointer to Hobby's intersection paper.
|
2003-08-29 17:48:48 +00:00 |
|
cairoint.h
|
Fixed DEPRECATE macro so that old programs will still work
|
2003-09-04 11:21:15 +00:00 |
|
Makefile.am
|
Made all changes necessary to abandon the Xc library, (sucking the functionality up into cairo_surface_t instead). Eliminated most of the remaining X datatypes (XFixed, XPointFixed, XLineFixed, XTrapezoid). Fixed some numerical problems relating to pen initialization and intersection calculation.
|
2003-07-30 08:30:50 +00:00 |