summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add overrides for Gtk.Button set/get_focus_on_clickDan Yeaw2020-04-171-0/+10
* gdk overrides: Fix wrapping of scroll eventsPovilas Kanapickas2020-04-171-0/+1
* gtktemplate: Do not crash on multiple init_template callsJean Felder2020-04-171-1/+1
* gtk overrides: Fix template hierarchy issueJean Felder2020-04-171-4/+9
* gimodule: Remove trailing whitespacesJean Felder2020-04-161-8/+8
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-1618-42/+42
* 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-1635-670/+346
* Remove all Python 2 Python codeChristoph Reiter2020-04-1515-144/+21
* Gtk overrides: make sure TreeModelSort.new_with_model and TreeModel.sort_new_...Christoph Reiter2020-03-171-0/+12
* gtk overrides: Drop Gtk.main for Gtk4Jean Felder2020-03-161-13/+11
* gtk overrides: Drop ToolButton for Gtk4Jean Felder2020-03-161-7/+7
* gtk overrides: Drop Menu, MenuItem for Gtk 4Marinus Schraal2020-01-211-8/+8
* pygobject-object: Avoid checking whether NULL is floatingAlexandru Băluț2020-01-201-1/+3
* CI: Use gnome-master for testing with gtk4Christoph Reiter2019-10-191-13/+15
* Port to g_object_new_with_properties()Christoph Reiter2019-10-043-37/+87
* Avoid various new glib deprecation warningsChristoph Reiter2019-10-044-6/+18
* Make pygobject_prepare_construct_properties() staticChristoph Reiter2019-10-042-5/+1
* Make PyGIDeprecationWarning always inherit from DeprecationWarningChristoph Reiter2019-08-181-10/+0
* pygobject-object: fix refcount of floating return valuesMathieu Duponchelle2019-08-111-1/+8
* pygobject: ignore GParameter deprecationsChristian Hergert2019-08-061-0/+2
* variant: Create a tuple directlyMathieu Bridon2019-07-231-3/+2
* variant: Define the LEAF_ACCESSORS globallyMathieu Bridon2019-07-231-17/+18
* variant: Get the type string only once when unpackingMathieu Bridon2019-07-231-7/+9
* Don't use PyTypeObject.tp_print with Python 3Christoph Reiter2019-06-071-1/+4
* pygi-array: fix leak of transfer-full/container C arrays. Fixes #322Christoph Reiter2019-04-191-1/+1
* pygi_error_marshal_to_py: Fix error return handling. Fixes #315Christoph Reiter2019-03-251-14/+13
* pygi-info: remove some dead code. Fixes #303Christoph Reiter2019-03-241-21/+6
* Add cairo_matrix_t converter to GValue.Renato Florentino Garcia2019-02-221-0/+34
* Add Cairo Pattern foreign struct.Renato Florentino Garcia2019-02-211-0/+53
* GTK+ -> GTKChristoph Reiter2019-02-132-5/+5
* gtk: raise in case Gtk.Window is instantiated after init failed. See #298Christoph Reiter2019-01-281-4/+12
* Merge branch 'warn-init-dbus-boxed-info-types' into 'master'Christoph Reiter2019-01-191-9/+68
|\