[cairo-commit] rcairo ChangeLog,1.10,1.11
Oeyvind Kolaas
commit at pdx.freedesktop.org
Mon Feb 14 15:51:56 PST 2005
- Previous message: [cairo-commit] libsvg/src Makefile.am, 1.7, 1.8 svg.c, 1.9,
1.10 svg_element.c, 1.34, 1.35 svg_hash.c, NONE,
1.1 svg_hash.h, NONE, 1.1 svg_parser.c, 1.32,
1.33 svg_parser_expat.c, NONE, 1.1 svg_parser_libxml.c, NONE,
1.1 svgint.h, 1.42, 1.43
- Next message: [cairo-commit] rcairo/packages/cairo/lib cairo.rb,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: pippin
Update of /cvs/cairo/rcairo
In directory gabe:/tmp/cvs-serv13901
Modified Files:
ChangeLog
Log Message:
adding pattern class
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ChangeLog 10 Feb 2005 22:06:37 -0000 1.10
+++ ChangeLog 14 Feb 2005 23:51:54 -0000 1.11
@@ -1,3 +1,19 @@
+2005-02-15 Ãyvind KolÃ¥s <pippin at freedesktop.org>
+
+ * packages/cairo/ext/rb_cairo.c: added initialization of pattern.
+ * packages/cairo/ext/rb_cairo_constants.c: added filter and extend
+ enums.
+ * packages/cairo/ext/rb_cairo_context.c: added pattern setting and
+ getting, rewrote current_matrix to use rb_cairo_matrix_wrap.
+ * packages/cairo/ext/rb_cairo_matrix.c: convenience function to
+ wrap a cairo_matrix_t.
+ * packages/cairo/ext/rb_cairo_pattern.c: added implementation for
+ surface and linear/radial gradients.
+ * packages/cairo/lib/cairo.rb: syntactic sugar for initializing
+ gradient patterns with blocks.
+ * samples/gradients.rb: sample showing the syntax of gradients.
+
+
2005-02-10 Ãyvind KolÃ¥s <pippin at freedesktop.org>
* packages/cairo/lib/cairo.rb: added optional 'handler' parameters to
- Previous message: [cairo-commit] libsvg/src Makefile.am, 1.7, 1.8 svg.c, 1.9,
1.10 svg_element.c, 1.34, 1.35 svg_hash.c, NONE,
1.1 svg_hash.h, NONE, 1.1 svg_parser.c, 1.32,
1.33 svg_parser_expat.c, NONE, 1.1 svg_parser_libxml.c, NONE,
1.1 svgint.h, 1.42, 1.43
- Next message: [cairo-commit] rcairo/packages/cairo/lib cairo.rb,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list