summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Post release version bumpPYGOBJECT_2_10_BRANCHPOINTpygobject-2-10Johan Dahlin2006-04-112-1/+5
* *** empty log message ***Johan Dahlin2006-04-111-1/+1
* add marker to ChangeLogJohan Dahlin2006-04-111-0/+1
* 2.10.1PYGOBJECT_2_10_1Johan Dahlin2006-04-112-0/+9
* Add pygtk to CLEANFILES aswellJohan Dahlin2006-04-111-1/+1
* Add pygtk.pyJohan Dahlin2006-04-111-0/+1
* reindentJohan Dahlin2006-04-1116-111/+107
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Andy Wingo2006-04-112-1/+10
* unit test for #335854Gustavo J. A. M. Carneiro2006-04-012-1/+13
* make pygtk.require faster and more robustGustavo J. A. M. Carneiro2006-04-013-1/+20
* Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ins...Gustavo J. A. M. Carneiro2006-04-012-3/+12
* Install/dist dsextras.pyJohan Dahlin2006-03-292-2/+9
* update a commentGustavo J. A. M. Carneiro2006-03-192-2/+8
* whitespaceJohan Dahlin2006-03-151-13/+13
* post release version bumpJohan Dahlin2006-03-131-1/+1
* 2.10.0PYGOBJECT_2_10_0Johan Dahlin2006-03-133-2/+9
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johan Dahlin2006-03-093-12/+36
* turn off zip safe, extension modules in zip files are not supported in eggsJohan Dahlin2006-01-201-1/+0
* Add a make egg targetJohan Dahlin2006-01-203-0/+29
* post release version bumpJohan Dahlin2006-01-172-1/+5
* add enum/conversion herePYGOBJECT_2_9_1Johan Dahlin2006-01-171-0/+2
* 2.9.1Johan Dahlin2006-01-172-0/+11
* Don't call g_value_init since the other *_to_gvalue methods expect anChristopher Aillon2006-01-152-1/+6
* Warn if io callback returns None: almost always this is an errorGustavo J. A. M. Carneiro2006-01-142-0/+11
* pygobject_register_class api compat. fixGustavo J. A. M. Carneiro2006-01-132-8/+38
* ignore interfaces from .defs, discover them at runtimeGustavo J. A. M. Carneiro2006-01-132-40/+73
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-133-1/+187
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-114-4/+161
* reorder more nicely information presented in docstring about signals and prop...Gustavo J. A. M. Carneiro2006-01-112-11/+20
* branch; version 2.9.1Gustavo J. A. M. Carneiro2006-01-112-1/+5
* post release version bumppygobject-2-8Johan Dahlin2006-01-091-1/+1
* 2.8.0PYGOBJECT_2_8_0Johan Dahlin2006-01-093-3/+3
* 2.9.0PYGOBJECT_2_9_0Johan Dahlin2006-01-092-0/+7
* Make dist/distcheck work againJohan Dahlin2006-01-094-4/+27
* updateJohan Dahlin2006-01-091-0/+2
* Add distutils supportJohan Dahlin2006-01-094-3/+240
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-0935-527/+1693
* Pass GLOBAL_MACROS (in particular HAVE_PYCAIRO) to codegen DefsParser. IfCedric Gustin2006-01-041-2/+2
* 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-094-5/+39
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Manish Singh2005-11-034-29/+54
* Add testJohan Dahlin2005-10-142-0/+13
* 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-022-11/+12
* add (disabled) uint64 testJohan Dahlin2005-10-021-3/+19
* unit test for gobject.new error bugGustavo J. A. M. Carneiro2005-10-011-0/+3