summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clear error if we failed the importColin Walters2010-06-081-0/+2
* Set constants under python 2.5 or beforeJohn Ehresman2010-04-201-0/+8
* Bug 589671 - Dont use generate-constantsJohn Stowers2010-04-164-59/+69
* Don't raise an error in _pygi_import if pygi support is disabledSimon van der Linden2010-02-024-16/+3
* Register enums and flags in PyGI if neededTomeu Vizoso2009-12-292-12/+27
* Fix handling of uchar in pyg_value_from_pyobjectBastian Winkler2009-12-251-4/+11
* Add pygi-external.h into Makefile SOURCESGian Mario Tagliaretti2009-12-181-1/+2