summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tests: various fixes for gtk4Christoph Reiter2020-11-153-31/+63
* gtk4: Skip template test for nowChristoph Reiter2020-11-151-1/+4
* gtk4: Remove overrides for PanedChristoph Reiter2020-11-152-8/+9
* flake8 fixesChristoph Reiter2020-11-151-7/+0
* Clean up version checks some moreChristoph Reiter2020-11-152-10/+10
* Drop the GtkButton override for GTK4Emmanuele Bassi2020-11-151-35/+36
* Add GTK4 override for GtkDialogEmmanuele Bassi2020-11-151-73/+105
* Remove Container from GTK4 overridesEmmanuele Bassi2020-11-151-49/+100
* Simplify the version check for GTK2, GTK3, and GTK4Emmanuele Bassi2020-11-151-9/+12
* 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
* Don't assume Py_TYPE being a macroTomas Hrnciar2020-11-1114-14/+18
* add Terminator to list of pygobject projectsMatt Rose2020-11-071-0/+1
* CI: clean up the msys2 job scriptsChristoph Reiter2020-11-072-35/+19
* CI: bring back lcov supportChristoph Reiter2020-11-075-32/+46
* 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
* Add Nicotine+ to "Who Is Using PyGObject?"Mat2020-10-141-0/+1
* gtk overrides: Remove Container use for GTK4wip/mschraal/gtk4-container-removalMarinus Schraal2020-10-072-22/+35
* Replace PyUnicode_GET_SIZE() usage with PyUnicode_GET_LENGTH()Christoph Reiter2020-10-062-1/+2
* Don't call PyEval_InitThreads() with Python 3.9+Christoph Reiter2020-10-061-0/+4
* CI: test with Python 3.9Christoph Reiter2020-10-063-2/+8
* Revert the dependency bump for libffiChristoph Reiter2020-09-152-2/+2
* Drop Python 3.5 support and bump other dependenciesdrop-py35Christoph Reiter2020-09-149-38/+34
* Update NEWS and bump versionChristoph Reiter2020-09-123-13/+17
* meson: Follow up to make `pycairo` option a featureThibault Saunier2020-06-031-5/+5
* meson: Make the `pycairo` option a featureThibault Saunier2020-06-034-5/+8
* flake8: fix errors with new flake8 3.8.0Christoph Reiter2020-05-173-6/+10
* Update NEWSChristoph Reiter2020-05-061-0/+11
* CI: switch to the new win32 powershell runnersChristoph Reiter2020-04-281-1/+1
* get/set_focus_on_click: Fix return value, add a test and document why the ove...Christoph Reiter2020-04-172-9/+19
* Add overrides for Gtk.Button set/get_focus_on_clickDan Yeaw2020-04-171-0/+10
* Add a test scroll event attr mappingChristoph Reiter2020-04-171-0/+5
* gdk overrides: Fix wrapping of scroll eventsPovilas Kanapickas2020-04-171-0/+1
* 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-172-1/+31
* gtk overrides: Fix template hierarchy issueJean Felder2020-04-172-4/+79
* gimodule: Remove trailing whitespacesJean Felder2020-04-161-8/+8
* NEWS: Add a note on how to handle keeping an old release for py2 aroundChristoph Reiter2020-04-161-0/+12
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-1619-48/+48
* Remove PYGOBJECT_REGISTER_GTYPEChristoph Reiter2020-04-166-31/+67
* Remove PYGLIB_REGISTER_TYPEChristoph Reiter2020-04-166-16/+34
* Remove all Python 2 C codeChristoph Reiter2020-04-1636-679/+382
* Remove all Python 2 Python codeChristoph Reiter2020-04-1563-496/+112
* Gtk overrides: make sure TreeModelSort.new_with_model and TreeModel.sort_new_...Christoph Reiter2020-03-172-0/+27
* tests: Add a Gtk4 test for drag and drop operationsJean Felder2020-03-161-13/+28
* gtk overrides: Drop Gtk.main for Gtk4Jean Felder2020-03-163-19/+37
* gtk overrides: Drop ToolButton for Gtk4Jean Felder2020-03-162-13/+7