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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop legacy __gobject_init__ method of GObject.Object.
Steve Frécinaux
2011-09-13
1
-11
/
+0
*
AM_CHECK_PYTHON_LIBS does not work for lib64
Dieter Verfaillie
2011-09-13
3
-6
/
+21
*
cast params for PyObject_IsInstance to suppress warnings
John (J5) Palmieri
2011-09-13
1
-2
/
+2
*
check if object is actually a PyGFlag before trying to access g_type
John (J5) Palmieri
2011-09-13
1
-2
/
+2
*
fix regression - add instance type checks since Py3 no longer does this for us
John (J5) Palmieri
2011-09-13
1
-2
/
+19
*
refactor in/out marshalling to be to_py/from_py
John (J5) Palmieri
2011-09-12
12
-1226
/
+1267
*
Refactor and clean Makefile.am files
Dieter Verfaillie
2011-09-09
5
-112
/
+162
*
Remove all PLATFORM_VERSION = 2.0 traces
Dieter Verfaillie
2011-09-09
3
-4
/
+0
*
Remove gi/tests/ directory as all the tests now live in tests/
Dieter Verfaillie
2011-09-09
2
-45
/
+0
*
overrides: add constants for atoms
Ignacio Casal Quinteiro
2011-09-06
1
-0
/
+49
*
Drop pygobject_construct() from public API.
Steve Frécinaux
2011-09-01
3
-103
/
+26
*
support skip annotation for return values
John (J5) Palmieri
2011-08-30
3
-18
/
+32
*
Drop support for old constructor style.
Steve Frécinaux
2011-08-26
6
-54
/
+0
*
Drop support for sink functions.
Steve Frécinaux
2011-08-26
3
-58
/
+0
*
Reinstate copying of in-line structs in arrays
Mike Gorse
2011-08-25
1
-1
/
+7
*
fix inline struct array handling
John (J5) Palmieri
2011-08-25
1
-14
/
+9
*
Added support for __setitem__ to TreeModel and support for slices to TreeMode...
Sebastian Pölsterl
2011-08-24
1
-2
/
+24
*
don't calculate item_size using is_pointer
John (J5) Palmieri
2011-08-18
1
-6
/
+2
*
Add override for GLib.Variant.split_signature()
Martin Pitt
2011-08-16
1
-0
/
+50
*
Install pygobject.h again.
Ignacio Casal Quinteiro
2011-08-15
1
-1
/
+4
*
pass exta keywords to the Box constructor
John (J5) Palmieri
2011-08-14
1
-2
/
+2
*
add (Tree|List)Store set method override
John (J5) Palmieri
2011-08-13
1
-0
/
+50
*
only support C pointer arrays for structs and objects
John (J5) Palmieri
2011-08-13
1
-1
/
+1
*
revert Gtk.Window override because it causes issues with subclasses
John (J5) Palmieri
2011-08-13
1
-9
/
+0
*
take GIL in _pygi_invoke_closure_free (bug #647016)
Jonathan Matthew
2011-08-13
1
-0
/
+3
*
Add a default parameter to GtkTreeModel.filter_new
Johan Dahlin
2011-08-13
1
-0
/
+3
*
Add vbox/action_area properties
Johan Dahlin
2011-08-13
1
-0
/
+3
*
Add a couple of constructors
Johan Dahlin
2011-08-13
1
-0
/
+40
*
Do not always pass in user_data to callbacks.
Johan Dahlin
2011-08-13
1
-3
/
+12
*
Add a default detail value for Widget.render_icon
Johan Dahlin
2011-08-13
1
-0
/
+3
*
Add an override for Gdk.color_parse()
Johan Dahlin
2011-08-13
1
-0
/
+8
*
Support function calling with keyword arguments in invoke.
Laszlo Pandy
2011-08-13
4
-11
/
+206
*
remove references to deprecated GI_INFO_TYPE_ERROR_DOMAIN
John (J5) Palmieri
2011-08-13
1
-5
/
+0
*
Fix gobject vs. gi.repository warning
Martin Pitt
2011-08-11
1
-4
/
+4
*
make GObject and GLib able to take overrides
John (J5) Palmieri
2011-08-11
2
-65
/
+64
*
avoid dependency issue by importing the internal gobject
John (J5) Palmieri
2011-08-11
1
-1
/
+1
*
add DynamicGLibModule which works like DynamicGObjectModule
John (J5) Palmieri
2011-08-11
2
-5
/
+34
*
refactor, add objects and types to the correct internal module
John (J5) Palmieri
2011-08-11
7
-40
/
+40
*
rename the pyglib shared library so we don't load the old one
John (J5) Palmieri
2011-08-11
3
-7
/
+7
*
refactor the internal _glib module to import correct modules
John (J5) Palmieri
2011-08-11
4
-17
/
+18
*
refactor to use the new internal _glib and _gobject modules
John (J5) Palmieri
2011-08-11
6
-25
/
+29
*
refactor gi module to import and use internal _gobject module
John (J5) Palmieri
2011-08-11
6
-28
/
+27
*
move the static bits internal to gi and refactor build files
John (J5) Palmieri
2011-08-11
47
-3
/
+16167
*
introspection is no longer optional
John (J5) Palmieri
2011-08-11
1
-37
/
+0
*
[gi] Handle GVariants from callback return values
Martin Pitt
2011-08-11
1
-2
/
+4
*
Handle GVariants for callback arguments
Martin Pitt
2011-08-10
1
-0
/
+7
*
[gi] Fix crash: check return value of _invoke_state_init_from_callable_cache(...
Laszlo Pandy
2011-08-08
1
-1
/
+3
*
[gi] Pass gtype as first parameter to vfuncs (instead of using kwargs).
Laszlo Pandy
2011-08-07
2
-15
/
+19
*
remove some left over ifdefs to complete merge of the invoke-rewrite branch
John (J5) Palmieri
2011-07-18
4
-10
/
+1
*
rename pygi-invoke-ng to pygi-invoke
John (J5) Palmieri
2011-07-18
2
-1
/
+2
[next]