summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-22Update waf to check for xpyb.HEADmasterSteve Chaplin2-3/+12
2011-06-19Add support for RecordingSurface, using patch (modified) from bug #36854.Steve Chaplin8-13/+214
2011-05-02Increment version to 1.10.1Steve Chaplin5-45/+41
2011-05-01=== Py2cairo 1.10.0 ===Steve Chaplin5-24/+60
2011-05-01Remove setup.pySteve Chaplin3-122/+1
2011-04-17Update 'waf dist' so that generated docs (not just the docs source) areSteve Chaplin3-10/+21
2011-04-03Remove examples/cairo_snippets/data/romedalen.png and examples which use thisSteve Chaplin7-73/+23
2011-04-02Add new constant CAIRO_FORMAT_RGB16_565Steve Chaplin1-0/+1
2011-04-01Update docs to use sphinx 1.0.7Steve Chaplin8-166/+352
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 Chaplin5-29/+23
2011-01-23setup.py fix to report correct pycairo version number. #31653Steve Chaplin1-1/+1
2010-09-22Correction for './waf configure --libdir'. Bug #30230.Steve Chaplin2-1/+5
2010-09-18Add './waf configure --libdir' option.Steve Chaplin6-59/+94
2010-09-15Read string or unicode and encode into utf8, using PyArg_ParseTuple.Steve Chaplin2-124/+33
2010-09-15Add 'wb' to write files in binary mode.Steve Chaplin4-8/+8
2010-09-15Add/update tests for unicode filenames and unicode text.Steve Chaplin3-28/+62
2010-09-14Improve unicode support for filenames passed toSteve Chaplin4-34/+109
2010-09-14Change package checksums from md5 to sha1.Steve Chaplin1-11/+11
2010-09-14Change package name from 'pycairo' to 'py2cairo', so that 'pycairo'Steve Chaplin2-4/+4
2010-09-14Move most exclude file patterns into top-level .gitignore, andSteve Chaplin8-30/+14
2010-05-21Documentation fixes.Steve Chaplin4-10/+12
2010-05-20Increase version to 1.8.11Steve Chaplin4-6/+6
2010-05-20=== Pycairo 1.8.10 ===Steve Chaplin9-17/+43
2010-05-20Merge branch 'develop'Steve Chaplin1-0/+2
2010-05-20Fix for libtool 2.2 (#27974).Steve Chaplin1-0/+2
2010-05-20Merge branch 'develop'Steve Chaplin5-3/+103
2010-05-20Add Win32PrintingSurface.Steve Chaplin5-3/+103
2010-05-20Update tests.Steve Chaplin14-190/+279
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 Chaplin8-10/+12
2010-02-06Add XCB support using xpybJulien Danjou5-5/+127
2009-12-30Add XCB surface support - it is an ABI change.Steve Chaplin8-1/+108
2009-12-22Remove unwanted files.Steve Chaplin4-11598/+11
2009-11-17surface_write_to_png()Steve Chaplin1-1/+1
2009-11-16Add pycairo-uninstalled.pc.in, bug #24098Steve Chaplin2-0/+9
2009-09-02Update to fix #23599Steve Chaplin1-2/+2
2009-08-30Update release procedure.Steve Chaplin1-20/+20
2009-08-30Add fix to setup.py to install __init__.pySteve Chaplin1-2/+8
2009-08-26Add the missing waf files to the distribution.Steve Chaplin5-6/+11
2009-08-26Pycairo 1.8.8 releaseSteve Chaplin18-144/+155
2009-08-26define PYCAIRO_VERSION_MAJOR/MICRO/MINOR in config.h and use in cairomodule.cSteve Chaplin8-19/+24
2009-08-26Add waf files.Steve Chaplin4-13/+118
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 Chaplin10-3743/+3524
2009-08-24allow None as filename arg to PDF/PS/SVGSurfaceSteve Chaplin2-15/+45
2009-08-14Add notes on why freetype and xlib surface is not supported.Steve Chaplin2-2/+29
2009-08-06Merge branch 'master' of git.freedesktop.org:/git/pycairo2Steve Chaplin0-0/+0
2009-08-06Initial commitSteve Chaplin100-0/+25797