summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* docs: document Gtk.Template. Fixes #396Chris Mayo2021-04-302-0/+91
* Expose GObject.Object.run_dispose()Christoph Reiter2021-04-272-1/+19
* meson: Bump minimum meson_version to 0.47.0Jean Felder2021-04-161-1/+1
* docs: Fix the link to the Terminator projectChris Mayo2021-03-301-1/+1
* Update NEWSChristoph Reiter2021-03-301-0/+7
* Fix regression in marshalling partial() objectsChristoph Reiter2021-03-303-3/+22
* tests: fix test with glib 2.68 re GLocalFileChristoph Reiter2021-03-301-1/+1
* version bumpChristoph Reiter2021-03-192-2/+2
* releaseChristoph Reiter2021-03-194-3/+15
* tests: Re-enable template tests for 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 overrides: Add support for builder scopeJean Felder2020-12-063-49/+69
* Gtk.Template: Fix template support for GTK4Jean Felder2020-12-062-4/+74
* gtk: Add override for Gtk.CustomSorter.set_sort_funcJean Felder2020-12-064-17/+133
* examples/demo: Use require_version to force gtk3Christoph Reiter2020-11-301-0/+7
* gtk overrides: Make GTK4 widgets iterableJean Felder2020-11-212-0/+41
* overrides: Remove various overrides for gtk4Christoph Reiter2020-11-152-258/+188
* Clean up Widget overridesChristoph Reiter2020-11-152-11/+24
* 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 GTK4Marinus 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 dependenciesChristoph 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