summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update waf to check for xpyb.HEADmasterSteve Chaplin2012-05-221-0/+1
* Add support for RecordingSurface, using patch (modified) from bug #36854.Steve Chaplin2011-06-194-12/+145
* Add new constant CAIRO_FORMAT_RGB16_565Steve Chaplin2011-04-021-0/+1
* Fix bug # 33013 - context.get_source().get_surface() fails with "SystemError:Steve Chaplin2011-03-281-6/+6
* Update waf from 1.15 to 1.16.3Steve Chaplin2011-03-271-3/+3
* Add './waf configure --libdir' option.Steve Chaplin2010-09-183-21/+30
* Read string or unicode and encode into utf8, using PyArg_ParseTuple.Steve Chaplin2010-09-152-124/+33
* Improve unicode support for filenames passed toSteve Chaplin2010-09-142-30/+77
* Move most exclude file patterns into top-level .gitignore, andSteve Chaplin2010-09-141-8/+0
* Merge branch 'develop'Steve Chaplin2010-05-204-3/+82
|\
| * Add Win32PrintingSurface.Steve Chaplin2010-05-204-3/+82
* | Modify matrix_new to use PycairoMatrix_FromMatrix.Steve Chaplin2010-05-061-10/+7
|/
* Mingw32 and pypy fixes (#25203) submitted by Jan de M.Steve Chaplin2010-05-057-8/+10
* Add XCB support using xpybJulien Danjou2010-02-063-2/+101
* Add XCB surface support - it is an ABI change.Steve Chaplin2009-12-306-1/+89
* surface_write_to_png()Steve Chaplin2009-11-171-1/+1
* Add the missing waf files to the distribution.Steve Chaplin2009-08-261-0/+2
* Pycairo 1.8.8 releaseSteve Chaplin2009-08-268-23/+8
* define PYCAIRO_VERSION_MAJOR/MICRO/MINOR in config.h and use in cairomodule.cSteve Chaplin2009-08-266-14/+12
* Add waf files.Steve Chaplin2009-08-261-0/+32
* Remove 'pycairo-' prefix from filenames.Steve Chaplin2009-08-259-15/+15
* Move tp_base initialization from cairomodule.c back into the class definitionsSteve Chaplin2009-08-257-41/+20
* Reformat C code to 2-space indents.Steve Chaplin2009-08-249-3741/+3522
* allow None as filename arg to PDF/PS/SVGSurfaceSteve Chaplin2009-08-241-11/+41
* Initial commitSteve Chaplin2009-08-0611-0/+5642