[cairo-commit] cairo ChangeLog,1.105,1.106 configure.in,1.27,1.28
Carl Worth
commit at pdx.freedesktop.org
Thu Nov 6 18:33:30 PST 2003
- Previous message: [cairo-commit] packaging/debian/libic/debian changelog,1.4,1.5
- Next message: [cairo-commit] cairo/src cairo.c,1.27,1.28 cairo.h,1.28,1.29 cairo_gstate.c,1.31,1.32 cairo_path.c,1.9,1.10 cairo_traps.c,1.11,1.12 cairoint.h,1.38,1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv18990
Modified Files:
ChangeLog configure.in
Log Message:
* configure.in (CAIRO_VERSION): Bumped version to 0.1.12 for new
cairo_in_stroke and cairo_in_fill functions.
* src/cairo.h:
* src/cairo.c (cairo_in_stroke):
(cairo_in_fill): Added new cairo_in_stroke and cairo_in_fill.
* src/cairo_traps.c (_cairo_trap_contains):
(_cairo_traps_contain): * src/cairo_gstate.c
(_cairo_gstate_in_stroke):
(_cairo_gstate_in_fill): New functions to support for
cairo_in_stroke and cairo_in_fill. Many thanks to Thomas Hunger
<info at teh-web.de> for the initial implementation which
demonstrated how easy this would be and pushed me to go and write
it already.
* src/cairo_gstate.c (_cairo_gstate_clip_and_composite_trapezoids):
* src/cairo_traps.c (_line_segs_intersect_ceil):
* src/cairo_path.c (_cairo_path_move_to):
(_cairo_path_line_to):
(_cairo_path_curve_to): Fixed to use _cairo_fixed_from_double
instead of XDoubleToFixed.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** ChangeLog 6 Nov 2003 20:53:39 -0000 1.105
--- ChangeLog 7 Nov 2003 02:33:28 -0000 1.106
***************
*** 1,2 ****
--- 1,27 ----
+ 2003-11-06 Carl Worth <cworth at isi.edu>
+
+ * configure.in (CAIRO_VERSION): Bumped version to 0.1.12 for new
+ cairo_in_stroke and cairo_in_fill functions.
+
+ * src/cairo.h:
+ * src/cairo.c (cairo_in_stroke):
+ (cairo_in_fill): Added new cairo_in_stroke and cairo_in_fill.
+
+ * src/cairo_traps.c (_cairo_trap_contains):
+ (_cairo_traps_contain): * src/cairo_gstate.c
+ (_cairo_gstate_in_stroke):
+ (_cairo_gstate_in_fill): New functions to support for
+ cairo_in_stroke and cairo_in_fill. Many thanks to Thomas Hunger
+ <info at teh-web.de> for the initial implementation which
+ demonstrated how easy this would be and pushed me to go and write
+ it already.
+
+ * src/cairo_gstate.c (_cairo_gstate_clip_and_composite_trapezoids):
+ * src/cairo_traps.c (_line_segs_intersect_ceil):
+ * src/cairo_path.c (_cairo_path_move_to):
+ (_cairo_path_line_to):
+ (_cairo_path_curve_to): Fixed to use _cairo_fixed_from_double
+ instead of XDoubleToFixed.
+
2003-11-06 Carl Worth <cworth at east.isi.edu>
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** configure.in 4 Nov 2003 16:58:53 -0000 1.27
--- configure.in 7 Nov 2003 02:33:28 -0000 1.28
***************
*** 4,8 ****
# Package version number, (as distinct from shared library version)
! CAIRO_VERSION=0.1.11
# libtool shared library version
--- 4,8 ----
# Package version number, (as distinct from shared library version)
! CAIRO_VERSION=0.1.12
# libtool shared library version
- Previous message: [cairo-commit] packaging/debian/libic/debian changelog,1.4,1.5
- Next message: [cairo-commit] cairo/src cairo.c,1.27,1.28 cairo.h,1.28,1.29 cairo_gstate.c,1.31,1.32 cairo_path.c,1.9,1.10 cairo_traps.c,1.11,1.12 cairoint.h,1.38,1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list