[cairo-commit] cairomm ChangeLog,1.96,1.97
Murray Cumming
commit at pdx.freedesktop.org
Thu Mar 22 14:21:17 PDT 2007
- Previous message: [cairo-commit] cairomm ChangeLog,1.95,1.96
- Next message: [cairo-commit] cairomm/cairomm context.cc, 1.18, 1.19 context.h,
1.20, 1.21 enums.h, 1.11, 1.12 pattern.cc, 1.10,
1.11 pattern.h, 1.12, 1.13 scaledfont.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: murrayc
Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv23082
Modified Files:
ChangeLog
Log Message:
2007-03-22 Murray Cumming <murrayc at murrayc@murrayc.com>
* cairomm/enums.h: Restored FORMAT_RGB16_565 and marked it as deprecated.
Note that CAIRO_FORMAT_RGB16_565 has not really been removed from cairo.
It has just moved from the enum to a #define in cairo-deprecated.
* cairomm/context.cc:
* cairomm/context.h: Made get_dash() const.
Renamed clip_extents() to get_clip_extents(), to match the other get_*_extents() methods
(in Context, if not in other classes), and made it const.
Made copy_clip_rectangle_list() const.
* cairomm/pattern.cc:
* cairomm/pattern.h: Make the RadialGradient::get_radial_circles(), LinearGradient::get_linear_points(),
and Gradient::get_color_stops() methods const.
Added a non-const method overload of get_surface().
Correc the get_color_stops() implementation to match the declaration.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- ChangeLog 22 Mar 2007 20:42:43 -0000 1.96
+++ ChangeLog 22 Mar 2007 21:21:09 -0000 1.97
@@ -1,3 +1,19 @@
+2007-03-22 Murray Cumming <murrayc at murrayc@murrayc.com>
+
+ * cairomm/enums.h: Restored FORMAT_RGB16_565 and marked it as deprecated.
+ Note that CAIRO_FORMAT_RGB16_565 has not really been removed from cairo.
+ It has just moved from the enum to a #define in cairo-deprecated.
+ * cairomm/context.cc:
+ * cairomm/context.h: Made get_dash() const.
+ Renamed clip_extents() to get_clip_extents(), to match the other get_*_extents() methods
+ (in Context, if not in other classes), and made it const.
+ Made copy_clip_rectangle_list() const.
+ * cairomm/pattern.cc:
+ * cairomm/pattern.h: Make the RadialGradient::get_radial_circles(), LinearGradient::get_linear_points(),
+ and Gradient::get_color_stops() methods const.
+ Added a non-const method overload of get_surface().
+ Correc the get_color_stops() implementation to match the declaration.
+
2007-03-22 Jonathon Jongsma <jjongsma at gnome.org>
* cairomm/context.cc: Minor comment cleanups
@@ -17,10 +33,10 @@
(Extra note from Murray:
This was:
- Pattern::create_rgba() - a new method overload with 4 args, including alpha.
- - Pattern::get_surface()
- - Pattern::get_color_stops() (with a new ColorStop struct)
- - Pattenr::get_linear_points()
- - Pattern::get_radial_circles()
+ - SurfacePattern::get_surface()
+ - Gradient::get_color_stops() (with a new ColorStop struct)
+ - LinearGradient::get_linear_points()
+ - RadialGradient::get_radial_circles()
- Context::clip_extents()
- Context::copy_clip_rectangle_list()
- Context::get_dash()
- Previous message: [cairo-commit] cairomm ChangeLog,1.95,1.96
- Next message: [cairo-commit] cairomm/cairomm context.cc, 1.18, 1.19 context.h,
1.20, 1.21 enums.h, 1.11, 1.12 pattern.cc, 1.10,
1.11 pattern.h, 1.12, 1.13 scaledfont.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list