index
:
py2cairo
master
Python (2.x) bindings for the cairo graphics library.
stevech1097
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-22
Update waf to check for xpyb.
HEAD
master
Steve Chaplin
2
-3
/
+12
2011-06-19
Add support for RecordingSurface, using patch (modified) from bug #36854.
Steve Chaplin
8
-13
/
+214
2011-05-02
Increment version to 1.10.1
Steve Chaplin
5
-45
/
+41
2011-05-01
=== Py2cairo 1.10.0 ===
Steve Chaplin
5
-24
/
+60
2011-05-01
Remove setup.py
Steve Chaplin
3
-122
/
+1
2011-04-17
Update 'waf dist' so that generated docs (not just the docs source) are
Steve Chaplin
3
-10
/
+21
2011-04-03
Remove examples/cairo_snippets/data/romedalen.png and examples which use this
Steve Chaplin
7
-73
/
+23
2011-04-02
Add new constant CAIRO_FORMAT_RGB16_565
Steve Chaplin
1
-0
/
+1
2011-04-01
Update docs to use sphinx 1.0.7
Steve Chaplin
8
-166
/
+352
2011-03-28
Fix bug # 33013 - context.get_source().get_surface() fails with "SystemError:
Steve Chaplin
1
-6
/
+6
2011-03-27
Update waf from 1.15 to 1.16.3
Steve Chaplin
5
-29
/
+23
2011-01-23
setup.py fix to report correct pycairo version number. #31653
Steve Chaplin
1
-1
/
+1
2010-09-22
Correction for './waf configure --libdir'. Bug #30230.
Steve Chaplin
2
-1
/
+5
2010-09-18
Add './waf configure --libdir' option.
Steve Chaplin
6
-59
/
+94
2010-09-15
Read string or unicode and encode into utf8, using PyArg_ParseTuple.
Steve Chaplin
2
-124
/
+33
2010-09-15
Add 'wb' to write files in binary mode.
Steve Chaplin
4
-8
/
+8
2010-09-15
Add/update tests for unicode filenames and unicode text.
Steve Chaplin
3
-28
/
+62
2010-09-14
Improve unicode support for filenames passed to
Steve Chaplin
4
-34
/
+109
2010-09-14
Change package checksums from md5 to sha1.
Steve Chaplin
1
-11
/
+11
2010-09-14
Change package name from 'pycairo' to 'py2cairo', so that 'pycairo'
Steve Chaplin
2
-4
/
+4
2010-09-14
Move most exclude file patterns into top-level .gitignore, and
Steve Chaplin
8
-30
/
+14
2010-05-21
Documentation fixes.
Steve Chaplin
4
-10
/
+12
2010-05-20
Increase version to 1.8.11
Steve Chaplin
4
-6
/
+6
2010-05-20
=== Pycairo 1.8.10 ===
Steve Chaplin
9
-17
/
+43
2010-05-20
Merge branch 'develop'
Steve Chaplin
1
-0
/
+2
2010-05-20
Fix for libtool 2.2 (#27974).
Steve Chaplin
1
-0
/
+2
2010-05-20
Merge branch 'develop'
Steve Chaplin
5
-3
/
+103
2010-05-20
Add Win32PrintingSurface.
Steve Chaplin
5
-3
/
+103
2010-05-20
Update tests.
Steve Chaplin
14
-190
/
+279
2010-05-06
Modify matrix_new to use PycairoMatrix_FromMatrix.
Steve Chaplin
1
-10
/
+7
2010-05-05
Mingw32 and pypy fixes (#25203) submitted by Jan de M.
Steve Chaplin
8
-10
/
+12
2010-02-06
Add XCB support using xpyb
Julien Danjou
5
-5
/
+127
2009-12-30
Add XCB surface support - it is an ABI change.
Steve Chaplin
8
-1
/
+108
2009-12-22
Remove unwanted files.
Steve Chaplin
4
-11598
/
+11
2009-11-17
surface_write_to_png()
Steve Chaplin
1
-1
/
+1
2009-11-16
Add pycairo-uninstalled.pc.in, bug #24098
Steve Chaplin
2
-0
/
+9
2009-09-02
Update to fix #23599
Steve Chaplin
1
-2
/
+2
2009-08-30
Update release procedure.
Steve Chaplin
1
-20
/
+20
2009-08-30
Add fix to setup.py to install __init__.py
Steve Chaplin
1
-2
/
+8
2009-08-26
Add the missing waf files to the distribution.
Steve Chaplin
5
-6
/
+11
2009-08-26
Pycairo 1.8.8 release
Steve Chaplin
18
-144
/
+155
2009-08-26
define PYCAIRO_VERSION_MAJOR/MICRO/MINOR in config.h and use in cairomodule.c
Steve Chaplin
8
-19
/
+24
2009-08-26
Add waf files.
Steve Chaplin
4
-13
/
+118
2009-08-25
Remove 'pycairo-' prefix from filenames.
Steve Chaplin
9
-15
/
+15
2009-08-25
Move tp_base initialization from cairomodule.c back into the class definitions
Steve Chaplin
7
-41
/
+20
2009-08-24
Reformat C code to 2-space indents.
Steve Chaplin
10
-3743
/
+3524
2009-08-24
allow None as filename arg to PDF/PS/SVGSurface
Steve Chaplin
2
-15
/
+45
2009-08-14
Add notes on why freetype and xlib surface is not supported.
Steve Chaplin
2
-2
/
+29
2009-08-06
Merge branch 'master' of git.freedesktop.org:/git/pycairo2
Steve Chaplin
0
-0
/
+0
2009-08-06
Initial commit
Steve Chaplin
100
-0
/
+25797
[next]