summaryrefslogtreecommitdiff
path: root/src/cairomodule.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-19Add support for RecordingSurface, using patch (modified) from bug #36854.Steve Chaplin1-1/+22
Add docs and tests for RecordingSurface. Adding the RecordingSurface to the pycairo API breaks ABI compatibility with previous pycairo versions.
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
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-12-30Add XCB surface support - it is an ABI change.Steve Chaplin1-0/+15
Add src/__init__.py (was previously auto-generated)
2009-08-26Pycairo 1.8.8 releaseSteve Chaplin1-3/+1
Create config.h in 'src' dir. Unify the 3 install methods so they all use config.h to get version info.
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
- to become consistent with Python source.
2009-08-24Reformat C code to 2-space indents.Steve Chaplin1-314/+319
2009-08-06Initial commitSteve Chaplin1-0/+498