summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2012-08-19Add support for cairo_region_t, using patch in bug #44336.Steve Chaplin3-0/+63
2012-08-16Add new constants:Steve Chaplin1-5/+32
cairo.SVG_VERSION_1_1 cairo.SVG_VERSION_1_2 Add new functions: cairo_svg_surface_restrict_to_version () cairo_svg_version_to_string ()
2012-08-15Add new constants:Steve Chaplin1-0/+73
cairo.OPERATOR_MULTIPLY cairo.OPERATOR_SCREEN cairo.OPERATOR_OVERLAY cairo.OPERATOR_DARKEN cairo.OPERATOR_LIGHTEN cairo.OPERATOR_COLOR_DODGE cairo.OPERATOR_COLOR_BURN cairo.OPERATOR_HARD_LIGHT cairo.OPERATOR_SOFT_LIGHT cairo.OPERATOR_DIFFERENCE cairo.OPERATOR_EXCLUSION cairo.OPERATOR_HSL_HUE cairo.OPERATOR_HSL_SATURATION cairo.OPERATOR_HSL_COLOR cairo.OPERATOR_HSL_LUMINOSITY
2012-08-04New methods added:Steve Chaplin3-0/+88
cairo_in_clip cairo_surface_create_for_rectangle cairo_pdf_surface_restrict_to_version cairo_pdf_version_to_string New constants added: cairo.PDF_VERSION_1_4 cairo.PDF_VERSION_1_5
2012-07-12setup.py: add extra error messages.user1-11/+14
SVGSurface: Change from bytes-mode to text-mode, so SVG files can be written to sys.stdout. Fixes bug #50989.
2012-05-05Implement ImageSurface.create_for_data(), using a modified version of a patchSteve Chaplin1-5/+1
from Paul Colomiets, bug #44935. pycairo will not be binary compatible with earlier versions of pycairo.
2012-04-21Implement ImageSurface.get_data(), using some code from Paul Colomiets.Steve Chaplin1-5/+2
bug #44935.
2011-06-19Add support for RecordingSurface.Steve Chaplin4-3/+64
Add docs and tests for RecordingSurface. Adding the RecordingSurface to the pycairo API breaks ABI compatibility with previous pycairo versions.
2011-04-18Increment version to 1.10.1Steve Chaplin1-1/+1
2011-04-18=== Pycairo 1.10.0 ===Steve Chaplin2-8/+9
Increase version numbers.
2011-04-17Update 'waf dist' so that generated docs (not just the docs source) areSteve Chaplin2-2/+7
included in the pycairo archive file.
2011-04-01Patch waf 1.6.3 to work (for me) with Python 3.2Steve Chaplin1-1/+2
2011-03-30Get documentation working with Sphinx 1.0.7.Steve Chaplin8-140/+415
Update docs to describe the new pycairo C API.
2010-09-19Improve/simplify unicode text support - read string and encode into utf8 usingSteve Chaplin1-1/+1
PyArg_ParseTuple. 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
2010-09-12=== Pycairo 1.8.10 ===Steve Chaplin2-6/+6
Many changes to make the code work with Python 3.
2010-05-31Create the initial pycairo for Python 3.x git repo, using the py2cairo 1.8.10Steve Chaplin16-0/+4026
files. Remove autotools and setup.py files. Upgrade LGPL license to version 3, remove MPL license.