summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* some memory fixes in type registrationGustavo J. A. M. Carneiro2005-08-253-11/+19
* In the meta-class __init__ method, register a class as a gtype iffJohn Ehresman2005-08-241-15/+11
* Added sources so gobject module will compile, fixed enable/disable threadPYGTK_2_7_4John Ehresman2005-08-242-1/+2
* Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodu...Johan Dahlin2005-08-241-1/+1
* pyg_flags_get_value () should accept longs as inputChristopher Aillon2005-08-121-1/+4
* Use the generic setattr protocol instead of getting the module'sPYGTK_2_7_3Andy Wingo2005-08-091-3/+2
* Fixes bug #312337PYGTK_2_7_2Mark McLoughlin2005-08-021-2/+6
* gobject/pygobject-private.h Add a convenience functionManish Singh2005-08-015-32/+29
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-313-5/+16
* don't deprecate gobject.type_register, just give a warning if trying to regis...Gustavo J. A. M. Carneiro2005-07-301-12/+12
* Don't register PyObject unconditionally, fixes #303797 (Yevgen Muntyan)Johan Dahlin2005-07-301-3/+4
* Fixes Bug 311309: subclassing gtk.Bin reports...Gustavo J. A. M. Carneiro2005-07-301-4/+1
* Bug 311226: Metaclass registration causes breakage with old constructorsGustavo J. A. M. Carneiro2005-07-221-0/+6
* We have atomic ref counting in glib now, remove block/unblocking aroundJohan Dahlin2005-07-171-6/+0
* Remove pre python 2.3.5 compatibility. Simplifies thread handling.Johan Dahlin2005-07-172-53/+10
* Allow enums to be specified in the constructor Return flags or enum objectJohan Dahlin2005-07-152-15/+39
* make iochannel api use new PyGPollFD type instead of tuplesGustavo J. A. M. Carneiro2005-07-103-17/+20
* Raise an exception if a construct only property is set after constructionJohan Dahlin2005-07-102-30/+43