summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gtk overrides: Remove Container use for GTK4wip/mschraal/gtk4-container-removalMarinus Schraal2020-10-071-6/+18
* Replace PyUnicode_GET_SIZE() usage with PyUnicode_GET_LENGTH()Christoph Reiter2020-10-061-0/+1
* meson: Make the `pycairo` option a featureThibault Saunier2020-06-031-2/+2
* flake8: fix errors with new flake8 3.8.0Christoph Reiter2020-05-172-4/+8
* get/set_focus_on_click: Fix return value, add a test and document why the ove...Christoph Reiter2020-04-171-0/+8
* Add a test scroll event attr mappingChristoph Reiter2020-04-171-0/+5
* tests: GtkWindowType has been removed from GTK4Jean Felder2020-04-171-1/+29
* tests: GDK_RELEASE_MASK has been removed from GTK4Jean Felder2020-04-171-8/+10
* gtktemplate: Do not crash on multiple init_template callsJean Felder2020-04-171-0/+30
* gtk overrides: Fix template hierarchy issueJean Felder2020-04-171-0/+70
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-161-6/+6
* Remove all Python 2 C codeChristoph Reiter2020-04-161-9/+36
* Remove all Python 2 Python codeChristoph Reiter2020-04-1544-316/+86
* Gtk overrides: make sure TreeModelSort.new_with_model and TreeModel.sort_new_...Christoph Reiter2020-03-171-0/+15
* tests: Add a Gtk4 test for drag and drop operationsJean Felder2020-03-161-13/+28
* gtk overrides: Drop Gtk.main for Gtk4Jean Felder2020-03-162-6/+26
* gtk overrides: Drop ToolButton for Gtk4Jean Felder2020-03-161-6/+0
* tests: don't use strict mode for xfail with the excepthook pluginChristoph Reiter2020-03-141-1/+1
* pygobject-object: Avoid checking whether NULL is floatingAlexandru Băluț2020-01-202-0/+22
* tests: set NO_AT_BRIDGEChristoph Reiter2019-11-161-0/+3
* CI: Use gnome-master for testing with gtk4Christoph Reiter2019-10-192-15/+14
* Avoid various new glib deprecation warningsChristoph Reiter2019-10-041-3/+8
* pygobject-object: fix refcount of floating return valuesMathieu Duponchelle2019-08-113-0/+60
* test_overrides_gtk: be less strict re gtk window heightsChristoph Reiter2019-06-231-5/+1
* tests: remove usage of time.clock(), no longer available in py3.8Christoph Reiter2019-06-071-3/+3
* gimarshallingtestsextra.c/h: relicense to LGPLv2.1+. Fixes #320Christoph Reiter2019-04-122-16/+16
* meson: tests: pass --quiet to g-ir-scannerTim-Philipp Müller2019-03-231-1/+2
* Add cairo_matrix_t converter to GValue.Renato Florentino Garcia2019-02-221-0/+2
* Add Cairo Pattern foreign struct.Renato Florentino Garcia2019-02-213-0/+81
* tests: more pygtkcompat coverageChristoph Reiter2019-02-161-0/+102
* tests: add tests for GObject.Object.weak_refChristoph Reiter2019-02-141-0/+49
* GTK+ -> GTKChristoph Reiter2019-02-131-2/+2
* test_atoms: handle missing axes labels. Fixes #300Christoph Reiter2019-01-281-2/+2
* tests: don't depend on the order of objects returned by Gtk.Builder.get_objec...Christoph Reiter2019-01-201-1/+2
* tests: add a test for stripping return values from event methods. Fixes #85Christoph Reiter2019-01-191-0/+10
* Merge branch 'warn-init-dbus-boxed-info-types' into 'master'Christoph Reiter2019-01-191-0/+15
|\
| * gio overrides: emit a warning when creating various dbus types without a cons...Christoph Reiter2019-01-181-0/+15
* | Value.get/set_value: use _gvalue_get/set in more casesChristoph Reiter2019-01-191-29/+161
* | Value.set_value: allow None for TYPE_STRINGChristoph Reiter2019-01-191-2/+2
* | basic: allow None for boolean parametersChristoph Reiter2019-01-192-2/+8
* | GObject.Value: a bit more test coverageChristoph Reiter2019-01-181-0/+26
* | GObject.Value: deprecate calling get/set_boxed on a non-boxed valueChristoph Reiter2019-01-181-0/+8
|/
* Remove GObject.Value.__del__Christoph Reiter2019-01-151-6/+0
* Merge branch 'wrap-struct-find' into 'master'Christoph Reiter2018-12-151-0/+7
|\
| * pygi-info: wrap g_struct_info_find_method() and g_struct_info_find_field()Christoph Reiter2018-12-121-0/+7
* | pygi-info: wrap g_union_info_get_alignment()Tomasz Miąsko2018-12-141-0/+1
|/
* gtk: Fix rows getting inserted on the wrong level if parent=None. Fixes #281Christoph Reiter2018-11-301-0/+40
* tests: handle the cursor type changing to pixmap as happens on macOSChristoph Reiter2018-11-271-1/+3
* gtktemplate: only call the custom init hook if the class has it. Fixes #267Christoph Reiter2018-11-261-0/+7
* gtk overrides: improve coverageChristoph Reiter2018-11-251-2/+284