[cairo-commit] cairo ChangeLog,1.153,1.154 TODO,1.15,1.16
Carl Worth
commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005
- Previous message: [cairo-commit] cairo/src cairo.h,1.43,1.44 cairo_fixed.c,1.2,1.3 cairo_ft_font.c,1.17,1.18 cairo_gstate.c,1.40,1.41 cairo_path.c,1.12,1.13 cairo_path_bounds.c,1.9,1.10 cairo_path_fill.c,1.8,1.9 cairo_path_stroke.c,1.14,1.15 cairo_traps.c,1.13,1.14 cairoint.h,1.50,1.51
- Next message: [cairo-commit] cairo-gtk-engine/src cge-draw.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv7292
Modified Files:
ChangeLog TODO
Log Message:
* TODO: Add some notes from JG's TODO list on the wiki:
http://cairographics.org/CairoToDoList. (Also testing automated
mailing to cairo-commit list).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -C2 -d -r1.153 -r1.154
*** ChangeLog 13 Feb 2004 03:02:33 -0000 1.153
--- ChangeLog 13 Feb 2004 14:13:19 -0000 1.154
***************
*** 1,2 ****
--- 1,8 ----
+ 2004-02-13 Carl Worth <cworth at east.isi.edu>
+
+ * TODO: Add some notes from JG's TODO list on the wiki:
+ http://cairographics.org/CairoToDoList. (Also testing automated
+ mailing to cairo-commit list).
+
2004-02-12 Carl Worth <cworth at isi.edu>
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** TODO 16 Dec 2003 14:15:53 -0000 1.15
--- TODO 13 Feb 2004 14:13:19 -0000 1.16
***************
*** 1,2 ****
--- 1,11 ----
+ * Clean up the API in preparation for freezing and release.
+
+ * Add cairo_current_path and cairo_current_path_flat.
+
+ * Implement a PDF backend.
+
+ * Make a more interesting PS backend, (other than the current
+ "giant-image for every page" approach).
+
* Change stroke code to go through one giant polygon. This will fix
problems with stroking self-intersecting paths.
***************
*** 10,14 ****
* Implement dashing for cairo_curve_to.
! * Implement support for programmatic patterns.
* Implement cairo_text_extents, cairo_glyph_extents, cairo_text_path,
--- 19,24 ----
* Implement dashing for cairo_curve_to.
! * Implement support for programmatic patterns, (ie. figure out how to
! do gradients the Right Way).
* Implement cairo_text_extents, cairo_glyph_extents, cairo_text_path,
- Previous message: [cairo-commit] cairo/src cairo.h,1.43,1.44 cairo_fixed.c,1.2,1.3 cairo_ft_font.c,1.17,1.18 cairo_gstate.c,1.40,1.41 cairo_path.c,1.12,1.13 cairo_path_bounds.c,1.9,1.10 cairo_path_fill.c,1.8,1.9 cairo_path_stroke.c,1.14,1.15 cairo_traps.c,1.13,1.14 cairoint.h,1.50,1.51
- Next message: [cairo-commit] cairo-gtk-engine/src cge-draw.c,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list