summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update waf to check for xpyb.HEADmasterSteve Chaplin2012-05-222-3/+12
| | | | Bug #50134.
* Add support for RecordingSurface, using patch (modified) from bug #36854.Steve Chaplin2011-06-198-13/+214
| | | | | | Add docs and tests for RecordingSurface. Adding the RecordingSurface to the pycairo API breaks ABI compatibility with previous pycairo versions.
* Increment version to 1.10.1Steve Chaplin2011-05-025-45/+41
|
* === Py2cairo 1.10.0 ===Steve Chaplin2011-05-015-24/+60
|
* Remove setup.pySteve Chaplin2011-05-013-122/+1
|
* Update 'waf dist' so that generated docs (not just the docs source) areSteve Chaplin2011-04-173-10/+21
| | | | included in the pycairo archive file.
* Remove examples/cairo_snippets/data/romedalen.png and examples which use thisSteve Chaplin2011-04-037-73/+23
| | | | | file. Update wscript to exclude unwanted files from distribution archive.
* Add new constant CAIRO_FORMAT_RGB16_565Steve Chaplin2011-04-021-0/+1
|
* Update docs to use sphinx 1.0.7Steve Chaplin2011-04-018-166/+352
|
* Fix bug # 33013 - context.get_source().get_surface() fails with "SystemError:Steve Chaplin2011-03-281-6/+6
| | | | NULL object passed to Py_BuildValue"
* Update waf from 1.15 to 1.16.3Steve Chaplin2011-03-275-29/+23
|
* setup.py fix to report correct pycairo version number. #31653Steve Chaplin2011-01-231-1/+1
|
* Correction for './waf configure --libdir'. Bug #30230.Steve Chaplin2010-09-222-1/+5
|
* Add './waf configure --libdir' option.Steve Chaplin2010-09-186-59/+94
|
* Read string or unicode and encode into utf8, using PyArg_ParseTuple.Steve Chaplin2010-09-152-124/+33
| | | | | | | | | | | | context.c pycairo_select_font_face pycairo_show_text pycairo_text_extents pycairo_text_path font.c toy_font_face_new scaled_font_text_extents
* Add 'wb' to write files in binary mode.Steve Chaplin2010-09-154-8/+8
|
* Add/update tests for unicode filenames and unicode text.Steve Chaplin2010-09-153-28/+62
|
* Improve unicode support for filenames passed toSteve Chaplin2010-09-144-34/+109
| | | | | | cairo.PDFSurface, cairo.PSSurface, cairo.SVGSurface, Surface.write_to_png(), Surface.create_from_png(). Bug #29582.
* Change package checksums from md5 to sha1.Steve Chaplin2010-09-141-11/+11
|
* Change package name from 'pycairo' to 'py2cairo', so that 'pycairo'Steve Chaplin2010-09-142-4/+4
| | | | can be used for the Python 3.x version.
* Move most exclude file patterns into top-level .gitignore, andSteve Chaplin2010-09-148-30/+14
| | | | remove the other .gitignore files.
* Documentation fixes.Steve Chaplin2010-05-214-10/+12
|
* Increase version to 1.8.11Steve Chaplin2010-05-204-6/+6
|
* === Pycairo 1.8.10 ===Steve Chaplin2010-05-209-17/+43
| | | | Version number changes for 1.8.10 release.
* Merge branch 'develop'Steve Chaplin2010-05-201-0/+2
|\
| * Fix for libtool 2.2 (#27974).Steve Chaplin2010-05-201-0/+2
| |
* | Merge branch 'develop'Steve Chaplin2010-05-205-3/+103
|\ \ | |/
| * Add Win32PrintingSurface.Steve Chaplin2010-05-205-3/+103
| |
* | Update tests.Steve Chaplin2010-05-2014-190/+279
| |
* | 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-058-10/+12
|
* Add XCB support using xpybJulien Danjou2010-02-065-5/+127
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* Add XCB surface support - it is an ABI change.Steve Chaplin2009-12-308-1/+108
| | | | Add src/__init__.py (was previously auto-generated)
* Remove unwanted files.Steve Chaplin2009-12-224-11598/+11
|
* surface_write_to_png()Steve Chaplin2009-11-171-1/+1
| | | | | cairo_surface_write_to_png (and PyString_AsString()) requires a string so change &PyBaseString_Type to &PyString_Type to exclude unicode objects.
* Add pycairo-uninstalled.pc.in, bug #24098Steve Chaplin2009-11-162-0/+9
|
* Update to fix #23599Steve Chaplin2009-09-021-2/+2
|
* Update release procedure.Steve Chaplin2009-08-301-20/+20
|
* Add fix to setup.py to install __init__.pySteve Chaplin2009-08-301-2/+8
|
* Add the missing waf files to the distribution.Steve Chaplin2009-08-265-6/+11
|
* Pycairo 1.8.8 releaseSteve Chaplin2009-08-2618-144/+155
| | | | | Create config.h in 'src' dir. Unify the 3 install methods so they all use config.h to get version info.
* define PYCAIRO_VERSION_MAJOR/MICRO/MINOR in config.h and use in cairomodule.cSteve Chaplin2009-08-268-19/+24
|
* Add waf files.Steve Chaplin2009-08-264-13/+118
|
* 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
| | | | - to become consistent with Python source.
* Reformat C code to 2-space indents.Steve Chaplin2009-08-2410-3743/+3524
|
* allow None as filename arg to PDF/PS/SVGSurfaceSteve Chaplin2009-08-242-15/+45
|
* Add notes on why freetype and xlib surface is not supported.Steve Chaplin2009-08-142-2/+29
|
* Merge branch 'master' of git.freedesktop.org:/git/pycairo2Steve Chaplin2009-08-060-0/+0
|\
| * rm CVS ChangeLogSteve Chaplin2009-08-061-3215/+0
| |