[cairo-commit] cairo ChangeLog,1.1209,1.1210
Anders Carlsson
commit at pdx.freedesktop.org
Tue Jan 10 05:29:02 PST 2006
- Previous message: [cairo-commit] cairo ChangeLog,1.1208,1.1209
- Next message: [cairo-commit]
cairo/src Makefile.am, 1.75, 1.76 cairo-atsui-font.c,
1.26, 1.27 cairo-quartz-private.h, NONE,
1.1 cairo-quartz-surface.c, 1.22, 1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: andersca
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv1422
Modified Files:
ChangeLog
Log Message:
2006-01-10 Anders Carlsson <andersca at imendio.com>
* src/Makefile.am:
Add cairo-quartz-private.h
* src/cairo-atsui-font.c:
(_cairo_atsui_font_old_show_glyphs):
If the destination surface is a quartz surface, get the clip mask
from it.
* src/cairo-quartz-private.h: Added.
* src/cairo-quartz-surface.c:
(_cairo_quartz_surface_finish):
(_cairo_quartz_surface_set_clip_region):
(cairo_quartz_surface_create):
Keep a copy of the clip mask around.
(_cairo_surface_is_quartz):
New function which determines if a given surface is a quartz surface.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1209
retrieving revision 1.1210
diff -u -d -r1.1209 -r1.1210
--- ChangeLog 10 Jan 2006 01:18:12 -0000 1.1209
+++ ChangeLog 10 Jan 2006 13:28:59 -0000 1.1210
@@ -1,3 +1,24 @@
+2006-01-10 Anders Carlsson <andersca at imendio.com>
+
+ * src/Makefile.am:
+ Add cairo-quartz-private.h
+
+ * src/cairo-atsui-font.c:
+ (_cairo_atsui_font_old_show_glyphs):
+ If the destination surface is a quartz surface, get the clip mask
+ from it.
+
+ * src/cairo-quartz-private.h: Added.
+
+ * src/cairo-quartz-surface.c:
+ (_cairo_quartz_surface_finish):
+ (_cairo_quartz_surface_set_clip_region):
+ (cairo_quartz_surface_create):
+ Keep a copy of the clip mask around.
+
+ (_cairo_surface_is_quartz):
+ New function which determines if a given surface is a quartz surface.
+
2006-01-09 Carl Worth <cworth at cworth.org>
* test/cairo-test.h: Add printf format attribute to cairo_test_log.
- Previous message: [cairo-commit] cairo ChangeLog,1.1208,1.1209
- Next message: [cairo-commit]
cairo/src Makefile.am, 1.75, 1.76 cairo-atsui-font.c,
1.26, 1.27 cairo-quartz-private.h, NONE,
1.1 cairo-quartz-surface.c, 1.22, 1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list