summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
* Bump up the requirement to gobject-introspectionEmmanuele Bassi2023-05-132-10/+0
* gi: Replace deprecated FFI closure APIEmmanuele Bassi2023-05-132-0/+34
* Add inequality comparison to Gdk.{Color,RGBA}Mazhar Hussain2023-03-281-0/+10
* Allow Gdk.{Color,RGBA} instances to be compared with other objectsMazhar Hussain2023-03-281-0/+4
* Port to Py_TRASHCAN_BEGINChristoph Reiter2023-01-272-2/+10
* IntrospectionModule: handle two threads loading type at same timeRay Strode2022-10-151-52/+58
* Revert "pygi: Fix girepository deprecation warnings"Christoph Reiter2022-08-081-14/+0
* pygi: Fix girepository deprecation warningsNirbheek Chauhan2022-07-311-0/+14
* interface: Fix leak when overriding GInterfaceInfoThibault Saunier2022-04-142-3/+10
* 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-282-4/+28
* Fix type checkArjan Molenaar2022-03-281-2/+1
* Instead of printing an error, raise an exceptionArjan Molenaar2022-03-281-3/+5
* 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
* 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-271-10/+12
* info: Show which type/object callables are bound tobenzea/vfunc-bound-descrBenjamin Berg2022-03-271-0/+28
* Gtk.Template: Accept PathLike objects as a filenameAndrej Shadura2022-03-271-1/+2
* Call PyEval_InitThreads() with PyPy for Python 3.9Christoph Reiter2022-03-271-1/+2
* gimodule: fix floating state of python objects created with g_object_newMathieu Duponchelle2021-12-061-3/+12
* 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-191-1/+8
* Fix some small memory leaksDavid King2021-08-232-1/+5
* Expose GObject.Object.run_dispose()Christoph Reiter2021-04-271-1/+0
* Fix regression in marshalling partial() objectsChristoph Reiter2021-03-302-3/+6
* 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-063-16/+39
* gtk overrides: Make GTK4 widgets iterableJean Felder2020-11-211-0/+10
* overrides: Remove various overrides for gtk4ebassi/gtk4-overridesChristoph Reiter2020-11-151-246/+172
* Clean up Widget overridesChristoph Reiter2020-11-151-10/+11
* tests: various fixes for gtk4Christoph Reiter2020-11-151-4/+7
* gtk4: Remove overrides for PanedChristoph Reiter2020-11-151-8/+8
* 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
* Don't assume Py_TYPE being a macroTomas Hrnciar2020-11-1114-14/+18
* gtk overrides: Remove Container use for GTK4wip/mschraal/gtk4-container-removalMarinus Schraal2020-10-071-16/+17
* Replace PyUnicode_GET_SIZE() usage with PyUnicode_GET_LENGTH()Christoph Reiter2020-10-061-1/+1
* Don't call PyEval_InitThreads() with Python 3.9+Christoph Reiter2020-10-061-0/+4
* meson: Make the `pycairo` option a featureThibault Saunier2020-06-031-1/+1
* get/set_focus_on_click: Fix return value, add a test and document why the ove...Christoph Reiter2020-04-171-9/+11