summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* workaround gtk bug #317455Gustavo J. A. M. Carneiro2005-09-282-0/+15
* Bug 317172: gtk.glade.signal_autoconnect causes leaked objectsGustavo J. A. M. Carneiro2005-09-252-1/+30
* 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-022-1/+4
* 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-262-18/+28
* 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-242-29/+49
* Add test for Table.attach which takes uint arguments.Johan Dahlin2005-08-241-0/+12
* 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-314-5/+34
* 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-302-4/+13
* Clean up tests, we don't need a C binding to access tp_basicsize, clean upJohan Dahlin2005-07-252-115/+55
* Re-enablePYGTK_2_7_1Johan Dahlin2005-07-222-16/+24
* 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