[cairo-commit] cairo ChangeLog,1.107,1.108 TODO,1.11,1.12 configure.in,1.29,1.30
Carl Worth
commit at pdx.freedesktop.org
Mon Nov 10 08:16:36 PST 2003
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv2012
Modified Files:
ChangeLog TODO configure.in
Log Message:
* configure.in: Fix typo (thanks to John Ellson
<ellson at research.att.com>)
* TODO: Add TODO items for intersection problem, programmatic
patterns, missing text functions.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** ChangeLog 7 Nov 2003 19:03:09 -0000 1.107
--- ChangeLog 10 Nov 2003 16:16:34 -0000 1.108
***************
*** 1,2 ****
--- 1,10 ----
+ 2003-11-10 Carl Worth <cworth at east.isi.edu>
+
+ * configure.in: Fix typo (thanks to John Ellson
+ <ellson at research.att.com>)
+
+ * TODO: Add TODO items for intersection problem, programmatic
+ patterns, missing text functions.
+
2003-11-06 Carl Worth <cworth at isi.edu>
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** TODO 4 Nov 2003 16:36:03 -0000 1.11
--- TODO 10 Nov 2003 16:16:34 -0000 1.12
***************
*** 1,3 ****
! * Add a few new, needed functions:
cairo_flush
--- 1,11 ----
! * Fix the intersection problem, (see reference to Hobby's paper
! mentioned in cairo_traps.c)
!
! * Implement support for programmatic patterns
!
! * Implement cairo_text_extents, cairo_glyph_extents, cairo_text_path,
! cairo_glyph_path, and cairo_stroke_path, cairo_arc_to.
!
! * Add a few new, needed functions?
cairo_flush
***************
*** 5,10 ****
cairo_mark_dirty
- * Re-implement pattern support with a more PostScript-like API.
-
* Verification, profiling, optimization.
--- 13,16 ----
***************
*** 34,38 ****
strokepath, rectclip?, clipsave/restore?, setstrokeadjust?,
currentdash, grestoreall?, initgraphics?, currentgstate?, setgstate?,
! insideness testing?, erasepage?, setsmoothness?
Painting operators
--- 40,44 ----
strokepath, rectclip?, clipsave/restore?, setstrokeadjust?,
currentdash, grestoreall?, initgraphics?, currentgstate?, setgstate?,
! erasepage?, setsmoothness?
Painting operators
***************
*** 99,104 ****
Insideness testing
------------------
! not in Cairo: infill, instroke, inufill, inustroke, ineofill,
! inueofill
Device setup
--- 105,111 ----
Insideness testing
------------------
! in Cairo: infill, instroke, ineofill (set_fill_rule/in_fill)
!
! not in Cairo: inufill, inustroke, inueofill
Device setup
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** configure.in 8 Nov 2003 18:28:04 -0000 1.29
--- configure.in 10 Nov 2003 16:16:34 -0000 1.30
***************
*** 78,82 ****
AC_MSG_RESULT($FREETYPE_VERSION - OK)
! CAIRO_CFLAGS="CAIRO_CFLAGS `$FREETYPE_CONFIG --cflags`"
CAIRO_LIBS="$CAIRO_LIBS `$FREETYPE_CONFIG --libs`"
--- 78,82 ----
AC_MSG_RESULT($FREETYPE_VERSION - OK)
! CAIRO_CFLAGS="$CAIRO_CFLAGS `$FREETYPE_CONFIG --cflags`"
CAIRO_LIBS="$CAIRO_LIBS `$FREETYPE_CONFIG --libs`"
More information about the cairo-commit
mailing list