summaryrefslogtreecommitdiff
path: root/gi/overrides
Commit message (Expand)AuthorAgeFilesLines
* Fix GLib.Source sub-classing with initializer argsSimon Feltman2013-09-111-1/+1
* Copy __doc__ when wrapping functionVratislav Podzimek2013-09-051-0/+1
* Fix GObject signal methods to work with new annotationsSimon Feltman2013-09-021-40/+66
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-261-4/+6
* Override GValue.set/get_boxed with static C marshalerSimon Feltman2013-07-241-0/+9
* GTK overrides: Make connect_signals handle tupleCole Robinson2013-07-031-15/+36
* Don't use doctest syntax in docstrings for examplesMartin Pitt2013-07-032-5/+5
* GLib overrides: fix typo in deprecation messageMartin Pitt2013-05-291-1/+1
* Use correct class for GtkEditable's get_selection_bounds() functionMike Ruprecht2013-04-281-1/+1
* Deprecate GLib and GObject threads_initSimon Feltman2013-03-272-2/+8
* Remove static PollFD bindingsMartin Pitt2013-03-251-2/+15
* Revert "Drop gi.overrides.overridefunc()"3.7.91.1Martin Pitt2013-03-052-5/+26
* Dot not clobber original Gdk/Gtk functions with overridesMartin Pitt2013-03-042-2/+4
* Drop gi.overrides.overridefunc()Martin Pitt2013-03-012-26/+5
* Fix GLib.Source ref leak upon destructionMartin Pitt2013-03-011-0/+4
* Optimize GValue.get/set_value by setting GValue.g_type to a localSimon Feltman2013-02-281-47/+51
* Add override helper for stripping boolean returnsMartin Pitt2013-02-273-152/+53
* Fix crashes in various GObject signal handler functionsSimon Feltman2013-02-221-36/+122
* overrides: Fix inconsistencies with drag and drop target list APISimon Feltman2013-02-191-11/+29
* overrides: Add support for iterables besides tuples for TreePath creationSimon Feltman2013-02-181-1/+1
* Prefix __module__ attribute of function objects with gi.repositoryNiklas Koep2013-02-151-1/+2
* Move various signal methods from static bindings to gi and pythonSimon Feltman2013-02-031-13/+31
* GLib overrides: Support unpacking 'maybe' variantsPaolo Borelli2013-02-011-0/+5
* Add tests for vfunc object arguments and returnsSimon Feltman2013-01-301-5/+10
* Do not immediately initialize Gdk and Gtk on importMartin Pitt2013-01-302-4/+3
* gi/overrides/Glib.py: Fix running on Windows/non-UnixChun-wei Fan2013-01-301-8/+10
* Fix repr() of GLib.VariantMartin Pitt2013-01-231-1/+5
* Define GObject.TYPE_VALUE gtype constantMartin Pitt2013-01-171-1/+3
* Allow setting values through GtkTreeModelFilterSimonas Kazlauskas2013-01-141-0/+5
* Add signal emission methods to TreeModel which coerce the path argumentSimon Feltman2013-01-141-3/+28
* Simplify overrides and tests using the new GObject.Value overrideMartin Pitt2013-01-141-83/+5
* Add override for GValueBastian Winkler2013-01-141-1/+126
* Allow setting TreeModel values to NoneSimon Feltman2013-01-131-3/+8
* Fix Gtk.UIManager.add_ui_from_string() override for non-ASCII charsJonathan Ballet2012-12-271-1/+1
* GLib overrides: Avoid calling deprecated GLib.unix_signal_add_full()Martin Pitt2012-12-171-2/+6
* Re-support calling GLib.io_add_watch with an fd or Python fileMartin Pitt2012-11-301-6/+3
* Add backwards compatible API for GLib.unix_signal_add_full()Martin Pitt2012-11-281-0/+10
* Drop MININT64/MAXUINT64 workaroundMartin Pitt2012-11-261-7/+0
* Fix Gdk.Atom str()/repr() fallbackMartin Pitt2012-11-131-2/+4
* Fix Gdk.Atom to have a proper str() and repr()Martin Pitt2012-11-131-0/+21
* Fix leaks with GValues holding boxed and object typesSimon Feltman2012-11-111-0/+9
* Add doc strings showing method signatures for gi methodsSimon Feltman2012-11-111-0/+1
* Add GObject.G_MINSSIZEMartin Pitt2012-11-091-1/+1
* Replace GObject notify methods with introspection and pythonSimon Feltman2012-11-071-5/+56
* Add support for overriding GObject.ObjectSimon Feltman2012-11-071-0/+74
* Remove DynamicGLibModule and DynamicGObjectModuleSimon Feltman2012-11-061-0/+14
* Move TYPE constants from _gobject to GObjectSimon Feltman2012-11-051-3/+6
* Move G_MIN/MAX constants into GObject overridesMartin Pitt2012-11-051-0/+9
* Replace static OPTION_* constants with GIMartin Pitt2012-11-052-1/+14
* Move gobject static functions and constants to giSimon Feltman2012-11-052-5/+208