diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-07-19 15:55:30 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-07-19 15:55:30 +0200 |
commit | 60bc5376e20b33d62c8ca6252677d481a5985045 (patch) | |
tree | ba7a3ce711033c25f2cd99c3c4f849fa369e730c /NEWS | |
parent | 17919cdca5e03bd96b49bbd82becbe365171f242 (diff) |
1.9.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 39 |
1 files changed, 26 insertions, 13 deletions
@@ -1,3 +1,17 @@ +1.9.1 (unstable): + +* Added Region. + (Murray Cumming) +* Context: Don't allow this to be copied. + (Daniel Elstner) +* Build: + - Fix the MSVC build. + (Armin Burgmeier) + - Fix the 64-bit build. + (Augusto Jun Devegil) + - Actually install cairomm-xlib-xrender-1.0.pc. + (Daisuke Nishikawa) + 1.8.4: * move to new mm-common build infrastructure @@ -131,7 +145,7 @@ 1.4.4: - * Added the --enable-api-exceptions=yes/no configure option, to allow + * Added the --enable-api-exceptions=yes/no configure option, to allow cairomm to build when exceptions are disabled. For instance, when using CXXFLAGS=-fno-exceptions with g++. @@ -187,28 +201,28 @@ - enumerations are now wrapped within the Cairo namespace. So, for example, CAIRO_FORMAT_ARGB32 becomes Cairo::FORMAT_ARGB32 * Examples: added simple text example translated from Cairo. -* Bugfixes for the Glitz and Windows backends. +* Bugfixes for the Glitz and Windows backends. * Build and installation improvements (Danilo Piazzalunga) 0.5.0: * Surface: - - Created derived classes for PDF, PS, SVG, Glitz, - X11 and Win32 surfaces, which are only available if your copy - of cairo supports those surfaces. The X11 and Win32 Surface headers + - Created derived classes for PDF, PS, SVG, Glitz, + X11 and Win32 surfaces, which are only available if your copy + of cairo supports those surfaces. The X11 and Win32 Surface headers must be #included explicitly. (Jonathon Jongsma) - - Added write_to_png() and write_to_png_stream(), available when PNG + - Added write_to_png() and write_to_png_stream(), available when PNG support is available in Cairo. (Jonathon Jongsma) * Examples: Added PNG, PDF, PS, and SVG Surface examples. (Jonathon Jongsma) * Added API documentation generation with doxygen (Jonathon Jongsma) - + 0.4.0: -* Add Cairo::RefPtr<> and use all reference-counted - objects via it. Use the static create() methods +* Add Cairo::RefPtr<> and use all reference-counted + objects via it. Use the static create() methods instead of new for these classes. * Context: - Change set_dash(void) to unset_dash(). @@ -222,12 +236,11 @@ * Context: - Change mask_surface() to mask() and set_source_surface() to set_source(). - - Add typedef for Matrix, but a real Matrix + - Add typedef for Matrix, but a real Matrix class would be nice. * Pattern: Created hierarchy of classes. * Check for errors in constructors. -* Exception: Rename to logic_error, and throw - std::bad_alloc or std::io_base::failure instead +* Exception: Rename to logic_error, and throw + std::bad_alloc or std::io_base::failure instead when appropriate. (Murray Cumming) - |