Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
cairo.SVG_VERSION_1_1
cairo.SVG_VERSION_1_2
Add new functions:
cairo_svg_surface_restrict_to_version ()
cairo_svg_version_to_string ()
|
|
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
|
|
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
|
|
SVGSurface: Change from bytes-mode to text-mode, so SVG files can be written
to sys.stdout. Fixes bug #50989.
|
|
from Paul Colomiets, bug #44935. pycairo will not be binary compatible with
earlier versions of pycairo.
|
|
bug #44935.
|
|
Add docs and tests for RecordingSurface.
Adding the RecordingSurface to the pycairo API breaks ABI compatibility with
previous pycairo versions.
|
|
|
|
Increase version numbers.
|
|
included in the pycairo archive file.
|
|
|
|
Update docs to describe the new pycairo C API.
|
|
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
|
|
Many changes to make the code work with Python 3.
|
|
files.
Remove autotools and setup.py files.
Upgrade LGPL license to version 3, remove MPL license.
|