summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Allow use from Objective-C instead of just allowing building.cairomm-1.10Anton Bachin2-9/+4
2014-01-28Avoid dereferencing empty std::vector<>s.Murray Cumming1-7/+17
2014-01-28ScaledFont: Add the missing get_extents() method implementation.Murray Cumming1-0/+5
2012-03-12Use GNOME style in the documentationMark Vender5-345/+13
2012-03-12Fix linker problem with the examples.Murray Cumming2-1/+9
2012-03-12Update the documentationMark Vender12-152/+1413
2011-05-091.10.0v1.10.01.10.0Murray Cumming3-1/+9
2010-12-31Ignore some more msvc build filesJonathon Jongsma1-0/+2
2010-12-31Bump micro version after releaseJonathon Jongsma1-1/+1
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