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
/
tests
/
test_overrides_gtk.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory management problems with struct arguments to signals
Simon Feltman
2014-09-08
1
-1
/
+0
*
tests: Add failing regression test for Gtk.TextBuffer.insert-text signal
Simon Feltman
2014-09-06
1
-0
/
+19
*
Special case signal output arguments which are structs as pass-by-reference
Simon Feltman
2014-08-29
1
-0
/
+24
*
tests: Ignore stock-id usage warnings
Simon Feltman
2014-07-25
1
-16
/
+24
*
refactor: Move builder connection utilities outside of Builder class
Simon Feltman
2014-05-27
1
-4
/
+4
*
overrides: Add Gtk.Container.child_get/set overrides
Simon Feltman
2014-05-25
1
-0
/
+16
*
overrides: Make value argument to Widget.style_get_property optional
Simon Feltman
2014-05-25
1
-0
/
+29
*
overrides: Make value argument to Container.child_get_property optional
Simon Feltman
2014-05-25
1
-0
/
+47
*
tests: Move class definition depending on GTK+ within function evaluation
Simon Feltman
2014-03-03
1
-16
/
+16
*
overrides: Remove Gtk overrides with tail end allow-none keywords
Simon Feltman
2014-01-06
1
-0
/
+11
*
Add deprecation warnings and cleanup class initializer overrides
Simon Feltman
2013-11-12
1
-32
/
+63
*
tests: Use explicit keywords args when calling initializers
Simon Feltman
2013-11-12
1
-52
/
+55
*
Revert "Add type checking to positional Gtk.Box and Gtk.Window ctor arguments"
Simon Feltman
2013-11-12
1
-18
/
+0
*
Add type checking to positional Gtk.Box and Gtk.Window ctor arguments
Martin Pitt
2013-11-05
1
-0
/
+18
*
Remove overzealous argument checking for callback userdata
Simon Feltman
2013-11-04
1
-4
/
+7
*
Fix TypeError when setting drag target_list to None
Nuno Araujo
2013-10-14
1
-0
/
+2
*
Change boxed type checking in marshaling to use __gtype__ attribute
Simon Feltman
2013-09-01
1
-0
/
+34
*
Add callable and descriptor protocols to PyGICallableInfo
Simon Feltman
2013-07-26
1
-2
/
+2
*
GTK overrides: Make connect_signals handle tuple
Cole Robinson
2013-07-03
1
-67
/
+129
*
Add some tests for overridden Gdk/Gtk functions
Martin Pitt
2013-03-01
1
-0
/
+15
*
Add performance test for Gtk.ListStore.append
Martin Pitt
2013-02-28
1
-0
/
+14
*
overrides: Fix inconsistencies with drag and drop target list API
Simon Feltman
2013-02-19
1
-0
/
+32
*
GTK tests: Add and use context manager for realized widgets
Christoph Reiter
2013-02-11
1
-41
/
+50
*
tests: More robust tree view realization
Martin Pitt
2013-01-16
1
-6
/
+10
*
Allow setting values through GtkTreeModelFilter
Simonas Kazlauskas
2013-01-14
1
-0
/
+11
*
Add signal emission methods to TreeModel which coerce the path argument
Simon Feltman
2013-01-14
1
-0
/
+27
*
Simplify overrides and tests using the new GObject.Value override
Martin Pitt
2013-01-14
1
-1
/
+1
*
Allow setting TreeModel values to None
Simon Feltman
2013-01-13
1
-0
/
+8
*
Fix Gtk.UIManager.add_ui_from_string() override for non-ASCII chars
Jonathan Ballet
2012-12-27
1
-0
/
+7
*
test_overrides_gtk: Ignore GVFS warnings from FileChooserDialog
Martin Pitt
2012-11-30
1
-3
/
+9
*
tests: Ensure that the fatal mask is always reset
Martin Pitt
2012-11-07
1
-14
/
+19
*
Deprecate void pointer fields as general PyObject storage.
Simon Feltman
2012-10-23
1
-41
/
+0
*
Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
Martin Pitt
2012-09-03
1
-8
/
+8
*
Add override for Gtk.TreeView.insert_column_with_attributes()
Marta Maria Casetti
2012-09-03
1
-0
/
+38
*
Split test_overrides.py
Martin Pitt
2012-09-03
1
-0
/
+1517