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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split the callable cache into the different types
Garrett Regier
2014-08-06
1
-1
/
+1
*
Move pygi foreign API into pygi-foreign-api.h
Simon Feltman
2014-05-05
1
-107
/
+0
*
Update Free Software Foundation addresses
Simon Feltman
2014-03-15
1
-3
/
+1
*
Handle GI_TRANSFER_EVERYTHING for returns of foreign structures
Owen W. Taylor
2014-03-12
1
-0
/
+1
*
Merge gobject static code into the gi module
Simon Feltman
2014-01-14
1
-2
/
+1
*
Add support for default arguments annotated with allow-none
Simon Feltman
2013-09-26
1
-0
/
+1
*
Add callable and descriptor protocols to PyGICallableInfo
Simon Feltman
2013-07-26
1
-0
/
+13
*
Move PyGIDeprecationWarning to C for shared Python/C usage
Simon Feltman
2013-07-23
1
-0
/
+2
*
Optimize signal lookup in gi repository
Daniel Drake
2013-04-18
1
-1
/
+3
*
Drop support for Python 2.6
Martin Pitt
2013-03-25
1
-4
/
+0
*
Fix property lookup in class hierarchy
Daniel Drake
2012-11-06
1
-6
/
+6
*
Add a ccallback type which is used to invoke callbacks passed to a vfunc
John (J5) Palmieri
2012-03-27
1
-0
/
+10
*
introspection is no longer optional
John (J5) Palmieri
2011-08-11
1
-37
/
+0
*
remove some left over ifdefs to complete merge of the invoke-rewrite branch
John (J5) Palmieri
2011-07-18
1
-2
/
+0
*
[gi-invoke-ng] refactor FunctionCache to be more generic CallableCache
John (J5) Palmieri
2011-03-28
1
-1
/
+1
*
[gi] conditionalize invoke code paths
John (J5) Palmieri
2011-03-22
1
-1
/
+3
*
Merge branch 'master' into invoke-rewrite
John (J5) Palmieri
2011-03-22
1
-6
/
+34
|
\
|
*
[gi] foreign types now take interface infos instead of type infos
John (J5) Palmieri
2011-03-22
1
-6
/
+6
|
*
Use PyGI type conversion (to fix foreign types) for signal callbacks.
Laszlo Pandy
2011-02-15
1
-0
/
+28
|
*
[gi] use the right argument type for callback
Ignacio Casal Quinteiro
2011-01-21
1
-1
/
+1
*
|
[gi] move to using type_info and interface_info instead of arg_info
John (J5) Palmieri
2011-01-21
1
-4
/
+4
*
|
hooked up caching stage and fixed segfaults
John (J5) Palmieri
2011-01-09
1
-0
/
+2
|
/
*
Fix build on windows
John Stowers
2010-10-16
1
-1
/
+4
*
add compat functions for the deprecated PyCObject api
John (J5) Palmieri
2010-10-13
1
-1
/
+4
*
Revert "add compat functions for the deprecated PyCObject api"
John (J5) Palmieri
2010-10-04
1
-4
/
+1
*
return NULL instead of -1 which fixes crash when introspection is turned off
John (J5) Palmieri
2010-10-04
1
-1
/
+1
*
add compat functions for the deprecated PyCObject api
John (J5) Palmieri
2010-09-28
1
-1
/
+4
*
Rename GArgument to GIArgument
Tomeu Vizoso
2010-09-01
1
-8
/
+8
*
Don't import again PyGObject (John Ralls)
Tomeu Vizoso
2010-08-16
1
-0
/
+1
*
Implement getting and setting properties using introspection information.
Tomeu Vizoso
2010-07-27
1
-0
/
+41
*
Add foreign struct support for GVariant
Tomeu Vizoso
2010-07-15
1
-5
/
+4
*
Build the cairo shim as a python module so the _gi module stops linking to it
Tomeu Vizoso
2010-06-29
1
-4
/
+36
*
Remove pygi-external.h
Tomeu Vizoso
2010-06-28
1
-32
/
+22
*
Apply consistent whitespace formatting with:
Tomeu Vizoso
2010-05-26
1
-10
/
+10
*
Set a default constructor for boxed structs that don't have one
Tomeu Vizoso
2009-11-30
1
-0
/
+6
*
Initial import
Simon van der Linden
2009-11-08
1
-0
/
+99