summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Fix ABI break in old static bindings.Steve Frécinaux2011-04-081-7/+9
* fix a typo when converting objects to strings gvaluesPYGOBJECT_2_28_3John (J5) Palmieri2011-03-231-2/+2
* fix static ABI for setting string gvalues from python objectsJohn (J5) Palmieri2011-03-221-9/+19
* Try not to sink objects returned by C functions.Steve Frécinaux2011-03-073-3/+11
* Do not leak python references when using the gobject.property() helper.Steve Frécinaux2011-03-071-3/+2
* handle uchar as bytes, not strings in python 3John (J5) Palmieri2011-03-041-1/+1
* Skip interfaces when checking for conflicts in the MROTomeu Vizoso2011-02-281-2/+7
* Fix flags with multiple names for the same value.Laszlo Pandy2011-02-231-1/+1
* [gi] Register GType for non-GType enums and flags at runtime.Laszlo Pandy2011-02-221-4/+9
* Use PyGI type conversion (to fix foreign types) for signal callbacks.Laszlo Pandy2011-02-141-4/+20
* Ensure the sink functions are only ran once.Steve Frécinaux2011-02-091-8/+15
* Revert "Fix wrong refcount when calling introspected widget constructors"Steve Frécinaux2011-02-091-3/+1
* Revert "Fix reference leaks for GInitiallyUnowned objects"Steve Frécinaux2011-02-092-9/+7
* Fix wrong refcount when calling introspected widget constructorsSteve Frécinaux2011-02-021-1/+3
* Remove .gitignore files and use git.mkIgnacio Casal Quinteiro2011-01-272-3/+2
* Fix leaked python reference in python-defined subclassesSteve Frécinaux2011-01-261-0/+1
* Factor out parameter marshalling from construction functions.Steve Frécinaux2011-01-263-61/+50
* Fix reference leaks for GInitiallyUnowned objectsSteve Frécinaux2011-01-202-7/+9
* Fix a typo in a private symbol name.Steve Frécinaux2011-01-201-3/+3
* Disable calls to PyGILState_* when threads are disabledArnaud Charlet2011-01-181-0/+6
* Always register a new GType when a GObject class is subclassedSteve Frécinaux2011-01-181-3/+3
* Handle GObject subclasses in the property helper.Steve Frécinaux2011-01-171-13/+13
* handle unicode objects in propertiesJohn (J5) Palmieri2010-12-171-9/+26
* moved dynamic and base modules outside of gtk-2.0 directoryJohn (J5) Palmieri2010-11-291-1/+1
* Don't check the inner type when comparing gpointersSimón Pena2010-10-281-1/+1
* [gi] make parameter check less strict when dealing with GValue paramsJohn (J5) Palmieri2010-10-254-6/+38
* add compat functions for the deprecated PyCObject apiJohn (J5) Palmieri2010-10-133-6/+12
* Revert "add compat functions for the deprecated PyCObject api"John (J5) Palmieri2010-10-043-12/+6
* add compat functions for the deprecated PyCObject apiJohn (J5) Palmieri2010-09-283-6/+12
* Wrap g_uri_list_extract_uris. Fixes bug #584431Tomeu Vizoso2010-09-241-1/+1
* fix a couple of compiler warningsJohn (J5) Palmieri2010-09-171-1/+1
* remove unused codeJohn (J5) Palmieri2010-09-171-9/+0
* properly handle ulongs properties in py3kJohn (J5) Palmieri2010-09-171-13/+16
* s/METH_KEYWORDS/METH_VARARGS|METH_KEYWORDS/ when defining object methodsJohn (J5) Palmieri2010-09-171-1/+1
* use PyObject_SetAttrString, not PyDict_SetItemString when setting __gtype__John (J5) Palmieri2010-09-031-1/+1
* fix up tests so they run in py3kJohn (J5) Palmieri2010-09-011-5/+11
* we need to specify tp_hash since we overide tp_richcompareJohn (J5) Palmieri2010-08-252-0/+2
* working enum/flags/pid subclasses of longJohn Ehresman2010-08-252-70/+67
* prefix compat macros with PYGLIBJohn (J5) Palmieri2010-08-1610-339/+362
* move to using richcompare slot instead of compareJohn (J5) Palmieri2010-08-135-36/+88
* Chain up with the non-introspection implementation for properties if neededTomeu Vizoso2010-07-281-1/+6
* Implement getting and setting properties using introspection information.Tomeu Vizoso2010-07-271-0/+9
* Remove files from the makefilesTomeu Vizoso2010-06-291-2/+1
* Remove pygi-external.hTomeu Vizoso2010-06-287-72/+11
* Fix 'make distcheck'Tomeu Vizoso2010-06-231-0/+1
* Allow building pygobject without introspection support by providingTomeu Vizoso2010-06-231-2/+2
* Fall back to use the floating references API in glib if there isn't a sinkfun...Tomeu Vizoso2010-06-213-22/+31
* Revert "Drop sinkfuncs."Tomeu Vizoso2010-06-213-10/+36
* Release the lock when potentially invoking Python code.Sjoerd Simons2010-06-151-1/+10
* Drop sinkfuncs.Tomeu Vizoso2010-06-103-36/+10