summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-26Bump version to 1.8.0 releasev1.8.0Jonathon Jongsma3-2/+11
2009-01-20Fix documentation of ImageSurface::create()Jonathon Jongsma2-32/+34
2008-12-20fix some distcheck failuresv1.7.2Jonathon Jongsma4-5/+11
2008-12-20Update NEWS and bump version to 1.7.2Jonathon Jongsma3-1/+22
2008-12-20scaled_matrix() -> scaling_matrix()Jonathon Jongsma3-3/+11
2008-12-20Updated MSVC project filesArmin Burgmeier31-1809/+3238
2008-12-15Revert virtual ScaledFont destructor (no ABI break)Jonathon Jongsma3-5/+52
2008-12-15Add tests and fix a bug in UserFontFaceJonathon Jongsma6-251/+346
2008-12-14Really fix ScaledFont::get_font_face() bugJonathon Jongsma3-1/+28
2008-12-12update ignores againJonathon Jongsma1-1/+9
2008-12-12bump version since we forgot to do it after releaseJonathon Jongsma2-1/+5
2008-12-12Cross-reference typedef-ed structsJonathon Jongsma2-2/+33
2008-12-12Minor changes to text-rotate exampleJonathon Jongsma4-9/+19
2008-12-12Add surface examples to doxygen documentationJonathon Jongsma2-0/+19
2008-12-12Restructure examples directoryJonathon Jongsma18-63/+42
2008-12-12Add clear warning about lifetime of UserFontFace objectsJonathon Jongsma3-3/+66
2008-12-11update ignoresJonathon Jongsma1-0/+10
2008-12-11Enhance the UserFontFace exampleJonathon Jongsma2-18/+100