[cairo-commit] cairo ChangeLog,1.101,1.102 TODO,1.10,1.11
Carl Worth
commit at pdx.freedesktop.org
Tue Nov 4 08:36:05 PST 2003
- Previous message: [cairo-commit] cairo ChangeLog,1.100,1.101 cairo.pc.in,1.3,1.4 configure.in,1.25,1.26
- Next message: [cairo-commit] cairo ChangeLog,1.102,1.103 cairo.pc.in,1.4,1.5 configure.in,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv3751
Modified Files:
ChangeLog TODO
Log Message:
TODO: Note that cairo_show_page, cairo_copy_page, PostScript
backend, real text API, and text support for the image backend
have now all been implemented.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** ChangeLog 4 Nov 2003 16:33:45 -0000 1.101
--- ChangeLog 4 Nov 2003 16:36:03 -0000 1.102
***************
*** 1,2 ****
--- 1,8 ----
+ 2003-11-04 Carl Worth <cworth at isi.edu>
+
+ * TODO: Note that cairo_show_page, cairo_copy_page, PostScript
+ backend, "real" text API, and text support for the image backend
+ have now all been implemented.
+
2003-11-04 Carl Worth <cworth at east.isi.edu>
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TODO 23 Oct 2003 14:51:41 -0000 1.10
--- TODO 4 Nov 2003 16:36:03 -0000 1.11
***************
*** 1,16 ****
- * Write a PostScript backend.
-
* Add a few new, needed functions:
- cairo_show_page
- cairo_copy_page
cairo_flush
cairo_erase
cairo_mark_dirty
- * Add a "real" text API in addition to the current "toy" API.
-
- * Implement text support for the image backend.
-
* Re-implement pattern support with a more PostScript-like API.
--- 1,8 ----
***************
*** 42,46 ****
strokepath, rectclip?, clipsave/restore?, setstrokeadjust?,
currentdash, grestoreall?, initgraphics?, currentgstate?, setgstate?,
! insideness testing?, showpage, copypage?, erasepage?, setsmoothness?
Painting operators
--- 34,38 ----
strokepath, rectclip?, clipsave/restore?, setstrokeadjust?,
currentdash, grestoreall?, initgraphics?, currentgstate?, setgstate?,
! insideness testing?, erasepage?, setsmoothness?
Painting operators
***************
*** 112,117 ****
Device setup
------------
! not in Cairo: showpage, copypage, setpagedevice, currentpagedevice,
! nulldevice
Glyph and font operators
--- 104,110 ----
Device setup
------------
! in Cairo: showpage, copypage
!
! not in Cairo: setpagedevice, currentpagedevice, nulldevice
Glyph and font operators
- Previous message: [cairo-commit] cairo ChangeLog,1.100,1.101 cairo.pc.in,1.3,1.4 configure.in,1.25,1.26
- Next message: [cairo-commit] cairo ChangeLog,1.102,1.103 cairo.pc.in,1.4,1.5 configure.in,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list