summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* reorder more nicely information presented in docstring about signals and prop...Gustavo J. A. M. Carneiro2006-01-111-11/+15
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-3/+7
* fix pygflags registration with module == NULLGustavo J. A. M. Carneiro2005-12-241-12/+15
* We always need to free interfaces since its a null terminated array.Johan Dahlin2005-11-151-1/+1
* Remove deprecation warningJohan Dahlin2005-11-131-13/+1
* plug leak; add glade test; fix warning messageGustavo J. A. M. Carneiro2005-11-092-5/+5
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Manish Singh2005-11-034-29/+54
* Use GIL state instead of block/unblock. Fixes crasher found by Ole AndrePYGTK_2_8_2Johan Dahlin2005-10-091-2/+5
* Fix gcc 4.0 warnings.PYGTK_2_8_1Johan Dahlin2005-10-031-2/+2
* Check if the gobject is initialized, partly fixes #96658Johan Dahlin2005-10-031-1/+59
* guint64 property fixGustavo J. A. M. Carneiro2005-10-021-9/+9
* fix segfaul on error return in gobject.newGustavo J. A. M. Carneiro2005-10-011-4/+4
* Undeprecate for now.Johan Dahlin2005-09-291-10/+12
* Include the object and the name of the signal in TypeErrorsJohan Dahlin2005-09-222-7/+21
* Add gobject.Warning Warning subclass and redirect all g_log messages forJohn Ehresman2005-09-161-0/+26
* better error messages when registering propertiesGustavo J. A. M. Carneiro2005-09-131-0/+10
* Sort all attributes alphabetically, like python does. Set default value toJohan Dahlin2005-09-021-57/+60
* [Bug 315100] gobject.type_register if parameter is not a typeGustavo J. A. M. Carneiro2005-09-021-1/+1
* Also include interfaces, fixes #315038Johan Dahlin2005-09-021-2/+8
* Remove old .msc files, which are outdated and unused.Johan Dahlin2005-09-021-92/+0
* Remove unneeded g_strdup.PYGTK_2_8_0John Ehresman2005-08-291-3/+2
* Refactor to allow us to list signals on interfaces.Johan Dahlin2005-08-261-18/+18