Commit graph

7 commits

Author SHA1 Message Date
adam
9d029f7711 Changes 1.6.0:
* wrap cairo_format_stride_for_width().  All new cairo 1.6 API should now be
  implemented in cairomm

Changes 1.5.0:
* Unstable release wrapping new API in cairo 1.5 series
* Bugfixes
2008-04-21 15:00:18 +00:00
adam
4a14da9ff2 Changes 1.4.6:
* Bugfixes:
  - Bug 11972: Cannot build cairomm with Quartz enabled
2007-11-18 08:44:49 +00:00
reed
8a26e6f339 This depends on cairo >= 1.4 to build.
Maybe the cairo buildlink should be fixed I don't know.

I didn't bump PKGREVISION. I don't know if it requires >= 1.4 to run.
2007-10-03 21:13:22 +00:00
adam
a5b6568cad Changes 1.4.4:
* 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++.

Changes 1.4.2:
* Bugfixes:

Changes 1.4.0:
* Wrapped new API added in cairo 1.4
* Added support for Quartz surfaces
* ability to use dynamic casting for surfaces and patterns returned from
  Context::get_target(), Context::get_source(), etc.
* Various build and bug fixes
2007-08-12 12:24:34 +00:00
adam
29643ccb6d Changes 1.2.4:
* Fixed an error that prevented Cairo::RefPtr<>::cast_static() and
  Cairo::RefPtr<>::cast_dynamic() from compiling.
2007-03-18 12:30:23 +00:00
joerg
6e82078eef DESTDIR support. 2006-11-05 17:17:04 +00:00
adam
7a818ba0e0 cairomm is a C++ wrapper for the cairo graphics library. It offers all the
power of cairo with an interface familiar to C++ developers, including use of
the Standard Template Library where it makes sense.
2006-09-06 19:56:40 +00:00