summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* whateverzbrown/disposeZander Brown2022-07-261-5/+12
* object: Allow overriding dispose implementationBilal Elmoussaoui2022-07-262-0/+47
* Update NEWSChristoph Reiter2022-07-161-0/+14
* Drop Martin Pitt as maintainerMartin Pitt2022-06-151-7/+0
* Update NEWSChristoph Reiter2022-04-171-0/+10
* interface: Fix leak when overriding GInterfaceInfoThibault Saunier2022-04-144-3/+19
* setup.py: look up pycairo headers without importing the moduleChristoph Reiter2022-04-131-47/+31
* 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
* hashtable: Fix refcount of key/value in error case when marshallingBenjamin Berg2022-03-281-2/+0
* gi: Fix GArray length calculation for other item sizesBenjamin Berg2022-03-283-5/+28
* Fix type checkArjan Molenaar2022-03-281-2/+1
* Instead of printing an error, raise an exceptionArjan Molenaar2022-03-282-3/+13
* Make warning a crtitical for unknown argument typesArjan Molenaar2022-03-281-1/+1
* Check object type before Python objects are createdArjan Molenaar2022-03-281-1/+5
* Add extra safeguard in gimoduleArjan Molenaar2022-03-281-1/+5
* Add Hello World GTK under Other Options and Passphraser as an example that us...Zev Lee2022-03-281-1/+3
* Add a readthedocs configChristoph Reiter2022-03-273-1/+13
* coverage: include Python coverage in lcov reportChristoph Reiter2022-03-277-28/+31
* poetry: update depsChristoph Reiter2022-03-271-2/+2
* Only create function _construct_target_list for GTK2/3Arjan Molenaar2022-03-271-14/+14
* Do not override Treeview.enable_model_drag_xx for GTK4Arjan Molenaar2022-03-272-11/+26
* info: Show which type/object callables are bound toBenjamin Berg2022-03-271-0/+28
* Gtk.Template: Accept PathLike objects as a filenameAndrej Shadura2022-03-271-1/+2
* Fix some broken links to the PyPy bug trackerChristoph Reiter2022-03-272-2/+2
* Call PyEval_InitThreads() with PyPy for Python 3.9Christoph Reiter2022-03-271-1/+2
* CI: update interpretersChristoph Reiter2022-03-273-15/+15
* tests: disable fatal-warnings fatal-criticals on WindowsChristoph Reiter2022-03-271-2/+4
* CI: pass -Wno-error=deprecated-declarations for MSYS2Christoph Reiter2022-03-261-0/+3
* Rename GObject Introspection development branchEmmanuele Bassi2022-02-171-1/+1
* 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
* releaseChristoph 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