[cairo-commit] cairo ChangeLog,1.154,1.155 configure.in,1.40,1.41

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-serv7295

Modified Files:
	ChangeLog configure.in 
Log Message:

        * configure.in: Bump version to 0.1.18. Includes new functions
        cairo_current_path, cairo_current_path_flat,
        cairo_surface_get_filter. Support for XCB backend. Fixes for
        building in cygwin. Adds cairo_surface_get_filter.

        * src/cairo.h:
        * src/cairo.c (cairo_current_path):
        (cairo_current_path_flat): Add new path query functions.

        * src/cairo_gstate.c (_gpi_move_to):
        (_gpi_line_to):
        (_gpi_curve_to):
        (_gpi_close_path):
        (_cairo_gstate_interpret_path): Implement support for
        cairo_current_path and cairo_current_path_flat. These functions
        just provide an interface to _cairo_path_interpret and take care
        of mapping from device space back to user space.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -d -r1.154 -r1.155
*** a/ChangeLog	13 Feb 2004 14:13:19 -0000	1.154
--- b/ChangeLog	18 Feb 2004 02:38:23 -0000	1.155
***************
*** 1,2 ****
--- 1,22 ----
+ 2004-02-17  Carl Worth  <cworth at isi.edu>
+ 
+ 	* configure.in: Bump version to 0.1.18. Includes new functions
+ 	cairo_current_path, cairo_current_path_flat,
+ 	cairo_surface_get_filter. Support for XCB backend. Fixes for
+ 	building in cygwin. Adds cairo_surface_get_filter.
+ 
+ 	* src/cairo.h: 
+ 	* src/cairo.c (cairo_current_path): 
+ 	(cairo_current_path_flat): Add new path query functions.
+ 
+ 	* src/cairo_gstate.c (_gpi_move_to):
+ 	(_gpi_line_to):
+ 	(_gpi_curve_to):
+ 	(_gpi_close_path):
+ 	(_cairo_gstate_interpret_path): Implement support for
+ 	cairo_current_path and cairo_current_path_flat. These functions
+ 	just provide an interface to _cairo_path_interpret and take care
+ 	of mapping from device space back to user space.
+ 
  2004-02-13  Carl Worth  <cworth at east.isi.edu>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** a/configure.in	3 Feb 2004 07:24:14 -0000	1.40
--- b/configure.in	18 Feb 2004 02:38:23 -0000	1.41
***************
*** 4,8 ****
  
  # Package version number, (as distinct from shared library version)
! CAIRO_VERSION=0.1.17
  
  # libtool shared library version
--- 4,8 ----
  
  # Package version number, (as distinct from shared library version)
! CAIRO_VERSION=0.1.18
  
  # libtool shared library version





More information about the cairo-commit mailing list