pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/cairomm



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 12 11:12:48 UTC 2011

Modified Files:
        pkgsrc/graphics/cairomm: Makefile PLIST buildlink3.mk distinfo

Log Message:
Changes 1.10.0:
* Documentation: Context::arc(): Correct the documentation, as in the C
  documentation.

Changes 1.9.8:
* Surface:
  - added create() for creating a sub-surface representing a rectangle on a
    target surface
  - PDF versioning API: get_versions(), restrict_to_version(),
    version_to_string()
  - add get_device()
  - add new surface type enum values
* Device
  - add acquire() and release() functions
  - Add Device::Lock convenience class
* Region
  - UNSTABLE API CHANGE: Fix do_union(), subtract(), intersect() to throw
    exceptions instead of returning error statuses to be consistent with the
    rest of the cairomm API
  - add xor() functions
  - add API for creating a region from a list of rectangles
  - implement copy()


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/cairomm/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/cairomm/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/cairomm/buildlink3.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/cairomm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index