| Commit message (Expand) | Author | Age | Files | Lines |
* | Check so PyGObject 2.10 is used | Johan Dahlin | 2006-05-06 | 1 | -0/+6 |
* | Allow callback to be set to None, found by Patrick O'Brien | Johan Dahlin | 2006-04-05 | 1 | -0/+12 |
* | disable gc sensitive test for now | Johan Dahlin | 2006-04-03 | 1 | -1/+1 |
* | Use classmethod | Johan Dahlin | 2006-04-03 | 1 | -1/+1 |
* | pyflakes | Johan Dahlin | 2006-04-03 | 6 | -8/+2 |
* | Run reindent.py on all python code | Johan Dahlin | 2006-04-03 | 11 | -38/+35 |
* | wrap, Fixes #333431 (Hamish Moffatt) Add test | Johan Dahlin | 2006-04-02 | 1 | -0/+12 |
* | Set default markup accel marker to \x00, add tests, Fixes #329658 (Johan | Johan Dahlin | 2006-04-02 | 2 | -0/+11 |
* | tests which moved to pygobject | Johan Dahlin | 2006-04-02 | 16 | -885/+2 |
* | GDK_PARENT_RELATIVE constant | Johan Dahlin | 2006-04-02 | 1 | -0/+31 |
* | do a collect before running the tests, since other tests might have been run ... | Johan Dahlin | 2006-04-02 | 1 | -0/+3 |
* | Remove gobject and depend on pygobject 2.10.0 | Johan Dahlin | 2006-04-01 | 1 | -5/+1 |
* | Bug 332771 – gtk.Dialog leak | Gustavo J. A. M. Carneiro | 2006-02-27 | 2 | -2/+13 |
* | Bump ref count on x11 so destroy() works as expected | John Ehresman | 2006-01-20 | 1 | -0/+24 |
* | fix gobject includes and external pygobject detection | Gustavo J. A. M. Carneiro | 2006-01-10 | 1 | -2/+6 |
* | recover tests from today's pygobject split | Gustavo J. A. M. Carneiro | 2006-01-09 | 16 | -1/+858 |
* | revert all changes from today | Johan Dahlin | 2006-01-09 | 2 | -6/+34 |
* | delete files moved to pygobject | Johan Dahlin | 2006-01-09 | 15 | -857/+0 |
* | Remove gobject bindings and depend on pygobject 2.9.0. | Johan Dahlin | 2006-01-09 | 3 | -35/+7 |
* | plug leak; add glade test; fix warning message | Gustavo J. A. M. Carneiro | 2005-11-09 | 2 | -0/+34 |
* | Add test | Johan Dahlin | 2005-10-14 | 2 | -0/+13 |
* | guint64 property fix | Gustavo J. A. M. Carneiro | 2005-10-02 | 1 | -2/+3 |
* | add (disabled) uint64 test | Johan Dahlin | 2005-10-02 | 1 | -3/+19 |
* | unit test for gobject.new error bug | Gustavo J. A. M. Carneiro | 2005-10-01 | 1 | -0/+3 |
* | workaround gtk bug #317455 | Gustavo J. A. M. Carneiro | 2005-09-28 | 2 | -0/+15 |
* | Bug 317172: gtk.glade.signal_autoconnect causes leaked objects | Gustavo J. A. M. Carneiro | 2005-09-25 | 2 | -1/+30 |
* | [Bug 315100] gobject.type_register if parameter is not a type | Gustavo J. A. M. Carneiro | 2005-09-02 | 1 | -0/+3 |
* | Refactor to allow us to list signals on interfaces. | Johan Dahlin | 2005-08-26 | 1 | -0/+10 |
* | Add test for Table.attach which takes uint arguments. | Johan Dahlin | 2005-08-24 | 1 | -0/+12 |
* | Fix reference count of gtk.Window's from gobject.new | Gustavo J. A. M. Carneiro | 2005-07-31 | 1 | -0/+18 |
* | Fixes Bug 311309: subclassing gtk.Bin reports... | Gustavo J. A. M. Carneiro | 2005-07-30 | 1 | -0/+12 |
* | 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-enable | Johan Dahlin | 2005-07-22 | 2 | -16/+24 |
* | Allow enums to be specified in the constructor Return flags or enum object | Johan Dahlin | 2005-07-15 | 1 | -104/+145 |
* | Impl. Patch by Gustavo, fixes #155679 | Johan Dahlin | 2005-07-10 | 1 | -2/+36 |
* | Raise an exception if a construct only property is set after construction | Johan Dahlin | 2005-07-10 | 1 | -29/+53 |
* | gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.am | Manish Singh | 2005-07-10 | 2 | -1/+68 |
* | 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 | 6 | -11/+145 |
* | 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 | 1 | -0/+1 |
* | Add GType.is_a and deprecate gobject.type_* Update tests and make | Johan Dahlin | 2005-07-05 | 3 | -25/+27 |
* | Add support for specifying name for a GObject subclass, using | Johan Dahlin | 2005-07-05 | 1 | -1/+8 |
* | Use pyg_param_gvalue_from_pyobject in gobject.new, fixes unichar | Johan Dahlin | 2005-07-04 | 1 | -47/+61 |
* | Bug 128765: GObject metaclass | Gustavo J. A. M. Carneiro | 2005-05-22 | 1 | -14/+16 |
* | Add some comments | Johan Dahlin | 2005-05-09 | 1 | -14/+20 |
* | Allow None to be passed in to: set_group for RadioAction.set_group(), | Johan Dahlin | 2005-05-09 | 1 | -15/+76 |
* | And the test | Johan Dahlin | 2005-05-09 | 1 | -0/+53 |
* | Fix for bug #303573 - "exceptions raised in a child watch handler are | Mark McLoughlin | 2005-05-09 | 1 | -0/+1 |