[cairo-commit] cairo ChangeLog,1.1183,1.1184
Carl Worth
commit at pdx.freedesktop.org
Tue Dec 20 09:37:17 PST 2005
- Previous message: [cairo-commit]
cairomm/cairomm Makefile.am, 1.2, 1.3 context.cc, 1.7,
1.8 context.h, 1.6, 1.7 fontface.cc, 1.3, 1.4 fontface.h, 1.3,
1.4 pattern.cc, 1.3, 1.4 pattern.h, 1.3, 1.4 refptr.h, NONE,
1.1 surface.cc, 1.3, 1.4 surface.h, 1.2, 1.3
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.189,
1.190 cairo-surface-fallback.c, 1.1, 1.2 cairoint.h, 1.235, 1.236
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv23532
Modified Files:
ChangeLog
Log Message:
2005-12-20 Carl Worth <cworth at cworth.org>
* src/cairoint.h:
* src/cairo-gstate.c: (_cairo_gstate_get_antialias):
* src/cairo-surface-fallback.c: (_create_composite_mask_pattern),
(_clip_and_composite_with_mask), (_clip_and_composite_combine),
(_clip_and_composite_source), (_cairo_rectangle_empty),
(_clip_and_composite), (_composite_trap_region),
(_composite_traps_draw_func), (_clip_and_composite_trapezoids),
(_cairo_surface_fallback_paint), (_cairo_surface_fallback_mask),
(_cairo_surface_fallback_stroke), (_cairo_surface_fallback_fill),
(_cairo_surface_fallback_show_glyphs): Move more fallback code
from cairo-gstate.c to cairo-surface-fallback.c where it
belongs. In the process, clean up the function names a bit and
make the whole mess static.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1183
retrieving revision 1.1184
diff -u -d -r1.1183 -r1.1184
--- ChangeLog 20 Dec 2005 06:45:41 -0000 1.1183
+++ ChangeLog 20 Dec 2005 17:37:15 -0000 1.1184
@@ -1,3 +1,19 @@
+2005-12-20 Carl Worth <cworth at cworth.org>
+
+ * src/cairoint.h:
+ * src/cairo-gstate.c: (_cairo_gstate_get_antialias):
+ * src/cairo-surface-fallback.c: (_create_composite_mask_pattern),
+ (_clip_and_composite_with_mask), (_clip_and_composite_combine),
+ (_clip_and_composite_source), (_cairo_rectangle_empty),
+ (_clip_and_composite), (_composite_trap_region),
+ (_composite_traps_draw_func), (_clip_and_composite_trapezoids),
+ (_cairo_surface_fallback_paint), (_cairo_surface_fallback_mask),
+ (_cairo_surface_fallback_stroke), (_cairo_surface_fallback_fill),
+ (_cairo_surface_fallback_show_glyphs): Move more fallback code
+ from cairo-gstate.c to cairo-surface-fallback.c where it
+ belongs. In the process, clean up the function names a bit and
+ make the whole mess static.
+
2005-12-19 Carl Worth <cworth at cworth.org>
* src/Makefile.am:
- Previous message: [cairo-commit]
cairomm/cairomm Makefile.am, 1.2, 1.3 context.cc, 1.7,
1.8 context.h, 1.6, 1.7 fontface.cc, 1.3, 1.4 fontface.h, 1.3,
1.4 pattern.cc, 1.3, 1.4 pattern.h, 1.3, 1.4 refptr.h, NONE,
1.1 surface.cc, 1.3, 1.4 surface.h, 1.2, 1.3
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.189,
1.190 cairo-surface-fallback.c, 1.1, 1.2 cairoint.h, 1.235, 1.236
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list