summaryrefslogtreecommitdiff
path: root/gi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * gio overrides: emit a warning when creating various dbus types without a cons...Christoph Reiter2019-01-181-9/+68
* | Value.get/set_value: use _gvalue_get/set in more casesChristoph Reiter2019-01-191-70/+23
* | Value.set_value: allow None for TYPE_STRINGChristoph Reiter2019-01-191-2/+2
* | basic: allow None for boolean parametersChristoph Reiter2019-01-191-0/+2
* | GObject.Value: add a static helper for fetching the GTypeChristoph Reiter2019-01-184-5/+30
* | GObject.Value: deprecate calling get/set_boxed on a non-boxed valueChristoph Reiter2019-01-181-0/+6
|/
* Remove GObject.Value.__del__Christoph Reiter2019-01-152-17/+4
* boxed: remove __del__ implementation and free in tp_deallocChristoph Reiter2019-01-153-23/+24
* boxed: don't look up the gtype in tp_dealloc, we already know itChristoph Reiter2019-01-151-3/+1
* boxed: hide the PyGIBoxed structChristoph Reiter2019-01-152-5/+7
* Merge branch 'wrap-struct-find' into 'master'Christoph Reiter2018-12-151-0/+14
|\
| * pygi-info: wrap g_struct_info_find_method() and g_struct_info_find_field()Christoph Reiter2018-12-121-0/+14
* | Merge branch 'use-struct-info-find-field' into 'master'Christoph Reiter2018-12-151-16/+6
|\ \
| * | Start using g_struct_info_find_field()Christoph Reiter2018-12-121-16/+6
| |/
* | pygi-info: wrap g_union_info_get_alignment()Tomasz Miąsko2018-12-141-0/+7
|/
* gtk: Fix rows getting inserted on the wrong level if parent=None. Fixes #281Christoph Reiter2018-11-301-0/+4