[cairo-commit] cairo AUTHORS,1.2,1.3 ChangeLog,1.158,1.159 TODO,1.17,1.18
Carl Worth
commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005
- Previous message: [cairo-commit] libglc/src glc_programmatic.c,NONE,1.1 Makefile.am,1.8,1.9 glc.c,1.19,1.20 glc.h,1.13,1.14 glc_agl_extension.c,1.4,1.5 glc_agl_info.c,1.6,1.7 glc_glx_extension.c,1.11,1.12 glc_glx_info.c,1.11,1.12 glc_glx_surface.c,1.16,1.17 glc_program.c,1.3,1.4 glc_surface.c,1.18,1.19 glc_trap.c,1.10,1.11 glc_tri.c,1.10,1.11 glcint.h,1.20,1.21
- Next message: [cairo-commit] cairo/src cairo_ft_font.c,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv9976
Modified Files:
AUTHORS ChangeLog TODO
Log Message:
* AUTHORS: Add Jordi and Olvier to the AUTHORS file.
* src/cairo_ft_font.c (_utf8_to_ucs4): Fix broken return value for
nchars (thanks to Jordi Mas <jordi at ximian.com>).
Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/cairo/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** a/AUTHORS 24 Feb 2004 18:45:26 -0000 1.2
--- b/AUTHORS 26 Feb 2004 16:54:42 -0000 1.3
***************
*** 1,2 ****
--- 1,3 ----
+ Olivier Andrieu <oliv__a at users.sourceforge.net> PNG backend
Dave Beckett <dave.beckett at bristol.ac.uk> Track rename of libpixman, build fixes
Andrew Chant <andrew.chant at utoronto.ca> Adding const where needed
***************
*** 6,9 ****
--- 7,11 ----
Graydon Hoare <graydon at redhat.com> Support for non-render X server, first real text support
Thomas Hunger <info at teh-web.de> Initial version of cairo_in_stroke/fill
+ Jordi Mas <jordi at ximian.com> Bug fix for cairo_show_text
Keith Packard <keithp at keithp.com> Original concept, polygon tessellation, dashing
Christof Petig <christof at petig-baender.de> Build fixes related to freetype
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -C2 -d -r1.158 -r1.159
*** a/ChangeLog 24 Feb 2004 20:29:25 -0000 1.158
--- b/ChangeLog 26 Feb 2004 16:54:42 -0000 1.159
***************
*** 1,2 ****
--- 1,9 ----
+ 2004-02-26 Carl Worth <cworth at isi.edu>
+
+ * AUTHORS: Add Jordi and Olvier to the AUTHORS file.
+
+ * src/cairo_ft_font.c (_utf8_to_ucs4): Fix broken return value for
+ nchars (thanks to Jordi Mas <jordi at ximian.com>).
+
2004-02-24 Olivier Andrieu <oliv__a at users.sourceforge.net>
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** a/TODO 24 Feb 2004 18:45:26 -0000 1.17
--- b/TODO 26 Feb 2004 16:54:42 -0000 1.18
***************
*** 74,81 ****
in cairo: arc, arcn (arc_negative), newpath, moveto, rmoveto
(rel_move_to), lineto, rlineto (rel_line_to), curveto, rcurveto
! (rel_curve_to), closepath, currentpoint, charpath (text_path)
! not in cairo: arct, arcto, flattenpath, reversepath, strokepath,
! clippath, pathbbox, pathforall
Clipping
--- 74,81 ----
in cairo: arc, arcn (arc_negative), newpath, moveto, rmoveto
(rel_move_to), lineto, rlineto (rel_line_to), curveto, rcurveto
! (rel_curve_to), closepath, currentpoint, charpath (text_path),
! pathforall (current_path), flattenpath (current_path_flat)
! not in cairo: arct, arcto, reversepath, strokepath, clippath, pathbbox
Clipping
- Previous message: [cairo-commit] libglc/src glc_programmatic.c,NONE,1.1 Makefile.am,1.8,1.9 glc.c,1.19,1.20 glc.h,1.13,1.14 glc_agl_extension.c,1.4,1.5 glc_agl_info.c,1.6,1.7 glc_glx_extension.c,1.11,1.12 glc_glx_info.c,1.11,1.12 glc_glx_surface.c,1.16,1.17 glc_program.c,1.3,1.4 glc_surface.c,1.18,1.19 glc_trap.c,1.10,1.11 glc_tri.c,1.10,1.11 glcint.h,1.20,1.21
- Next message: [cairo-commit] cairo/src cairo_ft_font.c,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list