[cairo-commit] cairo ChangeLog,1.530,1.531
Owen Taylor
commit at pdx.freedesktop.org
Wed Apr 27 10:16:49 PDT 2005
- Previous message: [cairo-commit]
pycairo/cairo pycairo.h, 1.23, 1.24 pycairo-private.h,
1.17, 1.18 pycairo-surface.c, 1.28, 1.29 cairomodule.c, 1.24,
1.25 pycairo-context.c, 1.38, 1.39
- Next message: [cairo-commit]
cairo/src cairo-gstate.c, 1.114, 1.115 cairo-traps.c,
1.26, 1.27 cairo.c, 1.82, 1.83 cairoint.h, 1.129, 1.130
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: otaylor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv2497
Modified Files:
ChangeLog
Log Message:
2005-04-27 Owen Taylor <otaylor at redhat.com>
* src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box):
New function to create a single trapezoid box.
* src/cairo.c src/cairo-gstate.c src/cairoint.h: Move
the implementation of cairo_paint() into cairo-gstate.c
for a better fix for the problem with backend/user coordinate
confusion. Also no longer clear the current path on
cairo_paint()
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.530
retrieving revision 1.531
diff -u -d -r1.530 -r1.531
--- ChangeLog 27 Apr 2005 02:04:48 -0000 1.530
+++ ChangeLog 27 Apr 2005 17:16:47 -0000 1.531
@@ -1,3 +1,14 @@
+2005-04-27 Owen Taylor <otaylor at redhat.com>
+
+ * src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box):
+ New function to create a single trapezoid box.
+
+ * src/cairo.c src/cairo-gstate.c src/cairoint.h: Move
+ the implementation of cairo_paint() into cairo-gstate.c
+ for a better fix for the problem with backend/user coordinate
+ confusion. Also no longer clear the current path on
+ cairo_paint().
+
2005-04-26 Carl Worth <cworth at cworth.org>
* src/cairo.c (cairo_paint): Build rectangle with an identity
- Previous message: [cairo-commit]
pycairo/cairo pycairo.h, 1.23, 1.24 pycairo-private.h,
1.17, 1.18 pycairo-surface.c, 1.28, 1.29 cairomodule.c, 1.24,
1.25 pycairo-context.c, 1.38, 1.39
- Next message: [cairo-commit]
cairo/src cairo-gstate.c, 1.114, 1.115 cairo-traps.c,
1.26, 1.27 cairo.c, 1.82, 1.83 cairoint.h, 1.129, 1.130
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list