| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Include the object and the name of the signal in TypeErrors | Johan Dahlin | 2005-09-22 | 2 | -7/+21 |
| * | Add gobject.Warning Warning subclass and redirect all g_log messages for | John Ehresman | 2005-09-16 | 1 | -0/+26 |
| * | better error messages when registering properties | Gustavo J. A. M. Carneiro | 2005-09-13 | 1 | -0/+10 |
| * | Sort all attributes alphabetically, like python does. Set default value to | Johan Dahlin | 2005-09-02 | 1 | -57/+60 |
| * | [Bug 315100] gobject.type_register if parameter is not a type | Gustavo J. A. M. Carneiro | 2005-09-02 | 1 | -1/+1 |
| * | Also include interfaces, fixes #315038 | Johan Dahlin | 2005-09-02 | 1 | -2/+8 |
| * | Remove old .msc files, which are outdated and unused. | Johan Dahlin | 2005-09-02 | 1 | -92/+0 |
| * | Remove unneeded g_strdup.PYGTK_2_8_0 | John Ehresman | 2005-08-29 | 1 | -3/+2 |
| * | Refactor to allow us to list signals on interfaces. | Johan Dahlin | 2005-08-26 | 1 | -18/+18 |
| * | some memory fixes in type registration | Gustavo J. A. M. Carneiro | 2005-08-25 | 3 | -11/+19 |
| * | In the meta-class __init__ method, register a class as a gtype iff | John Ehresman | 2005-08-24 | 1 | -15/+11 |
| * | Added sources so gobject module will compile, fixed enable/disable threadPYGTK_2_7_4 | John Ehresman | 2005-08-24 | 2 | -1/+2 |
| * | Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodu... | Johan Dahlin | 2005-08-24 | 1 | -1/+1 |
| * | pyg_flags_get_value () should accept longs as input | Christopher Aillon | 2005-08-12 | 1 | -1/+4 |
| * | Use the generic setattr protocol instead of getting the module'sPYGTK_2_7_3 | Andy Wingo | 2005-08-09 | 1 | -3/+2 |
| * | Fixes bug #312337PYGTK_2_7_2 | Mark McLoughlin | 2005-08-02 | 1 | -2/+6 |
| * | gobject/pygobject-private.h Add a convenience function | Manish Singh | 2005-08-01 | 5 | -32/+29 |
| * | Fix reference count of gtk.Window's from gobject.new | Gustavo J. A. M. Carneiro | 2005-07-31 | 3 | -5/+16 |
| * | don't deprecate gobject.type_register, just give a warning if trying to regis... | Gustavo J. A. M. Carneiro | 2005-07-30 | 1 | -12/+12 |
| * | Don't register PyObject unconditionally, fixes #303797 (Yevgen Muntyan) | Johan Dahlin | 2005-07-30 | 1 | -3/+4 |
| * | Fixes Bug 311309: subclassing gtk.Bin reports... | Gustavo J. A. M. Carneiro | 2005-07-30 | 1 | -4/+1 |
| * | Bug 311226: Metaclass registration causes breakage with old constructors | Gustavo J. A. M. Carneiro | 2005-07-22 | 1 | -0/+6 |
| * | We have atomic ref counting in glib now, remove block/unblocking around | Johan Dahlin | 2005-07-17 | 1 | -6/+0 |
| * | Remove pre python 2.3.5 compatibility. Simplifies thread handling. | Johan Dahlin | 2005-07-17 | 2 | -53/+10 |
| * | Allow enums to be specified in the constructor Return flags or enum object | Johan Dahlin | 2005-07-15 | 2 | -15/+39 |
| * | make iochannel api use new PyGPollFD type instead of tuples | Gustavo J. A. M. Carneiro | 2005-07-10 | 3 | -17/+20 |
| * | Raise an exception if a construct only property is set after construction | Johan Dahlin | 2005-07-10 | 2 | -30/+43 |
| * | gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.am | Manish Singh | 2005-07-10 | 5 | -15/+913 |
| * | Bug 161177: Allow creation of python classes from g_object_new | Gustavo J. A. M. Carneiro | 2005-07-09 | 4 | -14/+202 |
| * | correct PyGProps[Iter] sizes | Gustavo J. A. M. Carneiro | 2005-07-09 | 1 | -3/+3 |
| * | Add GObject support, patch mostly based on Iņaki and Gustavos work. | Johan Dahlin | 2005-07-08 | 3 | -1/+360 |
| * | Rename pyg_register_boxed_custom to pyg_register_gtype_custom. Add note | Johan Dahlin | 2005-07-07 | 4 | -32/+61 |
| * | Add GType.is_a and deprecate gobject.type_* Update tests and make | Johan Dahlin | 2005-07-05 | 2 | -7/+75 |
| * | Add support for specifying name for a GObject subclass, using | Johan Dahlin | 2005-07-05 | 3 | -45/+79 |
| * | Add GType to gobject namespace Wrap a number of GType utility functions | Johan Dahlin | 2005-07-04 | 2 | -3/+158 |
| * | fix docstring typo | Johan Dahlin | 2005-07-04 | 1 | -1/+1 |
| * | Use pyg_param_gvalue_from_pyobject in gobject.new, fixes unichar | Johan Dahlin | 2005-07-04 | 1 | -1/+2 |
| * | unref the underlying GMainContext upon object destruction. Some minor | PDT 2005 Manish Singh | 2005-07-02 | 1 | -33/+44 |
| * | Extend to add some new fields, add a getter for GType.type, which points | Johan Dahlin | 2005-07-01 | 2 | -2/+31 |
| * | Try to register unknown enums and flags on the fly. Fixes #308536, patch | Johan Dahlin | 2005-06-21 | 2 | -3/+6 |
| * | Bug 308097: Overriden realize gets called twice | Gustavo J. A. M. Carneiro | 2005-06-20 | 1 | -8/+32 |
| * | Fix typo in documentation string. Fixes #171910 (Tuure Laurinolli and Gian | Johan Dahlin | 2005-06-20 | 1 | -1/+1 |
| * | gobject/pygobject.h Use G_STMT_START/END for init_ defines. | Manish Singh | 2005-06-10 | 1 | -2/+2 |
| * | fix registration of already registered types through the gobject metaclass | Gustavo J. A. M. Carneiro | 2005-05-29 | 1 | -1/+8 |
| * | blah | Johan Dahlin | 2005-05-28 | 1 | -1/+1 |
| * | Pass the GIOCondition to PyObject_CallFunction. | Manish Singh | 2005-05-28 | 1 | -2/+3 |
| * | Sort quark names. Rename pyg_boxed_marshal_key to pygboxed_marshal_key. | Johan Dahlin | 2005-05-28 | 3 | -15/+13 |
| * | gquark initialization cleanup | Gustavo J. A. M. Carneiro | 2005-05-28 | 9 | -62/+41 |
| * | Pass gsize to GIOChannel functions that expect them. | Manish Singh | 2005-05-25 | 1 | -4/+4 |
| * | Bug fixes | John Finlay | 2005-05-22 | 1 | -2/+2 |