summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-011-1/+14
* Bug 340160 – g_spawn wrapper thinks GPid is an intGustavo J. A. M. Carneiro2006-05-011-1/+71
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-296-2/+1020
* Forgot thisJohan Dahlin2006-04-291-0/+1
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-292-0/+114
* ABI compatibility fixesGustavo J. A. M. Carneiro2006-04-152-2/+3
* fix gobject installation dirGustavo J. A. M. Carneiro2006-04-151-4/+6
* wrap on 80 linesJohan Dahlin2006-04-111-54/+107
* Move over almost all GType constants from C to Python.Johan Dahlin2006-04-112-24/+27
* make gustavo happyJohan Dahlin2006-04-111-6/+6
* minor cleanupsJohan Dahlin2006-04-111-7/+10
* Move GObjectMeta from C to python-landGustavo J. A. M. Carneiro2006-04-114-99/+36
* typoJohan Dahlin2006-04-111-1/+1
* Turn gobject into a package; move _gobject to gobject._gobject andJohan Dahlin2006-04-115-10/+45
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Andy Wingo2006-04-111-1/+1
* Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ins...Gustavo J. A. M. Carneiro2006-04-011-3/+5
* update a commentGustavo J. A. M. Carneiro2006-03-191-2/+1
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johan Dahlin2006-03-092-12/+26
* Don't call g_value_init since the other *_to_gvalue methods expect anChristopher Aillon2006-01-151-1/+0
* Warn if io callback returns None: almost always this is an errorGustavo J. A. M. Carneiro2006-01-141-0/+6
* pygobject_register_class api compat. fixGustavo J. A. M. Carneiro2006-01-131-7/+33
* ignore interfaces from .defs, discover them at runtimeGustavo J. A. M. Carneiro2006-01-131-40/+60
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-131-1/+138
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-111-3/+97