| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 2 | -18/+28 |
| * | 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 | 2 | -29/+49 |
| * | Add test for Table.attach which takes uint arguments. | Johan Dahlin | 2005-08-24 | 1 | -0/+12 |
| * | 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 | 4 | -5/+34 |
| * | 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 | 2 | -4/+13 |
| * | Clean up tests, we don't need a C binding to access tp_basicsize, clean up | Johan Dahlin | 2005-07-25 | 2 | -115/+55 |
| * | Re-enablePYGTK_2_7_1 | Johan Dahlin | 2005-07-22 | 2 | -16/+24 |
| * | 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 | 3 | -119/+184 |
| * | Impl. Patch by Gustavo, fixes #155679PYGTK_2_7_0 | Johan Dahlin | 2005-07-10 | 1 | -2/+36 |
| * | 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 | 3 | -59/+96 |
| * | gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.am | Manish Singh | 2005-07-10 | 7 | -16/+981 |
| * | Remove gtk_ prefix on a couple of (unwrapped) functions | Johan Dahlin | 2005-07-09 | 1 | -15/+13 |
| * | Bug 161177: Allow creation of python classes from g_object_new | Gustavo J. A. M. Carneiro | 2005-07-09 | 10 | -25/+347 |
| * | correct PyGProps[Iter] sizes | Gustavo J. A. M. Carneiro | 2005-07-09 | 1 | -3/+3 |
| * | Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added. | Johan Dahlin | 2005-07-08 | 3 | -2/+5 |
| * | And unittest.. | Johan Dahlin | 2005-07-08 | 1 | -0/+54 |
| * | Add GObject support, patch mostly based on Iņaki and Gustavos work. | Johan Dahlin | 2005-07-08 | 4 | -1/+361 |
| * | 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 | 5 | -32/+102 |
| * | Add support for specifying name for a GObject subclass, using | Johan Dahlin | 2005-07-05 | 4 | -46/+87 |
| * | 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 | 2 | -48/+63 |
| * | 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 |
| * | file pygiargument.c was initially added on branch pygtk-introspection. | Gustavo J. A. M. Carneiro | 2005-06-19 | 0 | -0/+0 |
| * | file pygifunction.c was initially added on branch pygtk-introspection. | Gustavo J. A. M. Carneiro | 2005-06-19 | 0 | -0/+0 |
| * | 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 |