[cairo-commit] cairo AUTHORS,1.1,1.2 ChangeLog,1.156,1.157 NEWS,1.4,1.5 README,1.7,1.8 TODO,1.16,1.17
Carl Worth
commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv27171
Modified Files:
AUTHORS ChangeLog NEWS README TODO
Log Message:
* AUTHORS: Add attribution for many people who have made generous
contributions to cairo. This list was generated by sifting through
the ChangeLog. Please let me know if I have missed anyone.
* NEWS: Add some historical notes on cairo development, prior to
when we began to maintain this NEWS file.
* README (http): Add pointer to cairographics.org. Fix to use
cairo rather than Cairo when not at the beginning of a
sentence.
* TODO: Remove cairo_current_path, cairo_current_path_flat,
cairo_text_extents, cairo_glyph_extents, cairo_text_path, and
cairo_glyph_path from the TODO list as they have all been
implemented now.
Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/cairo/AUTHORS,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** a/AUTHORS 17 Apr 2003 20:24:29 -0000 1.1
--- b/AUTHORS 24 Feb 2004 18:45:26 -0000 1.2
***************
*** 1 ****
! Carl D. Worth <cworth at isi.edu>
--- 1,15 ----
! 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
! John Ellson <ellson at research.att.com> First font/glyph extents functions
! Richard Henderson <rth at twiddle.net> "slim" macros for better shared libraries
! James Henstridge <james at daa.com.au> Build fixes related to freetype
! 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
! Keith Packard <keithp at keithp.com> Original concept, polygon tessellation, dashing
! Christof Petig <christof at petig-baender.de> Build fixes related to freetype
! Jamey Sharp <jamey at minilop.net> Surface/font backend virtualization, XCB backend
! Sasha V. <sasha at aftercode.net> Build fix to compile without xlib backend
! Carl Worth <cworth at isi.edu> Original library, support for paths, images
! Richard D. Worth <richard at theworths.org> Build fixes for cygwin
!
! (please let us know if we have missed anyone)
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -C2 -d -r1.156 -r1.157
*** a/ChangeLog 18 Feb 2004 02:47:34 -0000 1.156
--- b/ChangeLog 24 Feb 2004 18:45:26 -0000 1.157
***************
*** 1,2 ****
--- 1,20 ----
+ 2004-02-24 Carl Worth <cworth at isi.edu>
+
+ * AUTHORS: Add attribution for many people who have made generous
+ contributions to cairo. This list was generated by sifting through
+ the ChangeLog. Please let me know if I have missed anyone.
+
+ * NEWS: Add some historical notes on cairo development, prior to
+ when we began to maintain this NEWS file.
+
+ * README (http): Add pointer to cairographics.org. Fix to use
+ "cairo" rather than "Cairo" when not at the beginning of a
+ sentence.
+
+ * TODO: Remove cairo_current_path, cairo_current_path_flat,
+ cairo_text_extents, cairo_glyph_extents, cairo_text_path, and
+ cairo_glyph_path from the TODO list as they have all been
+ implemented now.
+
2004-02-17 Carl Worth <cworth at isi.edu>
Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo/NEWS,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** a/NEWS 16 Dec 2003 16:29:01 -0000 1.4
--- b/NEWS 24 Feb 2004 18:45:26 -0000 1.5
***************
*** 1,4 ****
2003-12-16 cairo-0.1.17 Carl Worth <cworth at isi.edu>
! ---------------------------------------------------
Better text support
--- 1,4 ----
2003-12-16 cairo-0.1.17 Carl Worth <cworth at isi.edu>
! ===================================================
Better text support
***************
*** 43,44 ****
--- 43,77 ----
that there were some byte-order problems in the PostScript backend and
the PNG generation in the demos. These have now been resolved.
+
+ 2003-10
+ =======
+ Graydon Hoare <graydon at redhat.com> implemented the first real text
+ support using Freetype/fontconfig, (previous versions of cairo used
+ Xft and could only draw text when using an X backend).
+
+ 2003-09
+ =======
+ Graydon Hoare <graydon at redhat.com> added the first real support for
+ running cairo with a non-render-aware X server.
+
+ Jamey Sharp <jamey at minilop.net> virtualized the backend font and
+ surface interfaces in September, 2003.
+
+ 2003-06
+ =======
+ Xr is renamed cairo to avoid confusion since it no longer had a strict
+ dependence on X.
+
+ 2003-05
+ =======
+ A new image surface backend is added to Xr. Keith Packard
+ <keithp at keithp.com> wrote the image compositing code in libic that is
+ used for the image_surface backend. This code was originally written
+ as the software fallback for the render extension within the X
+ server.
+
+ 2002-06
+ =======
+ Carl Worth <cworth at isi.edu> wrote the first lines of Xr, after Keith
+ Packard <keithp at keithp.com> proposed the plan for a stateful drawing
+ library in C providing a PostScript-like rendering model.
Index: README
===================================================================
RCS file: /cvs/cairo/cairo/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** a/README 17 Dec 2003 20:59:37 -0000 1.7
--- b/README 24 Feb 2004 18:45:26 -0000 1.8
***************
*** 1,3 ****
--- 1,4 ----
Cairo - Multi-platform 2D graphics library
+ http://cairographics.org
Compiling
***************
*** 49,53 ****
Mailing List
------------
! If you have trouble with Cairo or you have some ideas for how it could be
improved, please feel free to send a message to cairo at cairographics.org
--- 50,54 ----
Mailing List
------------
! If you have trouble with cairo or you have some ideas for how it could be
improved, please feel free to send a message to cairo at cairographics.org
Index: TODO
===================================================================
RCS file: /cvs/cairo/cairo/TODO,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** a/TODO 13 Feb 2004 14:13:19 -0000 1.16
--- b/TODO 24 Feb 2004 18:45:26 -0000 1.17
***************
*** 1,6 ****
* Clean up the API in preparation for freezing and release.
- * Add cairo_current_path and cairo_current_path_flat.
-
* Implement a PDF backend.
--- 1,4 ----
***************
*** 22,27 ****
do gradients the Right Way).
! * Implement cairo_text_extents, cairo_glyph_extents, cairo_text_path,
! cairo_glyph_path, and cairo_stroke_path, cairo_arc_to.
* Investigate what needs to be done so that old X servers aren't
--- 20,24 ----
do gradients the Right Way).
! * Implement cairo_stroke_path and cairo_arc_to.
* Investigate what needs to be done so that old X servers aren't
More information about the cairo-commit
mailing list