summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-153-119/+184
* Impl. Patch by Gustavo, fixes #155679PYGTK_2_7_0Johan Dahlin2005-07-101-2/+36
* 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-103-59/+96
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-107-16/+981
* Remove gtk_ prefix on a couple of (unwrapped) functionsJohan Dahlin2005-07-091-15/+13
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-0910-25/+347
* correct PyGProps[Iter] sizesGustavo J. A. M. Carneiro2005-07-091-3/+3
* Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added.Johan Dahlin2005-07-083-2/+5
* And unittest..Johan Dahlin2005-07-081-0/+54
* Add GObject support, patch mostly based on Iņaki and Gustavos work.Johan Dahlin2005-07-084-1/+361
* Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add noteJohan Dahlin2005-07-074-32/+61
* Add GType.is_a and deprecate gobject.type_* Update tests and makeJohan Dahlin2005-07-055-32/+102
* Add support for specifying name for a GObject subclass, usingJohan Dahlin2005-07-054-46/+87