summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-22Update waf to check for xpyb.HEADmasterSteve Chaplin1-0/+1
2011-06-19Add support for RecordingSurface, using patch (modified) from bug #36854.Steve Chaplin4-12/+145
2011-04-02Add new constant CAIRO_FORMAT_RGB16_565Steve Chaplin1-0/+1
2011-03-28Fix bug # 33013 - context.get_source().get_surface() fails with "SystemError:Steve Chaplin1-6/+6
2011-03-27Update waf from 1.15 to 1.16.3Steve Chaplin1-3/+3
2010-09-18Add './waf configure --libdir' option.Steve Chaplin3-21/+30
2010-09-15Read string or unicode and encode into utf8, using PyArg_ParseTuple.Steve Chaplin2-124/+33
2010-09-14Improve unicode support for filenames passed toSteve Chaplin2-30/+77
2010-09-14Move most exclude file patterns into top-level .gitignore, andSteve Chaplin1-8/+0
2010-05-20Merge branch 'develop'Steve Chaplin4-3/+82
2010-05-20Add Win32PrintingSurface.Steve Chaplin4-3/+82
2010-05-06Modify matrix_new to use PycairoMatrix_FromMatrix.Steve Chaplin1-10/+7
2010-05-05Mingw32 and pypy fixes (#25203) submitted by Jan de M.Steve Chaplin7-8/+10
2010-02-06Add XCB support using xpybJulien Danjou3-2/+101
2009-12-30Add XCB surface support - it is an ABI change.Steve Chaplin6-1/+89
2009-11-17surface_write_to_png()Steve Chaplin1-1/+1
2009-08-26Add the missing waf files to the distribution.Steve Chaplin1-0/+2
2009-08-26Pycairo 1.8.8 releaseSteve Chaplin8-23/+8
2009-08-26define PYCAIRO_VERSION_MAJOR/MICRO/MINOR in config.h and use in cairomodule.cSteve Chaplin6-14/+12
2009-08-26Add waf files.Steve Chaplin1-0/+32
2009-08-25Remove 'pycairo-' prefix from filenames.Steve Chaplin9-15/+15
2009-08-25Move tp_base initialization from cairomodule.c back into the class definitionsSteve Chaplin7-41/+20
2009-08-24Reformat C code to 2-space indents.Steve Chaplin9-3741/+3522
2009-08-24allow None as filename arg to PDF/PS/SVGSurfaceSteve Chaplin1-11/+41
2009-08-06Initial commitSteve Chaplin11-0/+5642