summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove PyPy fixme that appears to be workingbenzea/tmpBenjamin Berg2021-12-291-1/+0
* hashtable: Fix refcount of key/value in error case when marshallingBenjamin Berg2021-12-291-2/+0
* gi: Fix GArray length calculation for other item sizesBenjamin Berg2021-12-293-5/+28
* tests: Add some override integration testsBenjamin Berg2021-12-291-1/+83
* overrides: Add EventLoop integration points into overridesBenjamin Berg2021-12-295-9/+62
* tests: Add tests for awaitable return of async routinesBenjamin Berg2021-12-291-0/+201
* events: Implement asyncio event loop based on glibBenjamin Berg2021-12-293-0/+684
* gimodule: Expose PyOS_setsig for asyncio eventloopBenjamin Berg2021-12-292-0/+14
* invoke: Create async helper when needed and marshal it for callbacksBenjamin Berg2021-12-291-3/+48
* closure: Marshal async callback handler if a default value is passedBenjamin Berg2021-12-293-0/+25
* cache: Resolve and store information about async functionsBenjamin Berg2021-12-293-0/+93
* async: Add a new async type that is an awaitable for a _finish callBenjamin Berg2021-12-294-0/+728
* gimodule: fix floating state of python objects created with g_object_newMathieu Duponchelle2021-12-061-3/+12
* Add .venv to .gitignoreChristoph Reiter2021-09-191-0/+1
* Use quark variable for class on gtypeArjan Molenaar2021-09-191-1/+1
* replace gpointer by more specific typesArjan Molenaar2021-09-192-6/+4
* Do not error out for unknown scopesEmmanuele Bassi2021-09-191-2/+4
* Implement DynamicImporter.find_spec()Miro HronĨok2021-09-191-5/+10
* gtk overrides: restore Gtk.ListStore.insert_with_valuesv with newer gtk4Christoph Reiter2021-09-193-3/+25
* tests: silence a deprecation warning with newer glibChristoph Reiter2021-09-191-2/+4
* poetry: add support for sphinx v4 and sphinx-rtd-theme v1Christoph Reiter2021-09-191-2/+2
* Drop support for Python 3.6Christoph Reiter2021-09-199-16/+10
* CI: Update all Python versions and add 3.10Christoph Reiter2021-09-193-15/+21
* version bumpChristoph Reiter2021-09-193-3/+3
* release3.42.0Christoph Reiter2021-09-194-3/+14
* `cairo-gobject-devel` is needed for FedoraAnatoli Babenia2021-08-231-1/+1
* Fix a couple of memory leaks in the testsDavid King2021-08-231-2/+4
* Fix some small memory leaksDavid King2021-08-232-1/+5
* ci: Limit depth of subprojects when cloningPhilip Withnall2021-06-074-0/+4
* subprojects: Use GLib main branchPhilip Withnall2021-06-071-1/+1
* Add poetry supportChristoph Reiter2021-04-302-0/+18
* docs: add an example of using a subclass in a UI definitionChris Mayo2021-04-301-0/+33
* 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.0wip/felder/meson-minimum-versionJean 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
* release3.40.0Christoph Reiter2021-03-194-3/+15
* 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 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