summaryrefslogtreecommitdiff
path: root/src/cairomodule.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-19Add support for RecordingSurface, using patch (modified) from bug #36854.Steve Chaplin1-1/+22
2011-04-02Add new constant CAIRO_FORMAT_RGB16_565Steve Chaplin1-0/+1
2010-05-20Add Win32PrintingSurface.Steve Chaplin1-0/+7
2010-05-05Mingw32 and pypy fixes (#25203) submitted by Jan de M.Steve Chaplin1-0/+2
2010-02-06Add XCB support using xpybJulien Danjou1-0/+5
2009-12-30Add XCB surface support - it is an ABI change.Steve Chaplin1-0/+15
2009-08-26Pycairo 1.8.8 releaseSteve Chaplin1-3/+1
2009-08-26define PYCAIRO_VERSION_MAJOR/MICRO/MINOR in config.h and use in cairomodule.cSteve Chaplin1-9/+7
2009-08-25Remove 'pycairo-' prefix from filenames.Steve Chaplin1-1/+1
2009-08-25Move tp_base initialization from cairomodule.c back into the class definitionsSteve Chaplin1-21/+0
2009-08-24Reformat C code to 2-space indents.Steve Chaplin1-314/+319
2009-08-06Initial commitSteve Chaplin1-0/+498