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-struct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't assume Py_TYPE being a macro
Tomas Hrnciar
2020-11-11
1
-1
/
+1
*
Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPE
Christoph Reiter
2020-04-16
1
-1
/
+1
*
Remove all Python 2 C code
Christoph Reiter
2020-04-16
1
-6
/
+6
*
struct: clean up function names
Christoph Reiter
2018-03-31
1
-21
/
+21
*
struct: fetch the base info from the struct type and not the instance
Christoph Reiter
2018-03-31
1
-5
/
+5
*
Merge pygtype.c and pygi-type.c
Christoph Reiter
2018-03-31
1
-1
/
+1
*
Make sure that types are fully initialized when they are first used.
Christoph Reiter
2018-03-24
1
-0
/
+1
*
Add error handling to all type init function.
Christoph Reiter
2018-03-23
1
-6
/
+14
*
Rename pyglib-python-compat.h to pygi-python-compat.h
Christoph Reiter
2018-03-23
1
-1
/
+1
*
_struct_dealloc: handle being called with an error set
Christoph Reiter
2018-03-11
1
-1
/
+11
*
Remove pygobject-private.h and rename pygobject.c to pygobject-object.c
Christoph Reiter
2016-06-01
1
-1
/
+2
*
Remove pygi.h and pygi-private.h
Christoph Reiter
2016-06-01
1
-1
/
+4
*
GVariant: Don't use pyg_boxed_new as GVariant isn't a PyGBoxed but a PyGIStruct.
Christoph Reiter
2016-02-29
1
-0
/
+32
*
Improve and unify __repr__ format for PyGObject, PyGBoxed and PyGIStruct
Christoph Reiter
2015-10-27
1
-0
/
+23
*
Remove incorrect and unused casts from tp_free calls
Simon Feltman
2014-08-08
1
-1
/
+1
*
Use accessors for getting and setting PyGPointer fields
Simon Feltman
2014-05-16
1
-3
/
+3
*
Update Free Software Foundation addresses
Simon Feltman
2014-03-15
1
-3
/
+1
*
Merge gobject static code into the gi module
Simon Feltman
2014-01-14
1
-1
/
+1
*
Support union creation with PyGIStruct
Simon Feltman
2014-01-04
1
-5
/
+34
*
Cleanup disguised struct constructor error and add it to boxed
Simon Feltman
2014-01-01
1
-1
/
+1
*
Remove half implemented GC in PyGIBaseInfo, PyGIStruct, and PyGIBoxed
Simon Feltman
2013-05-07
1
-4
/
+0
*
Show proper exception when trying to allocate a disguised struct
Martin Pitt
2012-09-03
1
-0
/
+7
*
fix a couple of compiler warnings
John (J5) Palmieri
2010-09-17
1
-1
/
+1
*
convert to using PYGLIB_DEFINE_TYPE for module objects
John (J5) Palmieri
2010-08-25
1
-38
/
+7
*
some more p3k PyString and PyInt eradication in GI
John (J5) Palmieri
2010-08-25
1
-0
/
+1
*
Fix some warnings.
Ignacio Casal Quinteiro
2010-08-04
1
-1
/
+0
*
Add foreign struct support for GVariant
Tomeu Vizoso
2010-07-15
1
-1
/
+9
*
Apply consistent whitespace formatting with:
Tomeu Vizoso
2010-05-26
1
-44
/
+44
*
Allow creating structs with pointers
Tomeu Vizoso
2010-04-16
1
-6
/
+0
*
Initialize struct fields to 0 when allocating
Simon van der Linden
2010-01-08
1
-1
/
+1
*
Initial import
Simon van der Linden
2009-11-08
1
-0
/
+175