summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add (in)equality tests for Gdk.{Color,RGBA}Mazhar Hussain2023-03-281-0/+8
* tests: fix tests with glib 2.76Christoph Reiter2023-03-243-4/+4
* tests: Support CPython 3.8 on WindowsChristoph Reiter2022-04-091-0/+16
* tests: Remove PyPy fixme that appears to be workingBenjamin Berg2022-03-281-1/+0
* gi: Fix GArray length calculation for other item sizesBenjamin Berg2022-03-281-1/+0
* Instead of printing an error, raise an exceptionArjan Molenaar2022-03-281-0/+8
* Do not override Treeview.enable_model_drag_xx for GTK4Arjan Molenaar2022-03-271-1/+14
* Fix some broken links to the PyPy bug trackerChristoph Reiter2022-03-272-2/+2
* tests: disable fatal-warnings fatal-criticals on WindowsChristoph Reiter2022-03-271-2/+4
* gtk overrides: restore Gtk.ListStore.insert_with_valuesv with newer gtk4Christoph Reiter2021-09-192-2/+17
* tests: silence a deprecation warning with newer glibChristoph Reiter2021-09-191-2/+4
* Fix a couple of memory leaks in the testsDavid King2021-08-231-2/+4
* Expose GObject.Object.run_dispose()Christoph Reiter2021-04-271-0/+19
* Fix regression in marshalling partial() objectsChristoph Reiter2021-03-301-0/+16
* tests: fix test with glib 2.68 re GLocalFileChristoph Reiter2021-03-301-1/+1
* tests: Re-enable template tests for gtk4wip/jfelder/template-gtk4Jean Felder2020-12-061-3/+0
* tests: Do not use container api when gtk4 is usedJean Felder2020-12-061-6/+35
* tests: Do not use the margin property for template testsJean Felder2020-12-061-4/+4
* tests: Update builer tests to work with gtk4Jean Felder2020-12-061-21/+38
* tests: Do not swap signal when object is setJean Felder2020-12-061-2/+2
* gtk: Add override for Gtk.CustomSorter.set_sort_funcJean Felder2020-12-061-1/+94
* gtk overrides: Make GTK4 widgets iterableJean Felder2020-11-211-0/+31
* overrides: Remove various overrides for gtk4ebassi/gtk4-overridesChristoph Reiter2020-11-151-12/+16
* Clean up Widget overridesChristoph Reiter2020-11-151-1/+13
* tests: various fixes for gtk4Christoph Reiter2020-11-152-27/+56
* gtk4: Skip template test for nowChristoph Reiter2020-11-151-1/+4
* gtk4: Remove overrides for PanedChristoph Reiter2020-11-151-0/+1
* tests: Work around a crash in the new gtk4 a11y stackChristoph Reiter2020-11-151-0/+4
* tests: fix tests with glib masterChristoph Reiter2020-11-151-1/+2
* tests: Remove usage of some deprecated unittest methodsChristoph Reiter2020-11-076-51/+47
* tests: remove an old libtool search pathChristoph Reiter2020-11-071-1/+0
* tests: Remove metapath hack to import when uninstalledChristoph Reiter2020-11-071-23/+0
* 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