summaryrefslogtreecommitdiff
path: root/tests/test_overrides_gtk.py
Commit message (Expand)AuthorAgeFilesLines
* Fix memory management problems with struct arguments to signalsSimon Feltman2014-09-081-1/+0
* tests: Add failing regression test for Gtk.TextBuffer.insert-text signalSimon Feltman2014-09-061-0/+19
* Special case signal output arguments which are structs as pass-by-referenceSimon Feltman2014-08-291-0/+24
* tests: Ignore stock-id usage warningsSimon Feltman2014-07-251-16/+24
* refactor: Move builder connection utilities outside of Builder classSimon Feltman2014-05-271-4/+4
* overrides: Add Gtk.Container.child_get/set overridesSimon Feltman2014-05-251-0/+16
* overrides: Make value argument to Widget.style_get_property optionalSimon Feltman2014-05-251-0/+29
* overrides: Make value argument to Container.child_get_property optionalSimon Feltman2014-05-251-0/+47
* tests: Move class definition depending on GTK+ within function evaluationSimon Feltman2014-03-031-16/+16
* overrides: Remove Gtk overrides with tail end allow-none keywordsSimon Feltman2014-01-061-0/+11
* Add deprecation warnings and cleanup class initializer overridesSimon Feltman2013-11-121-32/+63
* tests: Use explicit keywords args when calling initializersSimon Feltman2013-11-121-52/+55
* Revert "Add type checking to positional Gtk.Box and Gtk.Window ctor arguments"Simon Feltman2013-11-121-18/+0
* Add type checking to positional Gtk.Box and Gtk.Window ctor argumentsMartin Pitt2013-11-051-0/+18
* Remove overzealous argument checking for callback userdataSimon Feltman2013-11-041-4/+7
* Fix TypeError when setting drag target_list to NoneNuno Araujo2013-10-141-0/+2
* Change boxed type checking in marshaling to use __gtype__ attributeSimon Feltman2013-09-011-0/+34
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-261-2/+2
* GTK overrides: Make connect_signals handle tupleCole Robinson2013-07-031-67/+129
* Add some tests for overridden Gdk/Gtk functionsMartin Pitt2013-03-011-0/+15
* Add performance test for Gtk.ListStore.appendMartin Pitt2013-02-281-0/+14
* overrides: Fix inconsistencies with drag and drop target list APISimon Feltman2013-02-191-0/+32
* GTK tests: Add and use context manager for realized widgetsChristoph Reiter2013-02-111-41/+50
* tests: More robust tree view realizationMartin Pitt2013-01-161-6/+10
* Allow setting values through GtkTreeModelFilterSimonas Kazlauskas2013-01-141-0/+11
* Add signal emission methods to TreeModel which coerce the path argumentSimon Feltman2013-01-141-0/+27
* Simplify overrides and tests using the new GObject.Value overrideMartin Pitt2013-01-141-1/+1
* Allow setting TreeModel values to NoneSimon Feltman2013-01-131-0/+8
* Fix Gtk.UIManager.add_ui_from_string() override for non-ASCII charsJonathan Ballet2012-12-271-0/+7
* test_overrides_gtk: Ignore GVFS warnings from FileChooserDialogMartin Pitt2012-11-301-3/+9
* tests: Ensure that the fatal mask is always resetMartin Pitt2012-11-071-14/+19
* Deprecate void pointer fields as general PyObject storage.Simon Feltman2012-10-231-41/+0
* Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()Martin Pitt2012-09-031-8/+8
* Add override for Gtk.TreeView.insert_column_with_attributes()Marta Maria Casetti2012-09-031-0/+38
* Split test_overrides.pyMartin Pitt2012-09-031-0/+1517