[cairo-commit] cairo ChangeLog,1.235,1.236
Keith Packard
commit at pdx.freedesktop.org
Tue Oct 12 14:17:25 PDT 2004
Committed by: keithp
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv9286
Modified Files:
ChangeLog
Log Message:
2004-10-12 Keith Packard <keithp at keithp.com>
* src/cairo_traps.c: (_cairo_traps_init), (_cairo_traps_add_trap),
(_cairo_traps_extents):
* src/cairoint.h:
Compute extents of cairo_traps_t on the fly using approximate
method which is correct given the way cairo generates trapezoids.
* src/cairo_xlib_surface.c: (_cairo_xlib_surface_create_similar):
Avoid zero-dimensioned pixmaps
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- ChangeLog 12 Oct 2004 21:09:37 -0000 1.235
+++ ChangeLog 12 Oct 2004 21:17:23 -0000 1.236
@@ -1,3 +1,14 @@
+2004-10-12 Keith Packard <keithp at keithp.com>
+
+ * src/cairo_traps.c: (_cairo_traps_init), (_cairo_traps_add_trap),
+ (_cairo_traps_extents):
+ * src/cairoint.h:
+ Compute extents of cairo_traps_t on the fly using approximate
+ method which is correct given the way cairo generates trapezoids.
+
+ * src/cairo_xlib_surface.c: (_cairo_xlib_surface_create_similar):
+ Avoid zero-dimensioned pixmaps
+
2004-10-12 Carl Worth <cworth at cworth.org>
* src/cairo_pen.c: Fix a few typos in pen vertex math description.
More information about the cairo-commit
mailing list