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-value.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all Python 2 C code
Christoph Reiter
2020-04-16
1
-8
/
+8
*
Avoid various new glib deprecation warnings
Christoph Reiter
2019-10-04
1
-4
/
+12
*
GObject.Value: add a static helper for fetching the GType
Christoph Reiter
2019-01-18
1
-0
/
+16
*
gi/pygi-value: Don't wrap GValue in GValue when creating GValueArray
Stian Selnes
2018-05-04
1
-13
/
+18
*
Add pygi_gschar_from_py/pygi_guchar_from_py; add tests
Christoph Reiter
2018-04-23
1
-42
/
+14
*
Fix some leaks
Christoph Reiter
2018-04-19
1
-2
/
+2
*
Remove the PYGLIB_CPointer_ macros
Christoph Reiter
2018-04-18
1
-5
/
+5
*
More compiler warning fixes for Windows/32bit #191
Christoph Reiter
2018-04-05
1
-8
/
+15
*
build: use -Wconversion -Wno-sign-conversion. Fixes #191
Christoph Reiter
2018-04-05
1
-6
/
+5
*
struct: clean up function names
Christoph Reiter
2018-03-31
1
-1
/
+1
*
gboxed: clean up function names
Christoph Reiter
2018-03-31
1
-2
/
+2
*
Merge pygtype.c and pygi-type.c
Christoph Reiter
2018-03-31
1
-1
/
+1
*
Rewrite the GStrv converters with the new utf8 one
Christoph Reiter
2018-03-30
1
-61
/
+0
*
pygi-value: error handling cleanup
Christoph Reiter
2018-03-30
1
-24
/
+20
*
pygi-value: reuse basic converters for integer types
Christoph Reiter
2018-03-30
1
-162
/
+118
*
Rename pyglib-python-compat.h to pygi-python-compat.h
Christoph Reiter
2018-03-23
1
-1
/
+1
*
Remove gobjectmodule
Christoph Reiter
2018-03-21
1
-0
/
+34
*
properties: fix a crash when setting a str value containing surrogates. Fixes...
Christoph Reiter
2018-03-19
1
-0
/
+4
*
all around: Fix some assumptions about the size of long
Mathieu Duponchelle
2018-03-13
1
-1
/
+1
*
Remove gi._gi._gobject and gi._gobject modules
Christoph Reiter
2017-04-01
1
-1
/
+1
*
GValue: add overflow checking for py -> gint; forward marshaling exceptions
Christoph Reiter
2017-04-01
1
-1
/
+10
*
Fix various potential compiler warnings
Christoph Reiter
2017-03-20
1
-4
/
+7
*
Remove pygobject-private.h and rename pygobject.c to pygobject-object.c
Christoph Reiter
2016-06-01
1
-1
/
+5
*
gerror: Add special case marshaling for boxing GErrors
Simon Feltman
2016-03-01
1
-0
/
+1
*
Some error handling/reporting fixes.
Christoph Reiter
2016-02-29
1
-5
/
+10
*
GVariant: Don't use pyg_boxed_new as GVariant isn't a PyGBoxed but a PyGIStruct.
Christoph Reiter
2016-02-29
1
-1
/
+2
*
pygi-value: special case for NULL GValueArray
Mikhail Fludkov
2016-02-20
1
-2
/
+3
*
Fix build warnings regarding _POSIX_C_SOURCE redefinition
Simon Feltman
2015-10-31
1
-0
/
+1
*
Allow passing unicode lists to GStrv properties on Python 2
Christoph Reiter
2015-07-17
1
-9
/
+32
*
Avoid a silent long to int truncation
Rui Matos
2015-07-17
1
-2
/
+2
*
Don't use GI type for determining pointer extraction from GValues
Simon Feltman
2014-08-18
1
-6
/
+4
*
Fast path property access for basic types
Simon Feltman
2014-08-17
1
-8
/
+18
*
Break pyg_value_as_pyobject into two functions
Simon Feltman
2014-08-17
1
-12
/
+62
*
Merge pygi_get_property_value and _pygi_argument_from_g_value
Simon Feltman
2014-08-17
1
-7
/
+17
*
Never dup data structures when marshaling signal in arguments
Simon Feltman
2014-08-17
1
-1
/
+3
*
Use accessors for getting and setting PyGParamSpec pointers
Simon Feltman
2014-05-16
1
-1
/
+1
*
Ignore GValueArray deprecations
Simon Feltman
2014-03-24
1
-3
/
+20
*
marshal refactoring: Move GValue marshaling from pytype into pygi-value
Simon Feltman
2014-02-02
1
-1
/
+719
*
marshal refactoring: Move GIArgument from GValue code to new file
Simon Feltman
2014-02-02
1
-0
/
+144