summaryrefslogtreecommitdiff
path: root/gi/_gobject/pygobject.c
Commit message (Expand)AuthorAgeFilesLines
* Add GIL safety to pyobject_copy for copying boxed PyObjectsSimon Feltman2013-07-061-0/+3
* Replace usage of pyg_begin_allow_threads with Py_BEGIN_ALLOW_THREADSSimon Feltman2013-05-031-17/+16
* Optimize signal lookup in gi repositoryDaniel Drake2013-04-181-2/+3
* Optimize connection of Python-implemented signalsDaniel Drake2013-04-181-4/+15
* Consolidate signal connection codeDaniel Drake2013-04-181-88/+41
* Optimize property get/set when using GObject.propsDaniel Drake2013-04-161-18/+19
* Simplify registration of custom typesDaniel Drake2013-04-131-6/+2
* Give more informative error when setting property to incorrect typeSimon Feltman2013-03-071-2/+8
* Correctly set properties on object with statically defined propertiesJonathan Ballet2013-02-131-8/+11
* Fix reference leaks with transient floating objectsSimon Feltman2013-02-081-15/+30
* Move various signal methods from static bindings to gi and pythonSimon Feltman2013-02-031-90/+0
* Fix ref count leak when creating pygobject wrappers for input argsMike Gorse2013-02-011-2/+5
* Add __gpointer__ property to GObject static bindingSimon Feltman2013-01-301-2/+9
* gobject: Go through introspection on property settingOlivier Crête2013-01-171-1/+17
* pygobject_emit(): Fix cleanup on errorMartin Pitt2013-01-141-4/+4
* Replace GObject notify methods with introspection and pythonSimon Feltman2012-11-071-169/+4
* Fix property lookup in class hierarchyDaniel Drake2012-11-061-27/+65
* [API change] Do not bind gobject_get_data() and gobject_set_data()Steve Frécinaux2012-10-231-44/+0
* PyGProps_getattro(): Fix GObjectClass leakJohan Dahlin2012-10-041-1/+3
* pygobject.c: Don't leak GObjectClass referenceOlivier Crête2012-10-041-1/+5
* Add missing static declarationsMartin Pitt2012-07-271-1/+1
* Fix PyObject_Repr and PyObject_Str reference leaksSimon Feltman2012-07-111-17/+36
* Do not do any python calls when GObjects are destroyed after the python inter...Simon Schampijer2012-06-251-5/+22
* Revert "Do not bind gobject_get_data() and gobject_set_data()"Martin Pitt2012-06-201-0/+44
* GObject.bind_property: Support transform functionsBastian Winkler2012-06-011-8/+122
* [API add] Add GObject.bind_property methodSimon Feltman2012-05-141-1/+103
* Add context management to freeze_notify() and handler_block().Simon Feltman2012-04-091-8/+130
* Fix segfault when accessing __grefcount__ before creating the GObjectSteve Frécinaux2012-04-041-0/+4
* Do not bind gobject_get_data() and gobject_set_data()Steve Frécinaux2012-04-041-40/+0
* Fix a few set-but-not-used warnings.Will Thompson2012-01-241-1/+1
* add a floating flag to pygobjectsJohn (J5) Palmieri2011-09-211-1/+26
* Drop legacy __gobject_init__ method of GObject.Object.Steve Frécinaux2011-09-131-11/+0
* Drop support for old constructor style.Steve Frécinaux2011-08-261-1/+0
* Drop support for sink functions.Steve Frécinaux2011-08-261-53/+0
* refactor to use the new internal _glib and _gobject modulesJohn (J5) Palmieri2011-08-111-8/+8
* move the static bits internal to gi and refactor build filesJohn (J5) Palmieri2011-08-111-0/+2397