summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GValue.get_value: fix crashes for VariantsChristoph Reiter2018-11-251-3/+4
* gtype: raise ValueError when converting an invalid GType to CChristoph Reiter2018-11-252-4/+6
* cairo: Fix GValue converters in case it contains NULLChristoph Reiter2018-11-241-0/+21
* Value.set_value: raise TypeError in case the wrong type is passed, not ValueE...Christoph Reiter2018-11-241-2/+2
* gobject overrides: improve coverageChristoph Reiter2018-11-242-0/+274
* test_repository: fix reprecation warnings re collections.abc moveChristoph Reiter2018-11-231-20/+23
* tests: gdk overrides: silence a deprecation warningChristoph Reiter2018-11-231-1/+2
* variant: fix __bool__ for maybe typesChristoph Reiter2018-11-211-3/+5
* Variant.keys: correctly raise TypeError for non-dict typesChristoph Reiter2018-11-211-0/+3
* glib overrides: improve test coverageChristoph Reiter2018-11-202-0/+158
* gdk overrides: improve coverage and remove overrides for GDK4Christoph Reiter2018-11-191-13/+80
* Merge branch 'gtk-builder-from-string-unicode' into 'master'Christoph Reiter2018-11-081-0/+24
|\
| * overrides: Fix length parameter when passing non-ascii strings to Gtk.Builder...Christoph Reiter2018-11-041-0/+24
* | tests: Make tests run with GTK4Christoph Reiter2018-11-046-42/+76
* | tests_gio: Don't depend on the order of keys returned by Gio.Settings.list_ke...Christoph Reiter2018-11-041-2/+2
|/
* overrides: add Pango.Layout.set_text() override. Fixes #259Christoph Reiter2018-09-221-0/+20
* tests: error out if gtk is available but gtk_init() failsChristoph Reiter2018-09-141-0/+9
* tests: don't test for specific device labelsChristoph Reiter2018-08-191-1/+0