summaryrefslogtreecommitdiff
path: root/cairomm
AgeCommit message (Expand)AuthorFilesLines
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-03Context::arc(): Correct the documentation, as in the C documentation.Murray Cumming1-10/+12
2010-10-26Fix the build with MSVC (really)v1.9.6Armin Burgmeier1-4/+15
2010-09-10Context, Surface: Add some new methods.Murray Cumming4-5/+87
2010-09-07Added Device class.Murray Cumming6-1/+165
2010-09-02Context: set_dash(): Make the dashes parameter const.Murray Cumming2-0/+43
2010-09-02Context: Make some methods const, deprecating the non-const versions.Murray Cumming2-28/+101
2010-09-022010-06-10 Ian Britten <britten@caris.com>Ian Britten7-1/+24
2010-07-06Add Region, wrapping cairo_region_t, new in cairo 1.10.v1.9.1Murray Cumming6-0/+260
2010-06-07Disallow copying of Cairo::Context objectsDaniel Elstner1-4/+6
2010-06-07Do not unnecessarily cast booleans to pointersDaniel Elstner1-6/+12
2010-06-07Put ifdefs around 32-bit-only API, to fix the build on 64-bit machines.Augusto Jun Devegili2-5/+12
2009-08-13Fix left-over cairomm/cairommconfig.h includesDaniel Elstner2-4/+2
2009-08-13Review and clean up after build overhaulDaniel Elstner6-47/+68
2009-08-13Simplify build system of examples and cairomm subdirectoresDavid King2-18/+50
2009-08-13Initial changes to ease transition to mm-common build infrastructureDavid King1-7/+2
2009-08-07Added some documentation to the rel_* functions in the Context classChristopher Harvey1-0/+12
2009-07-05Restore 1.6.x API / ABI that was unintentionally broken in 1.8.xJānis Rukšāns6-4/+90
2009-01-20Fix documentation of ImageSurface::create()Jonathon Jongsma1-32/+27
2008-12-20scaled_matrix() -> scaling_matrix()Jonathon Jongsma2-3/+3
2008-12-20Updated MSVC project filesArmin Burgmeier1-1/+1
2008-12-15Revert virtual ScaledFont destructor (no ABI break)Jonathon Jongsma1-1/+1
2008-12-15Add tests and fix a bug in UserFontFaceJonathon Jongsma1-5/+1
2008-12-14Really fix ScaledFont::get_font_face() bugJonathon Jongsma1-1/+1
2008-12-12Cross-reference typedef-ed structsJonathon Jongsma1-2/+28
2008-12-12Add surface examples to doxygen documentationJonathon Jongsma1-0/+15
2008-12-12Add clear warning about lifetime of UserFontFace objectsJonathon Jongsma1-1/+55
2008-12-11Fix up UserFontFace documentation from redesignJonathon Jongsma1-97/+98
2008-12-08Fix UserFontFace::init()Jonathon Jongsma1-2/+8
2008-12-08Fix the UserFontFace::text_to_glyphs default vfuncJonathon Jongsma1-2/+21
2008-12-08UserFontFace redesign to use virtual functionsJonathon Jongsma2-201/+97
2008-12-05Fix some ScaledFont referencing issuesJonathon Jongsma2-1/+9
2008-11-14win32 build fixesJonathon Jongsma2-4/+4
2008-10-30Undefine 'nil' on OSX before including sigc++ header to fix compileDave Evans2-0/+18
2008-10-22Minor doxygen fixesJonathon Jongsma1-0/+6
2008-10-22Add an overloaded Context::get_matrix() that returns a copy of the MatrixJonathon Jongsma2-0/+11
2008-10-22Fix broken Pattern::get/set_matrix() API that was using the C typesJonathon Jongsma2-6/+20
2008-10-07Update API to officially released 1.8 APIJonathon Jongsma11-71/+45