summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-31Disable fatal warnings on distcheck for nowv1.9.8Jonathon Jongsma1-1/+1
2010-12-31Update NEWS for 1.9.8 release, bump versionJonathon Jongsma2-3/+23
2010-12-30Wrap cairo_surface_create_for_rectangle()Jonathon Jongsma2-0/+29
2010-12-30Add PDF versioning APIJonathon Jongsma2-0/+59
2010-12-30Add Device documentationJonathon Jongsma1-4/+64
2010-12-30Add Device::Lock for acquiring devices safelyJonathon Jongsma2-0/+47
2010-12-30Wrap cairo_device_acquire|release()Jonathon Jongsma2-0/+15
2010-12-30Wrap cairo_surface_get_device()Jonathon Jongsma2-0/+15
2010-12-30Add Region documentationJonathon Jongsma1-4/+30
2010-12-30Wrap cairo_region_xor_*Jonathon Jongsma2-0/+16
2010-12-30Wrap cairo_region_create_rectangles()Jonathon Jongsma2-3/+36
2010-12-30Wrap Region::copy()Jonathon Jongsma2-3/+7
2010-12-30Provide static factory functions for RegionJonathon Jongsma2-5/+26
2010-12-30Fix Region api to throw exception rather than return statusJonathon Jongsma2-18/+24
2010-12-30Add new surface type enumsJonathon Jongsma1-1/+12
2010-11-03A NEWS entry for a future release.Murray Cumming1-0/+5
2010-11-03Context::arc(): Correct the documentation, as in the C documentation.Murray Cumming2-10/+22
2010-10-26Post-release version incrementMurray Cumming3-3/+12
2010-10-26Fix the build with MSVC (really)v1.9.6Armin Burgmeier22-65/+76
2010-10-22Added support for 64 bit and Visual Studio 2010.Armin Burgmeier53-533/+5683
2010-10-22Update for the 1.9.4 release that I made without pullingMurray Cumming3-1/+8
2010-09-10Context, Surface: Add some new methods.Murray Cumming5-5/+95
2010-09-07Added Device class.Murray Cumming7-1/+173
2010-09-061.9.2v1.9.21.9.2Murray Cumming3-1/+14
2010-09-02Context: set_dash(): Make the dashes parameter const.Murray Cumming3-1/+51
2010-09-02Context: Make some methods const, deprecating the non-const versions.Murray Cumming3-28/+109
2010-09-022010-06-10 Ian Britten <britten@caris.com>Ian Britten8-1/+42
2010-07-191.9.1Murray Cumming3-15/+32
2010-07-06Add Region, wrapping cairo_region_t, new in cairo 1.10.v1.9.1Murray Cumming7-0/+269
2010-06-07Disallow copying of Cairo::Context objectsDaniel Elstner2-4/+15
2010-06-07Do not unnecessarily cast booleans to pointersDaniel Elstner2-6/+24
2010-06-07Fix the build with MSVCArmin Burgmeier1-0/+36
2010-06-07Put ifdefs around 32-bit-only API, to fix the build on 64-bit machines.Augusto Jun Devegili3-5/+18
2010-06-07Fix the ChangeLog.Murray Cumming1-0/+23
2010-06-07Actually install cairomm-xlib-xrender-1.0.pc.Murray Cumming2-92/+98
2010-04-20Clean up configure.ac and add silent rules supportDaniel Elstner2-34/+37
2009-10-19bump to 1.8.4, update NEWSv1.8.4Jonathon Jongsma2-2/+11
2009-08-13Don't force tests to be enabled when CAIROMM_DEVEL is definedJonathon Jongsma1-10/+0
2009-08-13Distribute mm-common documentation utilitiesDaniel Elstner3-1/+17
2009-08-13Add missing call to MM_CONFIG_DOCTOOL_DIRDaniel Elstner2-0/+9
2009-08-13Fix left-over cairomm/cairommconfig.h includesDaniel Elstner9-24/+24
2009-08-13Review and clean up after build overhaulDaniel Elstner29-431/+359
2009-08-13Get rid of all Makefile.am in the MSVC dirsDavid King46-154/+74
2009-08-13Switch to mm-common documentation build infrastructureDavid King7-89/+141
2009-08-13Simplify build system of examples and cairomm subdirectoresDavid King9-58/+124
2009-08-13Initial changes to ease transition to mm-common build infrastructureDavid King12-200/+73
2009-08-07Added some documentation to the rel_* functions in the Context classChristopher Harvey2-0/+19
2009-07-08update NEWS for releasev1.8.2Jonathon Jongsma1-0/+5
2009-07-06Bump version number for release 1.8.2Jonathon Jongsma1-2/+2
2009-07-05Restore 1.6.x API / ABI that was unintentionally broken in 1.8.xJānis Rukšāns7-4/+102