index
:
delta/pygobject.git
PYGTK_1_99_15
a93755ddba9a176
barthalion/gnome-runtime-images-quay
baserock/morph
benzea/gio-asyncio
benzea/gsource-fix
benzea/gsource-fix2
benzea/tmp
benzea/try-disable-gdebug
benzea/vfunc-bound-descr
bilelmoussaoui/dispose
ci-bionic
ci-debug-build
ci-gnome-master
ci-py-update
ci-py37-dev-mode
drop-py35
ebassi/gtk4-overrides
extension-class-branch
gio-liststore-sort
gsoc2009
gtk-3.0
gtk-gnome-1-2
gtk-template-child-internal
gtk4
invoke-rewrite
listmodel-sequence
llvm
master
optionparser-remain-args
pgriffis/soup-overrides
pixbuf-new-from-data
py3k
pygi-py3k
pygobject-2-10
pygobject-2-12
pygobject-2-14
pygobject-2-16
pygobject-2-18
pygobject-2-28
pygobject-2-8
pygobject-3-0
pygobject-3-10
pygobject-3-12
pygobject-3-14
pygobject-3-16
pygobject-3-18
pygobject-3-2
pygobject-3-20
pygobject-3-24
pygobject-3-26
pygobject-3-28
pygobject-3-30
pygobject-3-32
pygobject-3-34
pygobject-3-36
pygobject-3-38
pygobject-3-4
pygobject-3-40
pygobject-3-42
pygobject-3-44
pygobject-3-8
pygtk-2-0
pygtk-2-2
pygtk-2-4
pygtk-2-6
pygtk-compat
pygtk-introspection
pypy-progress
python-3
python22-branch
revert-typecasts
setup-py-install-hint
short-class-names-branch
sigint-fallback-leak
unknown-scope
widget-freeze-child
windows
wip/creiter/pytest-direct
wip/felder/meson-minimum-version
wip/gio-async-awaitable-return
wip/jfelder/glib-datetime-compare
wip/jfelder/gtk4-sort-list-model
wip/jfelder/template-gtk4
wip/jtojnar/gio-generic-list
wip/mschraal/gdk4-rgba
wip/mschraal/gtk4-container-removal
wip/msvc
wip/msvc-3-24
wip/msvc-3-26
wip/type-object-concurrency-fix
gitlab.gnome.org: GNOME/pygobject.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gi
/
pygi-foreign-cairo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pygi foreign API into pygi-foreign-api.h
Simon Feltman
2014-05-05
1
-3
/
+5
*
Handle GI_TRANSFER_EVERYTHING for returns of foreign structures
Owen W. Taylor
2014-03-12
1
-7
/
+25
*
Fix previous commit for Python 2
Martin Pitt
2012-11-14
1
-1
/
+1
*
pygi-foreign-cairo.c: Use official py3cairo API
Martin Pitt
2012-11-14
1
-2
/
+2
*
Add missing static declarations
Martin Pitt
2012-07-27
1
-12
/
+12
*
foreign: Register cairo.Path and cairo.FontOptions foreign structs
Bastian Winkler
2012-06-05
1
-0
/
+85
*
Cairo: add missing braces around array-of-struct definition
Will Thompson
2012-01-24
1
-1
/
+1
*
correctly initialize the _gi_cairo_functions array to be zero filled
John (J5) Palmieri
2011-07-01
1
-1
/
+1
*
use PyCapsule when importing pycairo/require pycairo 1.10.0 for python3 builds
John (J5) Palmieri
2011-04-28
1
-1
/
+1
*
[python3] fix build. PYcairo_IMPORT doesn't exists anymore
Ignacio Casal Quinteiro
2011-04-28
1
-1
/
+6
*
[gi] foreign types now take interface infos instead of type infos
John (J5) Palmieri
2011-03-22
1
-8
/
+8
*
[gi] use the right argument type for callback
Ignacio Casal Quinteiro
2011-01-21
1
-4
/
+4
*
Remove cairo.RectangleInt from the foreign module
Tomeu Vizoso
2011-01-18
1
-96
/
+0
*
Fix warnings.
Ignacio Casal Quinteiro
2010-12-23
1
-11
/
+2
*
[gi] switch to using sequences/tuples when marshalling cairo_rectangle_int_t
John (J5) Palmieri
2010-11-22
1
-21
/
+64
*
[gi] add the rectangle_int_t forign cairo type
John (J5) Palmieri
2010-11-09
1
-0
/
+4
*
add a foreign type for cairo_rectangle_int_t and allow it to be caller-allocated
John (J5) Palmieri
2010-11-09
1
-0
/
+57
*
include Python.h so that PY_VERSION_HEX gets defined
John (J5) Palmieri
2010-10-28
1
-0
/
+1
*
include the correct pycairo version
John (J5) Palmieri
2010-09-17
1
-0
/
+6
*
Rename GArgument to GIArgument
Tomeu Vizoso
2010-09-01
1
-4
/
+4
*
make cairo module compile in py3k
John (J5) Palmieri
2010-08-25
1
-10
/
+7
*
Add foreign struct support for GVariant
Tomeu Vizoso
2010-07-15
1
-8
/
+8
*
Build the cairo shim as a python module so the _gi module stops linking to it
Tomeu Vizoso
2010-06-29
1
-14
/
+42
*
Apply consistent whitespace formatting with:
Tomeu Vizoso
2010-05-26
1
-18
/
+18
*
Add support for foreign structs
Tomeu Vizoso
2010-04-17
1
-0
/
+103