summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-294-4/+249
* new pygobject_set_properties and pygobject_get_properties methodsGian Mario Tagliaretti2007-04-231-0/+107
* Bug 425242 – Add API to convert a gobject.GError exception being raised to ...Gustavo J. A. M. Carneiro2007-04-142-1/+77
* Bug 415853 – g_set_application_name() bindingGustavo J. A. M. Carneiro2007-04-141-0/+30
* Bug 419379 – Modernize init_pygobject: use static inline functions instead ...Gustavo J. A. M. Carneiro2007-04-141-43/+97
* Bug 320428 – Break PyGObject<->GObject reference cycleGustavo J. A. M. Carneiro2007-04-145-108/+425
* Fix a couple of compiler warnings.Gustavo J. A. M. Carneiro2007-03-171-2/+2
* Release the GIL when calling g_object_set_property, since setting aEdward Hervey2007-03-031-0/+3
* Remove .cvsignore archivesJohan Dahlin2007-01-161-7/+0
* Improve exceptionJohan Dahlin2006-11-181-1/+4
* Make sure an exception is raised when we pass in invalid arguments to theJohan Dahlin2006-11-181-2/+2
* set __module__ on gobject derived types, fixes #376099Johan Dahlin2006-11-181-2/+12
* reviewed by: Johan Dahlin <johan@gnome.org>Yevgen Muntyan2006-11-182-14/+14
* Use PyObject_Cmp instead of comparing function closure addresses, whichJohan Dahlin2006-11-181-2/+3
* Revert accidentally commited changesJohan Dahlin2006-11-181-1/+1
* Add a test for #375589Johan Dahlin2006-11-181-1/+1
* Py_ssize_t postfixGustavo J. A. M. Carneiro2006-10-031-0/+1
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-038-50/+72
* (init_pygobject_check): Add parentheses "around && within ||" to please gcc.Gustavo J. A. M. Carneiro2006-09-241-1/+1
* signal emission hook refcount fixGustavo J. A. M. Carneiro2006-09-161-1/+0
* Declare variables at start of code blockJohn Ehresman2006-09-121-4/+5
* Increase the timeout to 1000ms instead of 100.Johan Dahlin2006-09-061-1/+1
* Improve the version checkPYGOBJECT_2_12_1Johan Dahlin2006-09-041-24/+25
* interface fixes and testsGustavo J. A. M. Carneiro2006-08-271-2/+5
* Bug 353039 – Failure in signal emission during do_set_property invoked from...Gustavo J. A. M. Carneiro2006-08-271-5/+11
* type registration fixGustavo J. A. M. Carneiro2006-08-261-2/+74
* fix interface registrationGustavo J. A. M. Carneiro2006-08-171-31/+31
* Replace uses of typename with type_name, because that is a reserved C++Murray Cumming2006-08-152-7/+7
* Fix define to point to the correct function pointer field.John Finlay2006-07-301-1/+1
* better debug warningsGustavo J. A. M. Carneiro2006-07-292-2/+10
* Fix 3 ! problems caused by refactoringJohan Dahlin2006-07-251-22/+24
* Add a macro to easily check the installed pygobject version.Johan Dahlin2006-07-251-0/+24
* gobject/pygflags.c (pyg_flags_add) Duplicate the string before sending itJohan Dahlin2006-07-252-9/+13
* Fix typo in Finlays commitJohan Dahlin2006-07-251-2/+2
* Avoid segfault when g_flags_get_first_value returns NULL.John Finlay2006-07-251-3/+12
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-135-11/+102
* goption leak fixedGustavo J. A. M. Carneiro2006-07-131-2/+2
* interface implementation fixGustavo J. A. M. Carneiro2006-07-091-10/+10
* missing iinfo.interface_data, needed for interface implementationGustavo J. A. M. Carneiro2006-07-091-1/+4
* indentationJohan Dahlin2006-07-071-1/+1
* Fix message typo.John Finlay2006-07-051-2/+2
* gobject.filename_from_utf8Gustavo J. A. M. Carneiro2006-06-241-2/+27
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-244-6/+59
* Add support for retrieving signal and propertie info from interface types.John Finlay2006-06-231-42/+75
* Add Py_CLEAR macro for 2.3 compatibilityJohan Dahlin2006-06-051-0/+12
* Fix two leaks in error cases, found by Coverity.Johan Dahlin2006-06-041-0/+2
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-283-8/+14
* Bug 341174 – Be more specific in set/get_property error messagesGustavo J. A. M. Carneiro2006-05-201-5/+7
* Add new pyg_add_warning_redirection and pyg_disable_warning_redirections APIs...Gustavo J. A. M. Carneiro2006-05-072-12/+69
* fix PyGOptionContext instance typeGustavo J. A. M. Carneiro2006-05-071-1/+1